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-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
migrations
History
Alex Gaynor
d17a4cb037
Fixed several flake8 errors
2014-06-15 20:45:15 -04:00
..
faulty_migrations
…
migrations_test_apps
Fixed
#22823
(and partly
#22563
) - FKs from unmigrated apps breaking state.
2014-06-12 10:22:43 -07:00
test_migrations
…
test_migrations_2
…
test_migrations_conflict
…
test_migrations_custom_user
…
test_migrations_no_ancestor
…
test_migrations_no_changes
…
test_migrations_no_default
…
test_migrations_run_before
…
test_migrations_squashed
…
test_migrations_unmigdep
…
__init__.py
…
models.py
…
test_autodetector.py
Fixed
#22568
: Better proxy model support in migrations
2014-06-15 16:01:49 -07:00
test_base.py
…
test_commands.py
Fixed
#22823
(and partly
#22563
) - FKs from unmigrated apps breaking state.
2014-06-12 10:22:43 -07:00
test_executor.py
Remove overzealous migration flushes from migration test suite
2014-06-09 09:52:23 -07:00
test_graph.py
…
test_loader.py
…
test_operations.py
Fixed several flake8 errors
2014-06-15 20:45:15 -04:00
test_optimizer.py
…
test_state.py
Fixed
#22470
: Full migration support for order_with_respect_to
2014-06-15 14:56:51 -07:00
test_writer.py
…