Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-1/+15
* Refs #18012 -- Accounted for reverse proxy relations in m...Simon Charette2015-10-201-0/+10
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-33/+1
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-0/+31
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-191-0/+59
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-127-18/+60
* Refs #24919 -- Raised more helpful error message for disa...Markus Holtermann2015-09-121-0/+13
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+23
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-4/+34
* Fixed #25259 -- Added comments to header of generated mig...Tyson Clugg2015-08-311-1/+23
* 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 #25308 -- Made MigrationQuestioner respect MIGRATIO...Jeremy Satterfield2015-08-261-0/+10
* Fixed typo in tests/migrations/test_autodetector.py.Tim Graham2015-08-201-6/+6
* Fixed #24755 -- Hid operations from dependency apps when ...Markus Holtermann2015-08-186-0/+104
* Fixed #25239 -- Corrected makemigrations numbering if a m...Caio Ariede2015-08-143-0/+25
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-081-2/+2
* Fixed #25231 -- Added recording of squashed migrations in...mlavin2015-08-071-0/+46
* Fixed #25185 -- Added support for functools.partial seria...Piper Merriam2015-07-291-0/+8
* Fixed #25186 -- Improved migration's serialization of bui...Piper Merriam2015-07-291-0/+5
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-2824-96/+119
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-138-0/+147
* Fixed #25040 -- Fixed migrations state crash with Generic...Kai Richard Koenig2015-07-021-0/+7
* Refs #20203 -- Allowed adding custom default manager to t...Andriy Sokolovskiy2015-06-301-0/+20
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Used mock in MigrationQuestioner testsMarkus Holtermann2015-06-231-44/+28
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+1
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-163-4/+157
* Optimized duplicate AlterModelTable/AlterFooTogether/Alte...Markus Holtermann2015-06-141-0/+39
* Took AlterOrderWithRespectTo into account when optimizing...Markus Holtermann2015-06-141-3/+13
* Cleaned up docstring style, per Tim Graham review.Carl Meyer2015-06-041-7/+2
* Refs #24628 -- Added a second test and a docstring commen...Carl Meyer2015-06-031-0/+24
* Fixed #24628 -- Fixed applied status for squashed migrati...Carl Meyer2015-06-031-0/+26
* Improved isolation of applied-migrations table in migrati...Carl Meyer2015-06-031-0/+6
* Fixed #24895 -- Fixed loading a pair of squashed migratio...Carl Meyer2015-06-021-2/+27
* Fixed #24883 -- Added MigrationGraph.__repr__()Yoong Kang Lim2015-06-011-0/+1
* Fixed #24340 -- Added nested deconstruction for list, tup...Matt Westcott2015-05-261-1/+208
* Fixed #24848 -- Fixed ValueError for faulty migrations mo...Marten Kenbeek2015-05-251-2/+10
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-204-9/+9
* Fixed #24812 -- Fixed app registry RuntimeWarnings in sch...Tim Graham2015-05-181-0/+9
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-023-6/+7
* Fixed #24725 -- Allowed renaming of target models in Many...Markus Holtermann2015-04-301-0/+26
* Fixed #24701 -- Converted model manager names to unicode ...Markus Holtermann2015-04-251-1/+6
* Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann2015-04-211-1/+52
* Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek2015-04-211-0/+16
* Refs #24397 -- Sped up model reloading in ProjectState.Marten Kenbeek2015-04-201-0/+16
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-2/+11
* Fixed #24514 -- Made migration writer omit models import ...Christopher Luc2015-04-101-0/+16
* Use mock.patch in migrations testsCurtis Maloney2015-04-091-51/+38
* Fixed #24513 -- Made sure a model is only rendered once d...Patryk Zawadzki2015-04-071-1/+52