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
2026-01-28
Fixed #36878 -- Unified data type for *_together options in ModelState.
Markus Holtermann
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-05-12
Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].
Thibaut Decombe
2024-12-27
Fixed #35991 -- Fixed crash when adding non-nullable field after renaming par...
Mariusz Felisiak
2024-12-17
Fixed #34856 -- Fixed references to index_together in historical migrations.
Andrés Reverón Molina
2024-12-17
Refs #27236 -- Removed references to index_together from ModelState.from_model.
Simon Charette
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2024-07-10
Fixed #35424 -- Checked order_with_respect_to is available when migrating _or...
Daniel Patrick
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-23
Fixed #26827 -- Improved ModelState error message when relations refer model ...
Prashant Pandey
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2022-07-16
Fixed #33848 -- Optimized StateApps.clone().
Iuri de Silvio
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-21
Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...
Fabian Büchler
2021-11-02
Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...
Mariusz Felisiak
2021-08-26
Refs #29898 -- Changed fields in ProjectState's relation registry to dict.
Mariusz Felisiak
2021-08-25
Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.
Manav Agarwal
2021-08-20
Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_...
Manav Agarwal
2021-08-19
Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...
Chris Jerdonek
2021-08-11
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-06-29
Refs #29898 -- Moved state_forwards()'s logic from migration operations to Pr...
manav014
2021-04-16
Fixed #29899 -- Made autodetector use model states instead of model classes.
David Wobrock
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
[next]