1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/admin_views
2009-03-17 20:51:47 +00:00
..
fixtures Fixed #8939: added a list_editable option to ModelAdmin; fields declared list_editable may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
customadmin.py Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
models.py Fixed #8939: added a list_editable option to ModelAdmin; fields declared list_editable may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
tests.py Fixed #8939: added a list_editable option to ModelAdmin; fields declared list_editable may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
urls.py Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
views.py Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case. 2008-08-24 06:34:18 +00:00