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
2014-08-07
[1.7.x] Use smart_text rather than naive forcing-to-unicode for state reading
Andrew Godwin
2014-08-07
[1.7.x] Fixed #23226: Model options appearing as bytes type in migrations
Andrew Godwin
2014-07-15
[1.7.x] Fixed #23013 -- Fixed removing unique_together/index_together constra...
Tim Graham
2014-07-09
[1.7.x] Fixed #22922: Better error message for InvalidBasesError.
Andrew Godwin
2014-07-06
[1.7.x] Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
Loic Bistuer
2014-06-22
[1.7.x] Include swapped apps in autodetector state
Andrew Godwin
2014-06-15
[1.7.x] Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-12
[1.7.x] Fix test breakage from previous state fix
Andrew Godwin
2014-06-12
[1.7.x] Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking ...
Andrew Godwin
2014-06-07
[1.7.x] Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-06-01
[1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-05-08
[1.7.x] Fixed #22563: Ignore AUTH_USER_MODEL errors in from_state
Andrew Godwin
2014-05-08
[1.7.x] Appeased flake8.
Aymeric Augustin
2014-05-07
[1.7.x] Fixed #22563: Better error message when trying to change AUTH_USER_MODEL
Andrew Godwin
2014-05-06
[1.7.x] Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-05-06
[1.7.x] Added a bunch of missing unicode_literals
Claude Paroz
2014-04-30
[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-18
[1.7.x] Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-13
[1.7.x] Fixed #22350 -- Consistently serialize bytes and text in migrations.
Simon Charette
2014-03-25
Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unman...
Tim Graham
2014-03-25
[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged mod...
Loic Bistuer
2014-03-04
Fixed three small flake8 violations.
Alex Gaynor
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-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-19
Fixed #21786: Bad behaviour when mixins + abstract bases for migrations
Andrew Godwin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Populated non-master app registries.
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
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Added app_label to the error message when field reconstructing fails.
Baptiste Mispelon
2013-12-06
Fixed TypeError when rendering ModelState with multiple bases.
Baptiste Mispelon
2013-12-05
Better error reporting when from_app_cache fails
Andrew Godwin
2013-11-27
Fixed #21438: makemigrations now detects ManyToManyFields
Andrew Godwin
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-09-25
Add equality support for Project/ModelState
Andrew Godwin
2013-09-06
Project/ModelState now correctly serialize multi-model inheritance
Andrew Godwin
2013-09-04
Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.
Loic Bistuer
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-06-22
Autodetect ForeignKeys and add dependencies/split on circulars
Andrew Godwin
[next]