Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/autodetector.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+9
* Fixed #25280 -- Properly checked regex objects for equali...Markus Holtermann2015-08-271-0/+3
* Fixed #25239 -- Corrected makemigrations numbering if a m...Caio Ariede2015-08-141-2/+3
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+2
* Fixed #24899 -- Split migrations autodetector._detect_cha...Steadman2015-06-051-52/+70
* Fixed #24340 -- Added nested deconstruction for list, tup...Matt Westcott2015-05-261-14/+28
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-7/+7
* Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann2015-03-281-1/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-33/+33
* Fixed #24435 -- Prevented m2m field removal and addition ...Markus Holtermann2015-03-041-2/+11
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+4
* Refs #22608 -- Optimized migration optimizer and migrate ...Ulrich Petri2015-01-071-19/+19
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-25/+13
* Added ignore_swappable to StateAppsMarkus Holtermann2015-01-021-1/+1
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-2/+2
* Renamed variables to avoid name collision with import of ...Russell Keith-Magee2014-12-311-4/+4
* Fixed #23938 -- Added migration support for m2m to concre...Markus Holtermann2014-12-291-77/+80
* Fixed #24037 -- Prevented data loss possibility when chan...Tim Graham2014-12-231-11/+18
* Fixed #23405 -- Fixed makemigrations prompt when adding T...Andriy Sokolovskiy2014-12-151-2/+5
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-0/+17
* Fixed #23956 -- Fixed migration creation for multiple tab...Markus Holtermann2014-12-111-1/+1
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Fixed #23794 -- Fixed migrations crash when removing a fi...Andrzej Pragacz2014-11-211-11/+5
* Fixed #23844 -- Used topological sort for migration opera...Patryk Zawadzki2014-11-201-22/+14
* Revert "Use topological sort for migration operation depe...Tim Graham2014-11-151-15/+22
* Use topological sort for migration operation dependency r...Klaas van Schelven2014-11-151-22/+15
* Fixed #23614 -- Changed the way the migration autodetecto...Markus Holtermann2014-10-291-4/+24
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-2/+4
* Fixed #23629 -- Allowed autodetector to detect changes in...Tianyi Wang2014-10-201-0/+18
* Fixed #23609 -- Fixed IntegrityError that prevented alter...Markus Holtermann2014-10-091-3/+13
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #23415 -- Added fields for unmanaged and proxy mode...Markus Holtermann2014-09-251-47/+45
* Fixed #23452 -- Prevented infinite migrations for empty u...Markus Holtermann2014-09-101-6/+11
* Fixed #22951 -- Checked for types during deep_deconstruct...Andrew Pinkham2014-09-081-1/+1
* Fixed #23302 -- Added --name/-n option to makemigrations ...Raffaele Salmaso2014-09-031-5/+5
* Fixed #23322 -- Use resolved swappable model for dependen...Markus Holtermann2014-08-201-3/+13
* Fixed #23315: Operational dependency fail with mixed crea...Andrew Godwin2014-08-201-4/+8
* Fixed #23275: Unmanaged models kept by autodetector, igno...Andrew Godwin2014-08-121-11/+48
* Fixed flake8 warnings.Tim Graham2014-07-311-1/+0
* Fixed #23101: Prefer doing deletes before creates in auto...Andrew Godwin2014-07-291-10/+16
* Fixed #23121: AlterModelOptions operation not changing st...Andrew Godwin2014-07-281-13/+3
* Fixed #23100: Individual FK creation missing dependenciesAndrew Godwin2014-07-281-3/+24
* Fixed #22944: Bad dependency on FK alteration in autodete...Andrew Godwin2014-07-261-1/+14
* Merge pull request #2938 from dekkers/ticket_23071Andrew Godwin2014-07-251-5/+5
|\
| * Fixed #23071 -- Use last migration's name in dependency t...Jeroen Dekkers2014-07-221-5/+5
* | Fixed #23014 -- Infinite migration regression with unique...Tim Graham2014-07-241-4/+4
|/
* Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin2014-07-211-1/+12
* Fixed #23041: Bad base dependencies for proxy modelsAndrew Godwin2014-07-161-1/+1
* Fixed #23008 -- Fixed typo causing bad migration dependen...Tim Graham2014-07-151-2/+2
* Fixed #22970: Incorrect dependencies for existing migrate...Andrew Godwin2014-07-101-4/+16