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
2025-01-13 11:57:01 +00:00
Code
Issues
32
Releases
Wiki
Activity
ade44b8d40
django
/
tests
/
regressiontests
/
admin_views
History
Claude Paroz
b52672d778
Replaced deprecated TestCase methods. Refs
#17049
.
2012-05-03 16:39:16 +02:00
..
fixtures
templates
__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
forms.py
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
Replaced deprecated TestCase methods. Refs
#17049
.
2012-05-03 16:39:16 +02:00
urls.py
views.py