This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-03 10:34:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
531e7715da
django
/
tests
/
regressiontests
/
admin_views
History
Download ZIP
Download TAR.GZ
Russell Keith-Magee
531e7715da
Merged recent trunk changes.
2012-09-26 07:09:23 +08:00
..
fixtures
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
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
Merged recent trunk changes.
2012-09-26 07:09:23 +08:00
urls.py
views.py