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-03-14 03:10:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
History
Emmanuelle Delescolle
f58392d8d8
[1.4.x]
Fixed
#23604
-- Allowed related m2m fields to be references in the admin.
...
Thanks Simon Charette for review. Backport of a24cf21722 from master
2014-10-06 09:08:45 -04:00
..
modeltests
[1.4.x]
Fixed
#23157
-- Removed O(n) algorithm when uploading duplicate file names.
2014-08-11 10:14:06 -04:00
regressiontests
[1.4.x]
Fixed
#23604
-- Allowed related m2m fields to be references in the admin.
2014-10-06 09:08:45 -04:00
requirements
[1.4.x] Required numpy < 1.9 for tests; refs
#23489
.
2014-09-29 19:47:33 -04:00
templates
Fixed
#13897
-- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris.
2010-10-01 02:01:20 +00:00
.coveragerc
[1.4.X]
Fixed
#16817
- Added a guide of code coverage to contributing docs.
2012-10-11 06:14:24 -04:00
runtests.py
Do not unconditionally add extra_tests when testing geodjango.
2012-03-17 17:44:42 +00:00
test_sqlite.py
Added a default SECRET_KEY setting to the default test sesttings (refs
#17800
).
2012-03-02 00:05:13 +00:00
urls.py
Made sure the new project template functionality works when the template
2011-12-29 17:03:38 +00:00