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
d015c9d11c
Fixed several flake8 errors
2014-06-18 07:47:13 -07:00
..
faulty_migrations
…
migrations_test_apps
…
test_migrations
…
test_migrations_conflict
…
test_migrations_custom_user
…
test_migrations_first
Fixed
#22861
: Internal migrations done first so __first__ works
2014-06-17 23:28:35 -07:00
test_migrations_latest
Fix __latest__ to actually resolve to the latest migration
2014-06-17 22:12:31 -07:00
test_migrations_latest_basic
Fix __latest__ to actually resolve to the latest migration
2014-06-17 22:12:31 -07:00
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
…
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
Fixed
#22861
: Internal migrations done first so __first__ works
2014-06-17 23:28:35 -07:00
test_loader.py
Fixed
#22861
: Internal migrations done first so __first__ works
2014-06-17 23:28:35 -07:00
test_operations.py
Fixed several flake8 errors
2014-06-18 07:47:13 -07:00
test_optimizer.py
…
test_state.py
…
test_writer.py
…