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