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-14 19:37:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
migrations
History
Chris Beaven
a0c4b8465d
Fix migration autodector to work correctly with custom deconstructed values
2014-05-02 15:08:19 +12:00
..
faulty_migrations
…
migrations_test_apps
…
test_migrations
…
test_migrations_2
…
test_migrations_conflict
…
test_migrations_squashed
…
test_migrations_unmigdep
…
__init__.py
…
models.py
Fixed
#22447
-- Make sure custom model bases can be migrated.
2014-04-29 09:43:08 -04:00
test_autodetector.py
Fix migration autodector to work correctly with custom deconstructed values
2014-05-02 15:08:19 +12:00
test_base.py
…
test_commands.py
…
test_executor.py
…
test_graph.py
…
test_loader.py
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
test_operations.py
Fixed
#3214
-- Stopped parsing SQL with regex.
2014-04-26 17:46:23 +02:00
test_optimizer.py
…
test_state.py
flake8 fixes.
2014-04-30 18:33:46 -04:00
test_writer.py
…