Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_autodetector.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann2015-08-281-51/+65
* Fixed #25280 -- Properly checked regex objects for equali...Markus Holtermann2015-08-271-0/+43
* Fixed typo in tests/migrations/test_autodetector.py.Tim Graham2015-08-201-6/+6
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-35/+35
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+3
* Used mock in MigrationQuestioner testsMarkus Holtermann2015-06-231-44/+28
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-161-3/+4
* Fixed #24340 -- Added nested deconstruction for list, tup...Matt Westcott2015-05-261-1/+208
* Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann2015-03-281-0/+31
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-5/+5
* Fixed #24435 -- Prevented m2m field removal and addition ...Markus Holtermann2015-03-041-0/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-021-1/+1
* Added test for an intermediate swappable model change in ...Markus Holtermann2014-12-301-0/+19
* Fixed #23938 -- Added migration support for m2m to concre...Markus Holtermann2014-12-291-0/+37
* Fixed #24037 -- Prevented data loss possibility when chan...Tim Graham2014-12-231-6/+19
* Fixed #23405 -- Fixed makemigrations prompt when adding T...Andriy Sokolovskiy2014-12-151-1/+45
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-4/+33
* Fixed #23956 -- Fixed migration creation for multiple tab...Markus Holtermann2014-12-111-0/+23
* Fixed #23794 -- Fixed migrations crash when removing a fi...Andrzej Pragacz2014-11-211-0/+16
* Fixed #23844 -- Used topological sort for migration opera...Patryk Zawadzki2014-11-201-3/+3
* Cleaned up and reformatted autodetector testsMarkus Holtermann2014-11-191-476/+475
* Formatted model states in autodetector testsMarkus Holtermann2014-11-191-47/+208
* Revert "Use topological sort for migration operation depe...Tim Graham2014-11-151-3/+3
* Use topological sort for migration operation dependency r...Klaas van Schelven2014-11-151-3/+3
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Fixed #23614 -- Changed the way the migration autodetecto...Markus Holtermann2014-10-291-39/+38
* Fixed #23629 -- Allowed autodetector to detect changes in...Tianyi Wang2014-10-201-1/+90
* Fixed #23609 -- Fixed IntegrityError that prevented alter...Markus Holtermann2014-10-091-0/+75
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-13/+13
* Fixed #23415 -- Added fields for unmanaged and proxy mode...Markus Holtermann2014-09-251-0/+41
* Fixed #23452 -- Prevented infinite migrations for empty u...Markus Holtermann2014-09-101-2/+46
* Fixed #22951 -- Checked for types during deep_deconstruct...Andrew Pinkham2014-09-081-0/+25
* Fixed #23302 -- Added --name/-n option to makemigrations ...Raffaele Salmaso2014-09-031-0/+25
* Fixed #23341 -- Added migration name to nonexistent migra...Raffaele Salmaso2014-08-241-2/+2
* Fixed #23322 -- Use resolved swappable model for dependen...Markus Holtermann2014-08-201-0/+82
* Fixed migrations tests added in refs #23315.Tim Graham2014-08-201-1/+1
* Fixed #23315: Operational dependency fail with mixed crea...Andrew Godwin2014-08-201-72/+65
* Fixed #23275: Unmanaged models kept by autodetector, igno...Andrew Godwin2014-08-121-12/+10
* Fixed #23101: Prefer doing deletes before creates in auto...Andrew Godwin2014-07-291-25/+10
* Fixed #23121: AlterModelOptions operation not changing st...Andrew Godwin2014-07-281-0/+7
* Fixed #23100: Individual FK creation missing dependenciesAndrew Godwin2014-07-281-0/+15
* Fixed #22944: Bad dependency on FK alteration in autodete...Andrew Godwin2014-07-261-0/+19
* Merge pull request #2938 from dekkers/ticket_23071Andrew Godwin2014-07-251-2/+3
|\
| * Fixed #23071 -- Use last migration's name in dependency t...Jeroen Dekkers2014-07-221-2/+3
* | Fixed #23014 -- Infinite migration regression with unique...Tim Graham2014-07-241-6/+16
|/
* Fixed #23041: Bad base dependencies for proxy modelsAndrew Godwin2014-07-161-1/+18
* Fixed #23008 -- Fixed typo causing bad migration dependen...Tim Graham2014-07-151-1/+1
* Fix commentAndrew Godwin2014-07-101-1/+1