Mariusz Felisiak c773d5794e Refs #27236 -- Reverted AlterIndexTogether deprecation. il y a 2 ans
..
deprecated_field_migrations 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
faulty_migrations c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility il y a 10 ans
migrations_test_apps 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
related_models_app d538e37e1b Added tests for get_related_models_recursive il y a 10 ans
test_add_many_to_many_field_initial 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_auto_now_add 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_fake_initial_case_insensitive 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_atomic_operation 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_backwards_deps_1 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_bad_pyc 63f90f55f3 Fixed #29498 -- Fixed a missing pyc test file in source distribution. il y a 6 ans
test_migrations_clashing_prefix 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_conflict 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_conflict_long_name 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_custom_user 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_empty a1487deebf Fixed #23359 -- Added showmigrations command to list migrations and plan. il y a 10 ans
test_migrations_fake_split_initial 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_first 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_initial_false 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_manual_porting 7c318a8bdd Fixed #27844 -- Added optimizemigration management command. il y a 3 ans
test_migrations_namespace_package 3cd3bebe89 Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file. il y a 5 ans
test_migrations_no_ancestor 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_no_changes 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_no_default 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_no_init 0a37ea56d0 Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py. il y a 7 ans
test_migrations_no_operations 5d03f2bc01 Fixed #30595 -- Added error message when no objects found to sql* management commands. il y a 5 ans
test_migrations_non_atomic 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_noop 6f453cd298 Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without SQL statement. il y a 2 ans
test_migrations_order 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_plan 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_private 32fbccab40 Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore. il y a 6 ans
test_migrations_run_before 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_squashed 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_squashed_complex 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_squashed_complex_multi_apps 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_squashed_erroneous 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_squashed_extra d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports il y a 8 ans
test_migrations_squashed_no_replaces 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_migrations_squashed_ref_squashed d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports il y a 8 ans
test_migrations_unmigdep 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
__init__.py f6801a234f Adding a dependency graph class and tests il y a 12 ans
models.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
routers.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_autodetector.py a6385b382e Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes. il y a 2 ans
test_base.py a6385b382e Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes. il y a 2 ans
test_commands.py e286ce17ff Fixed #24870 -- Added --update option to makemigrations command. il y a 2 ans
test_deprecated_fields.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_exceptions.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_executor.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_graph.py 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. il y a 3 ans
test_loader.py 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. il y a 3 ans
test_multidb.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_operations.py c773d5794e Refs #27236 -- Reverted AlterIndexTogether deprecation. il y a 2 ans
test_optimizer.py c773d5794e Refs #27236 -- Reverted AlterIndexTogether deprecation. il y a 2 ans
test_questioner.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
test_state.py a6385b382e Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes. il y a 2 ans
test_writer.py 59ab3fd0e9 Refs #32365 -- Deprecated django.utils.timezone.utc. il y a 3 ans