0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00
django/tests/regressiontests/admin_views
2012-12-02 20:54:34 -08:00
..
fixtures
templates
__init__.py
admin.py Fixed #17911 -- Ensure that admin readonly fields' display values are shown in change forms when the raw value is None. 2012-11-25 23:13:30 +01:00
customadmin.py Remove Admin's swallowing of AttributeError (#16655, #18593, #18747) 2012-09-08 11:20:05 -04:00
forms.py
models.py Fixed #17911 -- Ensure that admin readonly fields' display values are shown in change forms when the raw value is None. 2012-11-25 23:13:30 +01:00
tests.py Fixed #17050 -- Added some CSS class names to the admin index pages to facilitate per-app or per-model style customizations. Thanks to scytale for the report and to H0ff1 and thiderman for their work on the patch. 2012-12-02 20:54:34 -08:00
urls.py
views.py