This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-03-30 04:40:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
baae4b8187
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