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 04:40:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_views
History
Aviral Dasgupta
0525f6d8bd
Fixed some style issues in previous commit.
2012-04-29 21:31:09 +05:30
..
fixtures
Fixed typos in admin_views tests XML fixtures.
2011-07-08 14:22:36 +00: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
#17198
-- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs
#16819
.
2012-03-03 02:13:35 +00:00
customadmin.py
Fixed
#16958
-- Correctly use the queryset method in the auth app's UserAdmin class. Thanks, mpaolini.
2012-02-09 18:57:40 +00: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
#17198
-- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs
#16819
.
2012-03-03 02:13:35 +00:00
tests.py
Fixed some style issues in previous commit.
2012-04-29 21:31:09 +05:30
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
Replaced old-style with new-style decorator syntax.
2011-05-01 16:46:02 +00:00