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-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
fixtures_model_package
History
Claude Paroz
2c57809a56
Prevented TestNoInitialDataLoading to pollute other tests (Refs
#15926
)
...
Tests were still failing with MySQL. It seems a rollback is solving the issue.
2012-06-06 15:47:48 +02:00
..
fixtures
Changed the fixtures used to test the 'initial_data' feature so they don't contain datetimes. Refs
#17275
.
2011-11-27 13:00:56 +00:00
models
Changed the fixtures used to test the 'initial_data' feature so they don't contain datetimes. Refs
#17275
.
2011-11-27 13:00:56 +00:00
__init__.py
Fixed
#6961
- loaddata fails if models is a package instead of a module
2009-12-19 14:27:26 +00:00
tests.py
Prevented TestNoInitialDataLoading to pollute other tests (Refs
#15926
)
2012-06-06 15:47:48 +02:00