Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+18
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-081-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-10/+12
* Fixed #24725 -- Allowed renaming of target models in Many...Markus Holtermann2015-04-301-0/+26
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-2/+11
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-6/+6
* Refs #24354 -- Prevented repointing of relations on super...Matthew Wilkes2015-03-141-0/+35
* Fixed #24362: Made test run each migration operation in i...Shai Berger2015-02-181-6/+9
* Refs #24282 -- Added failing test case for assigning mode...Markus Holtermann2015-02-161-0/+54
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham2015-01-161-0/+26
* Removed supports_binary_field flag as all backends suppor...Claude Paroz2015-01-111-2/+0
* Fixed #24110 -- Rewrote migration unapply to preserve int...Markus Holtermann2015-01-101-11/+17
* Fixed #22583 -- Allowed RunPython and RunSQL to provide h...Loic Bistuer2015-01-091-38/+0
* Fixed #24098 -- Added no-op attributes to RunPython and R...Markus Holtermann2015-01-091-0/+20
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-021-2/+3
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-43/+30
* Fixed #23983 -- Fixed a crash in migrations when adding o...Andriy Sokolovskiy2014-12-161-0/+9
* Refs #23947 -- Improved migrations tests table cleanup.Diego Guimarães2014-12-161-24/+19
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-1/+104
* Fixed #23909 -- Prevented crash when collecting SQL for R...Claude Paroz2014-12-011-0/+6
* Corrected a docstring in tests/migrations/test_operations...wrwrwr2014-12-011-1/+1
* Replaced router.routers usage with override_settings(DATA...wrwrwr2014-12-011-11/+3
* Fixed #23880 -- Added missing index_together handling for...Markus Holtermann2014-12-011-4/+2
* Fixed #23894 -- Made deconstruct methods favor kwargs ove...Markus Holtermann2014-11-281-4/+98
* Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann2014-11-201-1/+7
* Fixed #22248 -- Made RenameModel reversibleStratos Moros2014-11-191-2/+1
* Fixed #23859 -- Fixed a migration crash when a field is r...Markus Holtermann2014-11-171-2/+6
* Removed references to the deprecated assertRaisesRegexp m...Simon Charette2014-11-161-2/+3
* Added missing available app in migrations test caseClaude Paroz2014-10-231-0/+1
* Fixed #23630 -- Made AlterModelTable rename auto-created ...Tim Graham2014-10-231-1/+36
* Avoided requiring sqlparse for a test.Collin Anderson2014-10-091-3/+2
* Skip another test if sqlparse is not availableCollin Anderson2014-10-091-0/+1
* Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann2014-10-021-0/+81
* Fixed #23426 -- Don't require double percent sign in RunS...Markus Holtermann2014-09-241-3/+15
* Fixed #23503 -- Fixed renaming of model with self-referen...Sergey Fedoseev2014-09-231-0/+16
* Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall2014-09-021-0/+33
* Fixed typo in tests/migrations/test_operations.pyTim Graham2014-08-151-1/+1
* Fixed #23275: Unmanaged models kept by autodetector, igno...Andrew Godwin2014-08-121-0/+29
* Fixed #23244: Error altering FK to non-FK in migrationsAndrew Godwin2014-08-071-3/+27
* Fixed #23091: CreateModel and AddField were clashing with...Andrew Godwin2014-08-041-0/+27
* Fixed a MySQL test failure introduced by cbb29af1aa.Simon Charette2014-08-031-3/+3
* Fixed #23160 -- Correctly rename models with self referen...Simon Charette2014-08-031-0/+37
* Fixed #23121: AlterModelOptions operation not changing st...Andrew Godwin2014-07-281-5/+21
* Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin2014-07-211-2/+13
* Fixed #22975: Don't call rename SQL if not neededAndrew Godwin2014-07-211-0/+20
* Fixed #23013 -- Fixed removing unique_together/index_toge...Tim Graham2014-07-151-0/+8
* Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().Tim Graham2014-06-271-0/+16
* Fixed several flake8 errorsAlex Gaynor2014-06-181-3/+2
* Fix broken testAndrew Godwin2014-06-181-3/+2