This website requires JavaScript.
Explore
Help
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-03-04 14:14:54 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_views
History
Russell Keith-Magee
9facca28b6
Corrected tests depending on the error message on the AuthenticationForm.
...
Refs
#19368
, and the fix introduced in 27f8129d64292868f6a328f7bf9a1bed67967ff3.
2012-12-16 07:18:45 +08: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
#19429
-- Applied linebreaksbr to read-only fields in inlines
2012-12-06 09:52:02 +01:00
customadmin.py
Fixed
#18697
-- Made values accepted for two customizable admin templates consistent.
2012-12-04 01:13:01 -03:00
forms.py
…
models.py
Fixed
#19391
-- Oracle specific failure in tests
2012-12-04 22:49:02 +02:00
tests.py
Corrected tests depending on the error message on the AuthenticationForm.
2012-12-16 07:18:45 +08:00
urls.py
Fixed
#18697
-- Made values accepted for two customizable admin templates consistent.
2012-12-04 01:13:01 -03:00
views.py
…