django/tests/migrations
Ramiro Morales 88f03db05f Fixed test that reads a migration file from disk.
We need to make sure content read from the file is decoded from UTF-8
right from the start so Python doesn't try to use another encoding
(read: ASCII/CP1252 under Windows.)
2013-10-27 14:54:56 -03:00
..
faulty_migrations
migrations_test_apps
test_migrations
test_migrations_2
test_migrations_squashed Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
__init__.py
models.py Added test for a921f06 - refs #21280. 2013-10-17 12:08:17 -04:00
test_autodetector.py
test_base.py Fix some small errors in the tests 2013-08-23 12:07:43 +01:00
test_commands.py Fixed test that reads a migration file from disk. 2013-10-27 14:54:56 -03:00
test_executor.py Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
test_graph.py
test_loader.py Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
test_operations.py
test_optimizer.py
test_state.py
test_writer.py