This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
0
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-11-30 07:06:18 +01:00
Code
Issues
Releases
Wiki
Activity
5fa5621f57
django
/
tests
/
regressiontests
/
admin_views
History
Julien Phalip
2e2c4968f6
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
..
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