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_operations.py
Age
Commit message (
Expand
)
Author
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-07
Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-05-22
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
Flavio Curella
2014-05-21
Skipped a migrations test that's not supported on MySQL + Python 3.
Tim Graham
2014-05-20
Merge pull request #2692 from fcurella/patch-5
Alex Gaynor
2014-05-20
replaced occurrences of master/slave terminology with leader/follower
Flavio Curella
2014-05-20
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-18
Failing testcases for #22649.
Loic Bistuer
2014-05-18
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...
Loic Bistuer
2014-05-08
Appeased flake8.
Aymeric Augustin
2014-05-07
Fixed #22496: Data migrations get transactions again!
Andrew Godwin
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-21
Fixed table cleanup in GIS migration tests
Claude Paroz
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-04-16
Fixed #22460 -- Explicity remove constraints when dropping a related field.
Motiejus Jakštys
2014-03-31
Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.
Loic Bistuer
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-08
Fixed #21843: Remove explicit ID column setting in test
Andrew Godwin
2014-03-08
Merge pull request #2315 from bendavis78/issues/22073
Andrew Godwin
2014-03-04
Fixed three small flake8 violations.
Alex Gaynor
2014-03-05
Added tests for MTI in RunPython.
Loic Bistuer
2014-03-01
Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...
Baptiste Mispelon
2014-02-23
Two whitespace changes to appease flake8
Alex Gaynor
2014-02-23
Fixed #22095 -- Enabled backward migrations for RunPython operations
Andrew Gorcester
2014-02-17
Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...
Ben Davis
2014-02-09
Removed unused imports + other flake8 fixes.
Tim Graham
2014-02-09
Fixed #21892: RunPython no longer accepts strings
Andrew Godwin
2014-02-02
Fix regress added to migrations.test_operations.test_alter_field_pk_fk
Michael Manfre
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-19
Remove unicode prefix that snuck in
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-17
Moved list of models inside AppConfig instances.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-05
Fixed a flake8 error
Alex Gaynor
2013-12-04
Don't make a second migration if there was a force-null-default addcol.
Andrew Godwin
2013-11-06
Massive migration optimiser improvements + RenameModel opn
Andrew Godwin
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-07
Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Javed Khan
2013-09-25
Remove most errors when running migration tests twice
Andrew Godwin
2013-09-25
Allow callables as the argument to RunPython
Andrew Godwin
[prev]
[next]