Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/operations
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-5/+7
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-161-0/+27
* Fixed #24725 -- Allowed renaming of target models in Many...Markus Holtermann2015-04-301-1/+1
* Refs #24354 -- Prevented repointing of relations on super...Matthew Wilkes2015-04-211-0/+4
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+1
* Refs #24278 -- Allowed multi-line serializations in Opera...Marten Kenbeek2015-04-051-0/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-252-16/+16
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-204-24/+28
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-2/+4
* Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham2015-01-161-0/+21
* Fixed #22583 -- Allowed RunPython and RunSQL to provide h...Loic Bistuer2015-01-092-19/+27
* Fixed #24098 -- Added no-op attributes to RunPython and R...Markus Holtermann2015-01-091-5/+10
* Refs #22608 -- Optimized migration optimizer and migrate ...Ulrich Petri2015-01-072-50/+134
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-072-27/+27
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-022-5/+16
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-023-42/+31
* Fixed #24037 -- Prevented data loss possibility when chan...Tim Graham2014-12-231-0/+1
* Fixed #23983 -- Fixed a crash in migrations when adding o...Andriy Sokolovskiy2014-12-161-0/+2
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-152-4/+43
* Fixed #23894 -- Made deconstruct methods favor kwargs ove...Markus Holtermann2014-11-283-29/+80
* Revert "Fixed #23892 -- Made deconstructible classes forw...Carl Meyer2014-11-234-18/+15
* Fixed #23892 -- Made deconstructible classes forwards com...Carl Meyer2014-11-224-15/+18
* Fixed #23844 -- Used topological sort for migration opera...Patryk Zawadzki2014-11-204-31/+131
* Fixed #22248 -- Made RenameModel reversibleStratos Moros2014-11-191-2/+0
* Fixed #23859 -- Fixed a migration crash when a field is r...Markus Holtermann2014-11-171-6/+7
* Avoided unneeded calls to state.render() in migrations.twidi2014-11-172-14/+14
* Reordered condition to avoid calling allow_migrate() if u...twidi2014-11-171-2/+2
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-1/+2
* Fixed #23630 -- Made AlterModelTable rename auto-created ...Tim Graham2014-10-231-0/+8
* Fixed #23609 -- Fixed IntegrityError that prevented alter...Markus Holtermann2014-10-091-2/+12
* Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann2014-10-021-6/+18
* Fixed #23426 -- Don't require double percent sign in RunS...Markus Holtermann2014-09-241-2/+2
* Fixed #23452 -- Prevented infinite migrations for empty u...Markus Holtermann2014-09-101-6/+2
* Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall2014-09-021-2/+2
* Fixed #23275: Unmanaged models kept by autodetector, igno...Andrew Godwin2014-08-121-2/+3
* Fixed #23244: Error altering FK to non-FK in migrationsAndrew Godwin2014-08-071-1/+1
* Fixed #23160 -- Correctly rename models with self referen...Simon Charette2014-08-031-7/+19
* Fixed #23121: AlterModelOptions operation not changing st...Andrew Godwin2014-07-281-0/+14
* Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin2014-07-211-0/+8
* Fixed #23013 -- Fixed removing unique_together/index_toge...Tim Graham2014-07-151-2/+2
* Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().Tim Graham2014-06-271-2/+2
* Fixed #22903 -- Fixed migration generation if index_toget...Tim Graham2014-06-251-11/+17
* Fixed #22853: Swapped models are now ignored for migratio...Andrew Godwin2014-06-183-18/+29
* Fixed #22568: Better proxy model support in migrationsAndrew Godwin2014-06-161-5/+5
* Fixed #22470: Full migration support for order_with_respe...Andrew Godwin2014-06-152-1/+42
* Persist non-schema-relevant Meta changes in migrationsAndrew Godwin2014-06-152-2/+31
* Fixed #22750, #22248: Model renaming now also alters fiel...Andrew Godwin2014-06-081-10/+36
* Prevent operation pollution by later operations of fieldsAndrew Godwin2014-06-061-1/+7
* Fixed #22496: Data migrations get transactions again!Andrew Godwin2014-05-072-1/+6
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-064-0/+9