.. |
deprecated_field_migrations
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
faulty_migrations
|
c0cc8f69e7
Refactored tests that rely on an ImportError for Python 3.5 compatibility
|
10 anni fa |
migrations_test_apps
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
related_models_app
|
d538e37e1b
Added tests for get_related_models_recursive
|
10 anni fa |
test_add_many_to_many_field_initial
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_auto_now_add
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations
|
f599747fc8
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
7 anni fa |
test_migrations_atomic_operation
|
7937cc16f5
Fixed #28386 -- Made operations within non-atomic migrations honor the operation's atomic flag when migrating backwards.
|
7 anni fa |
test_migrations_backwards_deps_1
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_conflict
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_custom_user
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_empty
|
a1487deebf
Fixed #23359 -- Added showmigrations command to list migrations and plan.
|
10 anni fa |
test_migrations_fake_split_initial
|
f599747fc8
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
7 anni fa |
test_migrations_first
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_initial_false
|
f599747fc8
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
7 anni fa |
test_migrations_no_ancestor
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_no_changes
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_no_default
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_non_atomic
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_order
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_run_before
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_squashed
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_squashed_complex
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_squashed_complex_multi_apps
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_squashed_erroneous
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_squashed_extra
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_squashed_ref_squashed
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_migrations_unmigdep
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
__init__.py
|
f6801a234f
Adding a dependency graph class and tests
|
12 anni fa |
models.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 anni fa |
routers.py
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 anni fa |
test_autodetector.py
|
d2afa5eb23
Fixed #28860 -- Removed unnecessary len() calls.
|
7 anni fa |
test_base.py
|
ab83d4d8fe
Added multi_db=True to test cases that access the 'other' db connection.
|
8 anni fa |
test_commands.py
|
6c0042430e
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
7 anni fa |
test_deprecated_fields.py
|
33457cd3b0
Removed IPAddressField per deprecation timeline; refs #20439.
|
10 anni fa |
test_exceptions.py
|
34c56687ae
Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError
|
9 anni fa |
test_executor.py
|
7937cc16f5
Fixed #28386 -- Made operations within non-atomic migrations honor the operation's atomic flag when migrating backwards.
|
7 anni fa |
test_graph.py
|
ce69a421f6
Added tests for various __repr__() methods.
|
8 anni fa |
test_loader.py
|
2c69824e5a
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
7 anni fa |
test_multidb.py
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 anni fa |
test_operations.py
|
095c1aaa89
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
|
7 anni fa |
test_optimizer.py
|
bfd42392ab
Simplified tests with assertDoesNotOptimize().
|
8 anni fa |
test_questioner.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anni fa |
test_state.py
|
2c69824e5a
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
7 anni fa |
test_writer.py
|
941b0a5b33
Fixed #28708 -- Added constants to detect the Python version.
|
7 anni fa |