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-24 18:16:19 +00:00
Code
Issues
25
Releases
Wiki
Activity
3afb5916b2
django
/
tests
/
regressiontests
/
admin_views
History
Alex Gaynor
54afdbf378
Fixed usage of several deprecated aliases in unittest.
2012-08-15 01:38:04 -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
[py3] Ported django.utils.encoding.
2012-08-07 12:00:22 +02: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
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
Fixed usage of several deprecated aliases in unittest.
2012-08-15 01:38:04 -07:00
urls.py
views.py