This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-11 19:06:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
2cc1884383
django
/
tests
/
regressiontests
/
admin_views
History
Adrien Lemaire
2c8267bf3d
Fixed
#17899
-- Rewrote [Ee]-mail to [Ee]mail
2012-09-26 14:14:51 +02:00
..
fixtures
Don't escape object ids when passing to the contenttypes.shortcut view.
2012-06-07 17:52:12 +02:00
templates
Fixed
#17515
-- Added ability to override the template of custom admin FilterSpec classes. Thanks, saxix and Julien Phalip.
2012-02-09 18:59:05 +00:00
__init__.py
admin.py
Fixed
#18530
-- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.
2012-09-15 16:20:56 -07: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
#18530
-- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.
2012-09-15 16:20:56 -07:00
tests.py
Fixed
#17899
-- Rewrote [Ee]-mail to [Ee]mail
2012-09-26 14:14:51 +02:00
urls.py
views.py