Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations
Commit message (Expand)AuthorAgeFilesLines
* Refs #25618 -- Removed detection of south migrations in l...Tim Graham2015-10-281-15/+1
* Moved an inner function in db.migrations.state to avoid r...Simon Charette2015-10-201-20/+24
* Refs #18012 -- Accounted for reverse proxy relations in m...Simon Charette2015-10-201-4/+12
* Fixed #25453 -- Reworded makemigration's ask_not_null_alt...Benjamin Wohlwend2015-09-231-2/+2
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-192-27/+81
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandle...Tim Graham2015-09-171-5/+3
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-4/+13
* Refs #24919 -- Raised more helpful error message for disa...Markus Holtermann2015-09-121-0/+7
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+3
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-3/+36
* Fixed #25259 -- Added comments to header of generated mig...Tyson Clugg2015-08-311-1/+8
* Fixed #25280 -- Properly checked regex objects for equali...Markus Holtermann2015-08-273-3/+17
* Fixed #25308 -- Made MigrationQuestioner respect MIGRATIO...Jeremy Satterfield2015-08-261-2/+2
* Fixed #25239 -- Corrected makemigrations numbering if a m...Caio Ariede2015-08-141-2/+3
* Fixed #25185 -- Added support for functools.partial seria...Piper Merriam2015-07-291-0/+17
* Fixed #25186 -- Improved migration's serialization of bui...Piper Merriam2015-07-291-0/+3
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-134-10/+46
* Fixed #25040 -- Fixed migrations state crash with Generic...Kai Richard Koenig2015-07-021-1/+1
* Refs #20203 -- Allowed adding custom default manager to t...Andriy Sokolovskiy2015-06-301-1/+4
* Used field.clone() where applicableMarkus Holtermann2015-06-281-14/+5
* Sorted imports in __init__.py files.Tim Graham2015-06-271-5/+7
* Sorted reduce methods in migration optimizerMarkus Holtermann2015-06-161-60/+70
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-162-0/+51
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-6/+5
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+1
* Changed reduce method lookup in migration optimizer to dictMarkus Holtermann2015-06-141-110/+29
* Explicitly imported migration operations in optimizerMarkus Holtermann2015-06-141-60/+64
* Optimized duplicate AlterModelTable/AlterFooTogether/Alte...Markus Holtermann2015-06-141-0/+28
* Took AlterOrderWithRespectTo into account when optimizing...Markus Holtermann2015-06-141-0/+6
* Fixed #24899 -- Split migrations autodetector._detect_cha...Steadman2015-06-051-52/+70
* Cleaned up docstring style, per Tim Graham review.Carl Meyer2015-06-041-1/+0
* Refs #24628 -- Added a second test and a docstring commen...Carl Meyer2015-06-031-0/+8
* Fixed #24628 -- Fixed applied status for squashed migrati...Carl Meyer2015-06-032-0/+13
* Fixed #24895 -- Fixed loading a pair of squashed migratio...Carl Meyer2015-06-021-8/+22
* Fixed #24883 -- Added MigrationGraph.__repr__()Yoong Kang Lim2015-06-011-4/+8
* Fixed #24340 -- Added nested deconstruction for list, tup...Matt Westcott2015-05-261-14/+28
* Fixed #24848 -- Fixed ValueError for faulty migrations mo...Marten Kenbeek2015-05-251-0/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-7/+7
* Fixed #24742 -- Made runserver.check_migrations ignore re...Claude Paroz2015-05-132-2/+13
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-4/+3
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-025-47/+64
* Fixed #24725 -- Allowed renaming of target models in Many...Markus Holtermann2015-04-301-1/+1
* Fixed #24701 -- Converted model manager names to unicode ...Markus Holtermann2015-04-251-5/+7
* Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann2015-04-211-2/+15
* Refs #24354 -- Prevented repointing of relations on super...Matthew Wilkes2015-04-211-0/+4
* Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek2015-04-211-3/+14
* Refs #24397 -- Sped up model reloading in ProjectState.Marten Kenbeek2015-04-201-25/+33
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+1
* Fixed #24514 -- Made migration writer omit models import ...Christopher Luc2015-04-101-2/+10
* Fixed #24513 -- Made sure a model is only rendered once d...Patryk Zawadzki2015-04-071-14/+12