summaryrefslogtreecommitdiff
path: root/tests/migrations/test_state.py
AgeCommit message (Expand)Author
2020-06-26Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...Mariusz Felisiak
2020-04-22Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette
2020-04-22Refs #31499 -- Ignored field ordering to determine ModelState equality.Simon Charette
2020-04-08Refs #30966 -- Added test for reloading related model state on non-relational...Mariusz Felisiak
2020-04-07Refs #27666 -- Ensured relationship consistency on delayed reloads.Simon Charette
2020-01-16Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.Mariusz Felisiak
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-07-08Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak
2018-10-02Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-04-10Refs #26605 -- Isolated a migrations state test.Tim Graham
2017-04-07Refs #26605 -- Added migrations state test for a swappable model inheriting a...Ingo Klöcker
2017-04-07Fixed #28051 -- Made migrations respect Index's name argument.Markus Holtermann
2017-03-21Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-01-19Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-07-09Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-20Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...Loïc Bistuer
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-13Refs #24201 -- Ignored order_with_respect_to private fields in migrations.Simon Charette
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-10-19Refs #18012 -- Accounted for reverse proxy relations in migrations.Simon Charette
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-07Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-02Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-06-29Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-18Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations t...Tim Graham
2015-05-02Moved migration exception classes to shared moduleMarkus Holtermann
2015-04-25Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
2015-04-21Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-04-20Refs #24397 -- Sped up model reloading in ProjectState.Marten Kenbeek
2015-04-07Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki
2015-03-24Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten
2015-02-18Fixed #24291 - Fixed migration ModelState generation with unused swappable mo...Marten Kenbeek
2015-02-16Added tests for get_related_models_recursiveMarkus Holtermann
2015-02-16Refs #24225 -- Added failing test case for removing a previously added field ...Claude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor