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
Age
Commit message (
Expand
)
Author
2014-06-25
Fixed #22903 -- Fixed migration generation if index_together or unique_togeth...
Tim Graham
2014-06-23
Fixed #22708: Typo in autodetector base dependency gen
Andrew Godwin
2014-06-23
Fixed #22881 -- Better soft_applied migration detection
Chris Beaven
2014-06-22
Include swapped apps in autodetector state
Andrew Godwin
2014-06-22
Fixed #22875: Optimizer did not take through= into account.
Andrew Godwin
2014-06-17
Fixed #22861: Internal migrations done first so __first__ works
Andrew Godwin
2014-06-17
Fix __latest__ to actually resolve to the latest migration
Andrew Godwin
2014-06-17
Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-06-17
Fixed #22577: Python 3 broke on non-module migrations directory
Víðir Valberg Guðmundsson
2014-06-16
Ignore more blank throughs on swapped-out M2Ms
Andrew Godwin
2014-06-16
Ignore through being None on some special cases of fields.
Andrew Godwin
2014-06-16
Fixed flake8 error.
Tim Graham
2014-06-16
Fixed #22847: Optimizer wasn't expecting unresolved FKs
Andrew Godwin
2014-06-16
Fixed #22783: Make sure swappable models come first in creation
Andrew Godwin
2014-06-16
Fixed #22848: Ignore no-migrations errors during makemigrations only
Andrew Godwin
2014-06-16
Use __first__ not __latest__ for unknown app dependencies
Andrew Godwin
2014-06-16
Fixed #22788 -- Ensured custom migration operations can be written.
Matthew Schinckel
2014-06-15
Fixed several flake8 errors
Alex Gaynor
2014-06-15
Fixed #22568: Better proxy model support in migrations
Andrew Godwin
2014-06-15
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-15
Persist non-schema-relevant Meta changes in migrations
Andrew Godwin
2014-06-15
Fixed #22833: Autodetector not doing through mapping correctly
Andrew Godwin
2014-06-15
Fixed #22563: Added migration to admin, fixed a few more loader issues.
Andrew Godwin
2014-06-15
Improve error message for missing migrations in an app
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-08
Fixed #22777: Add dependency on through for autodetected M2M adds
Andrew Godwin
2014-06-07
Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-06-07
Removed usage of deprecated django.utils.importlib.
Tim Graham
2014-06-07
Fixed #22436: More careful checking on method ref'ce serialization
Andrew Godwin
2014-06-06
Fixed flake8 errors.
Tim Graham
2014-06-05
Prevent operation pollution by later operations of fields
Andrew Godwin
2014-06-05
Rewrote migration autodetector to involve actual computer science.
Andrew Godwin
2014-06-05
Merge pull request #2736 from SmileyChris/migration-run_before
Andrew Godwin
2014-06-01
Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-05-30
Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
Moayad Mardini
2014-05-29
Implement Migration.run_before
Chris Beaven
2014-05-24
Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-22
Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.
Moayad Mardini
2014-05-22
Made nested deconstruction support both forms of deconstruct()
Marc Tamlyn
2014-05-20
Revert "Fixed #22645: Allow apps with no models module to still have migrations"
Andrew Godwin
2014-05-20
Fixed #22645: Allow apps with no models module to still have migrations
Andrew Godwin
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-05-08
Fixed #22325: Ignore __first__ dependencies to your own app
Andrew Godwin
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 #22496: Data migrations get transactions again!
Andrew Godwin
2014-05-07
Fixed #22563: Better error message when trying to change AUTH_USER_MODEL
Andrew Godwin
2014-05-06
Fixed #22576: Ensure makemigrations doesn't touch the database.
Andrew Godwin
2014-05-06
Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
[prev]
[next]