mirror of
https://github.com/django/django.git
synced 2025-10-29 02:52:24 +00:00
This is BACKWARDS INCOMPATIBLE for anyone relying on the default context object names for class-based Detail and List views. To migrate, either update your templates to use the new default names, or add a context_object_name argument to your generic views. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15531 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| templates | ||
| __init__.py | ||
| base.py | ||
| dates.py | ||
| detail.py | ||
| edit.py | ||
| forms.py | ||
| list.py | ||
| models.py | ||
| tests.py | ||
| urls.py | ||
| views.py | ||