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
Age
Commit message (
Expand
)
Author
2014-06-12
[1.7.x] Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking ...
Andrew Godwin
2014-06-09
[1.7.x] Remove overzealous migration flushes from migration test suite
Andrew Godwin
2014-06-08
[1.7.x] Fixed #22777: Add dependency on through for autodetected M2M adds
Andrew Godwin
2014-06-07
[1.7.x] Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-06-07
[1.7.x] Fixed #22436: More careful checking on method ref'ce serialization
Andrew Godwin
2014-06-05
[1.7.x] Implement Migration.run_before
Chris Beaven
2014-06-05
[1.7.x] Rewrote migration autodetector to involve actual computer science.
Andrew Godwin
2014-06-01
[1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-05-30
[1.7.x] Improved the test for refs #22682.
Moayad Mardini
2014-05-29
[1.7.x] Fix additional test failures caused by migration pollution
Andrew Godwin
2014-05-29
[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
Moayad Mardini
2014-05-26
[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
Moayad Mardini
2014-05-24
[1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-23
[1.7.x] Fixed tuple serialization test.
Baptiste Mispelon
2014-05-23
[1.7.x] Fixed #22602 -- Improved code coverage of makemigrations command tests.
Huu Nguyen
2014-05-22
[1.7.x] Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.
Moayad Mardini
2014-05-21
[1.7.x] Skipped a migrations test that's not supported on MySQL + Python 3.
Tim Graham
2014-05-21
[1.7.x] Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-21
[1.7.x] Failing testcases for #22649.
Loic Bistuer
2014-05-21
[1.7.x] Fixed #22424 -- Fixed handling of default values for TextField/Binary...
Loic Bistuer
2014-05-21
[1.7.x] Fixed #22661 -- Move makemigrations tests to the proper class
Huu Nguyen
2014-05-15
[1.7.x] Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-05-08
[1.7.x] Tests for #22325
Andrew Godwin
2014-05-08
[1.7.x] Appeased flake8.
Aymeric Augustin
2014-05-07
[1.7.x] Fixed #22496: Data migrations get transactions again!
Andrew Godwin
2014-05-02
[1.7.x] Fixed #22435 -- Prevented adding a ManyToManyField from prompting for...
Tim Graham
2014-05-02
[1.7.x] Fix migration autodector to work correctly with custom deconstructed ...
Chris Beaven
2014-04-30
[1.7.x] flake8 fixes.
Tim Graham
2014-04-30
[1.7.x] Cleanup failing test w/contenttypes and remove useless graph load
Andrew Godwin
2014-04-30
[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-30
[1.7.x] Fixed #22474 -- Made migration recorder aware of multiple databases
Claude Paroz
2014-04-29
[1.7.x] Fixed #22447 -- Make sure custom model bases can be migrated.
Simon Charette
2014-04-26
[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-22
[1.7.x] Fixed table cleanup in GIS migration tests
Claude Paroz
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-20
[1.7.x] Fixed flake8 errors.
Tim Graham
2014-04-18
[1.7.x] Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-16
[1.7.x] Fixed #22460 -- Explicity remove constraints when dropping a related ...
Motiejus Jakštys
2014-04-13
[1.7.x] Fixed #22350 -- Consistently serialize bytes and text in migrations.
Simon Charette
2014-04-03
[1.7.x] Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` obje...
Simon Charette
2014-03-31
[1.7.x] Fixed #22319 -- Fixed migration external dependencies when there are ...
Loic Bistuer
2014-03-31
[1.7.x] Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.
Loic Bistuer
2014-03-25
[1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Loic Bistuer
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-25
[1.7.x] Fixed #22300 -- Fixed crash in migrations when changing non-relationa...
Stephen Burrows
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
Andrew Godwin
2014-03-11
Remove failing test while we fix the underlying bug
Andrew Godwin
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-03-11
Fix autodetector creation of RenameModel migration to capitalize model names
Chris Beaven
[next]