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
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
2015-06-28
Used field.clone() where applicable
Markus Holtermann
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
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-04-01
Fixed #24554 -- Sped up migrations by rendering initial apps when they are fi...
Markus Holtermann
2015-03-25
Removed untouched branch in StateApps.__init__()
Alex Hill
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-08
Fixed #24397 -- Sped up rendering multiple model states.
Marten Kenbeek
2015-02-18
Fixed #24291 - Fixed migration ModelState generation with unused swappable mo...
Marten Kenbeek
2015-02-16
Fixed #24225, #24264, #24282 -- Rewrote model reloading in migration project ...
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #24147 -- Prevented managers leaking model during migrations
Markus Holtermann
2015-01-07
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...
Ulrich Petri
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
Added ignore_swappable to StateApps
Markus Holtermann
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-09-12
Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label.
Carl Meyer
2014-09-12
Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names
Szilveszter Farkas
2014-08-07
Use smart_text rather than naive forcing-to-unicode for state reading
Andrew Godwin
2014-08-07
Fixed #23226: Model options appearing as bytes type in migrations
Andrew Godwin
2014-07-15
Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...
Tim Graham
2014-07-09
Fixed #22922: Better error message for InvalidBasesError.
Andrew Godwin
2014-07-06
Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
Loic Bistuer
2014-06-22
Include swapped apps in autodetector state
Andrew Godwin
2014-06-15
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-12
Fix test breakage from previous state fix
Andrew Godwin
2014-06-12
Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.
Andrew Godwin
2014-06-07
Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-06-01
Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-05-08
Fixed #22563: Ignore AUTH_USER_MODEL errors in from_state
Andrew Godwin
2014-05-08
Appeased flake8.
Aymeric Augustin
2014-05-07
Fixed #22563: Better error message when trying to change AUTH_USER_MODEL
Andrew Godwin
2014-05-06
Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-04-30
Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
[next]