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-09-02
[1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-15
[1.7.x] Fixed typo in tests/migrations/test_operations.py
Tim Graham
2014-08-12
[1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by ops
Andrew Godwin
2014-08-07
[1.7.x] Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-04
[1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-08-03
[1.7.x] Fixed a MySQL test failure introduced by cbb29af1aa.
Simon Charette
2014-08-03
[1.7.x] Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
2014-07-28
[1.7.x] Fixed #23121: AlterModelOptions operation not changing state right
Andrew Godwin
2014-07-21
[1.7.x] Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-07-21
[1.7.x] Fixed #22975: Don't call rename SQL if not needed
Andrew Godwin
2014-07-15
[1.7.x] Fixed #23013 -- Fixed removing unique_together/index_together constra...
Tim Graham
2014-06-27
[1.7.x] Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().
Tim Graham
2014-06-18
[1.7.x] Fixed several flake8 errors
Alex Gaynor
2014-06-17
[1.7.x] Fix broken test
Andrew Godwin
2014-06-17
[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-06-16
[1.7.x] Fixed #22844: Duplicate SQL for SQLite FKs
Andrew Godwin
2014-06-15
[1.7.x] Fixed several flake8 errors
Alex Gaynor
2014-06-15
[1.7.x] Fixed #22568: Better proxy model support in migrations
Andrew Godwin
2014-06-15
[1.7.x] Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-15
[1.7.x] Persist non-schema-relevant Meta changes in migrations
Andrew Godwin
2014-06-07
[1.7.x] Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
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-08
[1.7.x] Appeased flake8.
Aymeric Augustin
2014-05-07
[1.7.x] Fixed #22496: Data migrations get transactions again!
Andrew Godwin
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-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-03-31
[1.7.x] 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
[next]