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-02-12 10:26:28 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
migrations
History
Andrew Godwin
77ff4a9360
Fix previous commit on python 2
2014-06-17 09:56:22 -07:00
..
faulty_migrations
…
migrations_test_apps
Fix previous commit on python 2
2014-06-17 09:56:22 -07:00
test_migrations
…
test_migrations_conflict
…
test_migrations_custom_user
…
test_migrations_no_ancestor
…
test_migrations_no_changes
Fixed
#22602
-- Improved code coverage of makemigrations command tests.
2014-05-23 08:05:46 -04:00
test_migrations_no_default
…
test_migrations_run_before
…
test_migrations_squashed
…
test_migrations_unmigdep
…
__init__.py
…
models.py
…
test_autodetector.py
Fixed
#22783
: Make sure swappable models come first in creation
2014-06-16 10:20:05 -07:00
test_base.py
…
test_commands.py
…
test_executor.py
Removed usaged of contrib.sessions as a placeholder in migration tests.
2014-06-16 10:15:19 -04:00
test_graph.py
…
test_loader.py
Removed some u'' prefixes to fix Python 3.2.
2014-06-16 18:49:37 -04:00
test_operations.py
…
test_optimizer.py
…
test_state.py
…
test_writer.py
Fixed
#22577
: Python 3 broke on non-module migrations directory
2014-06-17 18:21:38 +02:00