Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_state.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #18012 -- Accounted for reverse proxy relations in m...Simon Charette2015-10-201-0/+10
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-4/+34
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-25/+46
* 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
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Fixed #24812 -- Fixed app registry RuntimeWarnings in sch...Tim Graham2015-05-181-0/+9
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-021-1/+2
* 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 #24513 -- Made sure a model is only rendered once d...Patryk Zawadzki2015-04-071-1/+52
* Fixed #24483 -- Prevented keepdb from breaking with gener...David Szotten2015-03-241-0/+20
* Fixed #24291 - Fixed migration ModelState generation with...Marten Kenbeek2015-02-181-1/+53
* Added tests for get_related_models_recursiveMarkus Holtermann2015-02-161-2/+223
* Refs #24225 -- Added failing test case for removing a pre...Claude Paroz2015-02-161-1/+50
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+6
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24147 -- Prevented managers leaking model during m...Markus Holtermann2015-01-141-0/+38
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-2/+2
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-021-27/+27
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-12/+10
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-10/+98
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed #23483 -- Prevented ImproperlyConfigured with dotte...Szilveszter Farkas2014-09-121-0/+21
* Fixed #22906 -- Added a more helpful repr to migrations' ...Loic Bistuer2014-07-061-0/+10
* Fixed #22470: Full migration support for order_with_respe...Andrew Godwin2014-06-151-0/+31
* Fixed #22659 -- Prevent model states from sharing field i...Simon Charette2014-06-011-1/+18
* flake8 fixes.Tim Graham2014-05-011-0/+1
* Cleanup failing test w/contenttypes and remove useless gr...Andrew Godwin2014-05-011-1/+4
* Fixed #22485: Include all unmigrated apps in project stat...Andrew Godwin2014-04-301-0/+25
* Fixed #22447 -- Make sure custom model bases can be migra...Simon Charette2014-04-291-0/+8
* Fixed flake8 errors.Tim Graham2014-04-201-0/+3
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-181-0/+41
* Revert "Fixed #22397 -- Issues removing M2M field with ex...Simon Charette2014-04-181-30/+0
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-171-0/+30
* Fixed #22331 -- Made MigrationAutodetector ignore unmanag...Tim Graham2014-03-251-11/+0
* Fixed #22331 -- Fixed migrations ProjectState to ignore u...Loic Bistuer2014-03-251-0/+11
* Fixed #21893 -- ModelState didn't account for MTI parents...Loic Bistuer2014-03-041-0/+15
* Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-1/+2
* Fixed a small collection of flake8 violations that had sn...Alex Gaynor2014-01-201-0/+1
* Remove other unicode literalAndrew Godwin2014-01-191-1/+1
* Fixed #21664: Multi-table inheritance was duplicating _pt...Andrew Godwin2014-01-191-1/+30
* Populated Apps instances immediately by default.Aymeric Augustin2013-12-301-3/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-36/+36
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Deborgified the app cache.Aymeric Augustin2013-12-171-10/+10
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1