Simon Charette 9142bebff2 Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments. há 6 anos atrás
..
deprecated_field_migrations d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
faulty_migrations c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility há 10 anos atrás
migrations_test_apps d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
related_models_app d538e37e1b Added tests for get_related_models_recursive há 10 anos atrás
test_add_many_to_many_field_initial d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_auto_now_add d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations f599747fc8 Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). há 7 anos atrás
test_migrations_atomic_operation 7937cc16f5 Fixed #28386 -- Made operations within non-atomic migrations honor the operation's atomic flag when migrating backwards. há 7 anos atrás
test_migrations_backwards_deps_1 d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_bad_pyc 63f90f55f3 Fixed #29498 -- Fixed a missing pyc test file in source distribution. há 6 anos atrás
test_migrations_clashing_prefix 8d4ab0c41f Added tests for migrate logging and error messages. há 6 anos atrás
test_migrations_conflict d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_custom_user d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_empty a1487deebf Fixed #23359 -- Added showmigrations command to list migrations and plan. há 10 anos atrás
test_migrations_fake_split_initial f599747fc8 Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). há 7 anos atrás
test_migrations_first d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_initial_false f599747fc8 Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). há 7 anos atrás
test_migrations_no_ancestor d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_no_changes d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_no_default d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_no_init 0a37ea56d0 Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py. há 7 anos atrás
test_migrations_non_atomic d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_order d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_plan 495abe0095 Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple. há 6 anos atrás
test_migrations_private 32fbccab40 Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore. há 6 anos atrás
test_migrations_run_before d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_squashed d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_squashed_complex d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_squashed_complex_multi_apps d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_squashed_erroneous d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_squashed_extra d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_squashed_ref_squashed d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
test_migrations_unmigdep d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports há 8 anos atrás
__init__.py f6801a234f Adding a dependency graph class and tests há 12 anos atrás
models.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). há 8 anos atrás
routers.py cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. há 8 anos atrás
test_autodetector.py 9142bebff2 Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments. há 6 anos atrás
test_base.py 952f05a6db Fixed #11964 -- Added support for database check constraints. há 6 anos atrás
test_commands.py 4fc8fb7dda Tested showmigrations with apps without migrations. há 6 anos atrás
test_deprecated_fields.py 33457cd3b0 Removed IPAddressField per deprecation timeline; refs #20439. há 10 anos atrás
test_exceptions.py 34c56687ae Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError há 9 anos atrás
test_executor.py 83a36ac49a Removed unnecessary trailing commas and spaces in various code. há 7 anos atrás
test_graph.py db926a0048 Fixed #29243 -- Improved efficiency of migration graph algorithm. há 6 anos atrás
test_loader.py 32fbccab40 Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore. há 6 anos atrás
test_multidb.py cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. há 8 anos atrás
test_operations.py 9142bebff2 Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments. há 6 anos atrás
test_optimizer.py 8e3f22f251 Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction. há 6 anos atrás
test_questioner.py c72dde41e6 Fixed #29595 -- Allowed using timedelta in migrations questioner. há 6 anos atrás
test_state.py 9142bebff2 Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments. há 6 anos atrás
test_writer.py c72dde41e6 Fixed #29595 -- Allowed using timedelta in migrations questioner. há 6 anos atrás