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
2015-04-30
Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
Markus Holtermann
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-14
Refs #24354 -- Prevented repointing of relations on superclasses when migrati...
Matthew Wilkes
2015-02-18
Fixed #24362: Made test run each migration operation in its own schema editor
Shai Berger
2015-02-16
Refs #24282 -- Added failing test case for assigning models of wrong type to FK
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-15
Fixed #24135 -- Made RenameModel rename many-to-many tables.
Tim Graham
2015-01-11
Removed supports_binary_field flag as all backends support them
Claude Paroz
2015-01-10
Fixed #24110 -- Rewrote migration unapply to preserve intermediate states
Markus Holtermann
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-09
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Markus Holtermann
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-12-16
Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...
Andriy Sokolovskiy
2014-12-15
Refs #23947 -- Improved migrations tests table cleanup.
Diego Guimarães
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-01
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-12-01
Corrected a docstring in tests/migrations/test_operations.py.
wrwrwr
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-12-01
Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-20
Fixed duplicate index error on Oracle; refs #23859.
Markus Holtermann
2014-11-19
Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-17
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-16
Removed references to the deprecated assertRaisesRegexp method.
Simon Charette
2014-10-23
Added missing available app in migrations test case
Claude Paroz
2014-10-23
Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Tim Graham
2014-10-09
Avoided requiring sqlparse for a test.
Collin Anderson
2014-10-09
Skip another test if sqlparse is not available
Collin Anderson
2014-10-02
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-09-24
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
2014-09-23
Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
Sergey Fedoseev
2014-09-02
Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-15
Fixed typo in tests/migrations/test_operations.py
Tim Graham
2014-08-12
Fixed #23275: Unmanaged models kept by autodetector, ignored by ops
Andrew Godwin
2014-08-07
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-04
Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-08-03
Fixed a MySQL test failure introduced by cbb29af1aa.
Simon Charette
2014-08-03
Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
2014-07-28
Fixed #23121: AlterModelOptions operation not changing state right
Andrew Godwin
2014-07-21
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-07-21
Fixed #22975: Don't call rename SQL if not needed
Andrew Godwin
2014-07-15
Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...
Tim Graham
2014-06-27
Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().
Tim Graham
2014-06-18
Fixed several flake8 errors
Alex Gaynor
2014-06-17
Fix broken test
Andrew Godwin
2014-06-17
Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-06-16
Fixed #22844: Duplicate SQL for SQLite FKs
Andrew Godwin
2014-06-15
Fixed several flake8 errors
Alex Gaynor
[prev]
[next]