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-11-18 23:44:22 +00:00
Code
Issues
24
Releases
Wiki
Activity
ef906b1632
django
/
tests
/
regressiontests
/
test_runner
History
Claude Paroz
ef906b1632
Removed test of connection features before setting up databases
2012-06-09 17:22:24 +02:00
..
invalid_app
Fixed
#12658
-- Fixed test discovery so ImportErrors aren't ignored when both
tests
and
models
are packages. Thanks schinckel for the report and boxm for a patch for the issue.
2011-06-12 12:34:10 +00:00
valid_app
Fixed
#12658
-- Fixed test discovery so ImportErrors aren't ignored when both
tests
and
models
are packages. Thanks schinckel for the report and boxm for a patch for the issue.
2011-06-12 12:34:10 +00:00
__init__.py
models.py
Fixed
#16961
-- Skipped resetting AUTO_INCREMENT fields for MySQL if the server version is greater than 5.0.12. This allows for much faster testing.
2012-04-24 16:47:31 +00:00
tests.py
Removed test of connection features before setting up databases
2012-06-09 17:22:24 +02:00