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-01-31 12:49:21 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_views
History
Julien Phalip
01c392623d
Fixed
#10057
-- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test.
2012-07-21 18:10:24 -07: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
#10057
-- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test.
2012-07-21 18:10:24 -07:00
customadmin.py
Fixed
#10057
-- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test.
2012-07-21 18:10:24 -07:00
forms.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
models.py
Fixed
#10057
-- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test.
2012-07-21 18:10:24 -07:00
tests.py
Fixed
#10057
-- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test.
2012-07-21 18:10:24 -07:00
urls.py
Fixed
#7758
and
#17189
-- Allowed to override the
form_url
context var in the admin change view and the user admin's password change view. Thanks, michal and krzysztof.szczesny.
2012-02-09 18:56:32 +00:00
views.py
…