This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-11-25 21:22:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
97fe70d30b
django
/
tests
/
regressiontests
/
admin_changelist
History
Download ZIP
Download TAR.GZ
Aymeric Augustin
bdca5ea345
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
..
__init__.py
Fixed
#10348
: ChangeList no longer overwrites a select_related provided by
ModelAdmin.queryset()
.
2009-05-14 15:09:33 +00:00
admin.py
Fixed
#13196
-- Formatting in admin changelists.
2012-04-29 11:51:12 +02:00
models.py
Avoid using a column named "date" in tests
2012-07-15 12:30:27 +03:00
tests.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
urls.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