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
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
2015-01-14
Fixed #24147 -- Prevented managers leaking model during migrations
Markus Holtermann
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
Replaced migration state render() by apps cached property
Claude Paroz
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-12
Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names
Szilveszter Farkas
2014-07-06
Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
Loic Bistuer
2014-06-15
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-01
Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-04-30
flake8 fixes.
Tim Graham
2014-04-30
Cleanup failing test w/contenttypes and remove useless graph load
Andrew Godwin
2014-04-30
Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-29
Fixed #22447 -- Make sure custom model bases can be migrated.
Simon Charette
2014-04-20
Fixed flake8 errors.
Tim Graham
2014-04-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-18
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
Simon Charette
2014-04-17
Fixed #22397 -- Issues removing M2M field with explicit through model.
Andrew Gorcester
2014-03-25
Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Tim Graham
2014-03-25
Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.
Loic Bistuer
2014-03-05
Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...
Loic Bistuer
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-19
Remove other unicode literal
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
[prev]
[next]