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
/
django
/
db
/
migrations
/
state.py
Age
Commit message (
Expand
)
Author
2020-12-22
Refs #32285 -- Made AppConfigStub do not call super().__init__().
Hasan Ramezani
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-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
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-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-09-10
Removed unnecessary parens in _get_app_label_and_model_name().
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-25
Simplified migrations.state.ProjectState.__eq__().
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-01
Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state.
Ian Foote
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-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Removed obsolete force_text_recursive
Claude Paroz
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
2017-01-17
Refs #27666 -- Added ProjectState.reload_models().
Markus Holtermann
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-10-28
Simplified AppConfig.import_models().
Aymeric Augustin
2016-10-28
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
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-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
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-02-08
Fixed typo in django/db/migrations/state.py.
Tim Graham
2015-10-19
Moved an inner function in db.migrations.state to avoid redefinition.
Simon Charette
2015-10-19
Refs #18012 -- Accounted for reverse proxy relations in migrations.
Simon Charette
2015-09-17
Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.
Tim Graham
2015-09-07
Refs #24215 -- Improved error message for unhandled lazy model operations.
Alex Hill
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
[next]