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