summaryrefslogtreecommitdiff
path: root/django/db/migrations/state.py
AgeCommit message (Expand)Author
2015-01-14Fixed #24147 -- Prevented managers leaking model during migrationsMarkus Holtermann
2015-01-07Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...Ulrich Petri
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2015-01-02Added ignore_swappable to StateAppsMarkus Holtermann
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-09-12Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label.Carl Meyer
2014-09-12Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesSzilveszter Farkas
2014-08-07Use smart_text rather than naive forcing-to-unicode for state readingAndrew Godwin
2014-08-07Fixed #23226: Model options appearing as bytes type in migrationsAndrew Godwin
2014-07-15Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...Tim Graham
2014-07-09Fixed #22922: Better error message for InvalidBasesError.Andrew Godwin
2014-07-06Fixed #22906 -- Added a more helpful repr to migrations' ModelState.Loic Bistuer
2014-06-22Include swapped apps in autodetector stateAndrew Godwin
2014-06-15Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-12Fix test breakage from previous state fixAndrew Godwin
2014-06-12Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.Andrew Godwin
2014-06-07Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-06-01Fixed #22659 -- Prevent model states from sharing field instances.Simon Charette
2014-05-08Fixed #22563: Ignore AUTH_USER_MODEL errors in from_stateAndrew Godwin
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-07Fixed #22563: Better error message when trying to change AUTH_USER_MODELAndrew Godwin
2014-05-06Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-04-30Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester
2014-04-13Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette
2014-03-25Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Tim Graham
2014-03-25Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.Loic Bistuer
2014-03-04Fixed three small flake8 violations.Alex Gaynor
2014-03-05Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...Loic Bistuer
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-19Fixed #21786: Bad behaviour when mixins + abstract bases for migrationsAndrew Godwin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-30Populated Apps instances immediately by default.Aymeric Augustin
2013-12-29Replaced Options.object_name.lower() by Options.model_name.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Populated non-master app registries.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Deborgified the app cache.Aymeric Augustin