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
2024-12-27 19:46:22 +00:00
Code
Issues
30
Releases
Wiki
Activity
68847135bc
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
__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