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_autodetector.py
Age
Commit message (
Expand
)
Author
2014-06-23
Fixed #22708: Typo in autodetector base dependency gen
Andrew Godwin
2014-06-16
Fixed #22783: Make sure swappable models come first in creation
Andrew Godwin
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-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-05
Rewrote migration autodetector to involve actual computer science.
Andrew Godwin
2014-06-01
Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-05-22
Made nested deconstruction support both forms of deconstruct()
Marc Tamlyn
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-05-02
Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default.
Tim Graham
2014-05-02
Fix migration autodector to work correctly with custom deconstructed values
Chris Beaven
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-31
Fixed #22319 -- Fixed migration external dependencies when there are internal...
Loic Bistuer
2014-03-25
Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Tim Graham
2014-03-25
Fixed #22300 -- Fixed crash in migrations when changing non-relational field ...
Stephen Burrows
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
Andrew Godwin
2014-03-11
Fix autodetector creation of RenameModel migration to capitalize model names
Chris Beaven
2014-03-10
Fixed #22239 -- Add auto detection of renamed models
Chris Beaven
2014-03-06
Fixed #22204: Bad circular-dep-breaking if more than one per run
Andrew Godwin
2014-02-17
Merge pull request #2270 from bmispelon/ticket-22030
Andrew Godwin
2014-02-14
Fixed #22035 -- reordered migration operations
Anton Baklanov
2014-02-13
Fixed #22030 -- Don't assume that all fields have a swappable_setting attribute.
Baptiste Mispelon
2014-02-12
Fix my slightly hasty autodetector changes
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-09-17
Fixed #21114 -- Migrations must not have a dependency to themselves.
Markus Holtermann
2013-09-06
Migration autodetector now corerctly deals with proxy models
Andrew Godwin
2013-08-21
Change autodetector changes API to be just one method
Andrew Godwin
2013-07-25
Add test for creating M2Ms
Andrew Godwin
2013-07-02
Autodetection of unique_together changes
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-06-22
Autodetect ForeignKeys and add dependencies/split on circulars
Andrew Godwin
2013-06-21
Prompt about renames rather than doing them automatically
Andrew Godwin
2013-06-20
Autodetect field renames. HAHAHA. AHAHAHAHA. YES.
Andrew Godwin
2013-06-20
Autodetect field alters
Andrew Godwin
2013-06-20
Add operation that renames tables
Andrew Godwin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
2013-06-07
Autodetector tests
Andrew Godwin
[prev]