summaryrefslogtreecommitdiff
path: root/tests/migrations/test_state.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-3/+0
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-3/+7
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-10/+18
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-562/+827
* Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler2022-01-211-0/+38
* Refs #29898 -- Changed fields in ProjectState's relation registry to dict.Mariusz Felisiak2021-08-261-10/+10
* Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.Manav Agarwal2021-08-251-0/+396
* Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...Chris Jerdonek2021-08-191-0/+4
* Refs #29898 -- Changed ProjectState.real_apps to set.Mariusz Felisiak2021-08-111-1/+1
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-1/+1
* Fixed typos in test comments.luzpaz2021-06-071-1/+1
* Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg2021-02-191-1/+4
* Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...Mariusz Felisiak2020-06-261-0/+28
* Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette2020-04-221-17/+17
* Refs #31499 -- Ignored field ordering to determine ModelState equality.Simon Charette2020-04-221-0/+22
* Refs #30966 -- Added test for reloading related model state on non-relational...Mariusz Felisiak2020-04-081-0/+31
* Refs #27666 -- Ensured relationship consistency on delayed reloads.Simon Charette2020-04-071-0/+24
* Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.Mariusz Felisiak2020-01-161-0/+1
* Removed unnecessary parentheses in various code.Jon Dufresne2019-11-181-1/+1
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-1/+1
* Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak2019-07-081-2/+2
* Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette2018-10-021-1/+1
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-101-5/+28
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-6/+6
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Refs #26605 -- Isolated a migrations state test.Tim Graham2017-04-101-0/+4
* Refs #26605 -- Added migrations state test for a swappable model inheriting a...Ingo Klöcker2017-04-071-0/+42
* Fixed #28051 -- Made migrations respect Index's name argument.Markus Holtermann2017-04-071-0/+13
* Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham2017-03-211-0/+27
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-1/+1
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-5/+4
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-15/+14
* Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh2016-08-051-1/+14
* Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer2016-07-091-0/+31
* Fixed #26709 -- Added class-based indexes.Akshesh2016-06-271-4/+4
* Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...Loïc Bistuer2016-06-201-0/+72
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-9/+9
* Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill2016-05-191-10/+16
* Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer2016-05-171-5/+3
* Refs #24201 -- Ignored order_with_respect_to private fields in migrations.Simon Charette2016-05-131-0/+14
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-8/+11
* Refs #18012 -- Accounted for reverse proxy relations in migrations.Simon Charette2015-10-191-0/+10
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill2015-09-071-4/+34
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-25/+46
* Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig2015-07-021-0/+7
* Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy2015-06-291-0/+20
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations t...Tim Graham2015-05-181-0/+9