Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/state.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandle...Tim Graham2015-09-171-5/+3
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-3/+36
* 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
* 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-021-3/+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
* 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 #24513 -- Made sure a model is only rendered once d...Patryk Zawadzki2015-04-071-14/+12
* Fixed #24554 -- Sped up migrations by rendering initial a...Markus Holtermann2015-04-011-0/+6
* Removed untouched branch in StateApps.__init__()Alex Hill2015-03-251-16/+8
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-11/+10
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-3/+3
* Fixed #24397 -- Sped up rendering multiple model states.Marten Kenbeek2015-03-081-0/+7
* Fixed #24291 - Fixed migration ModelState generation with...Marten Kenbeek2015-02-181-18/+21
* Fixed #24225, #24264, #24282 -- Rewrote model reloading i...Markus Holtermann2015-02-161-41/+111
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+5
* Fixed #24147 -- Prevented managers leaking model during m...Markus Holtermann2015-01-141-3/+15
* Refs #22608 -- Optimized migration optimizer and migrate ...Ulrich Petri2015-01-071-4/+6
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-3/+3
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-021-4/+68
* Added ignore_swappable to StateAppsMarkus Holtermann2015-01-021-1/+6
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-61/+65
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-2/+3
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-2/+49
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-4/+4
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-7/+12
* Fixed #23484 -- Add comment in AppConfigStub clarifying a...Carl Meyer2014-09-121-0/+3
* Fixed #23483 -- Prevented ImproperlyConfigured with dotte...Szilveszter Farkas2014-09-121-0/+1
* Use smart_text rather than naive forcing-to-unicode for s...Andrew Godwin2014-08-071-2/+2
* Fixed #23226: Model options appearing as bytes type in mi...Andrew Godwin2014-08-071-0/+19
* Fixed #23013 -- Fixed removing unique_together/index_toge...Tim Graham2014-07-151-2/+0
* Fixed #22922: Better error message for InvalidBasesError.Andrew Godwin2014-07-101-1/+1
* Fixed #22906 -- Added a more helpful repr to migrations' ...Loic Bistuer2014-07-061-0/+3
* Include swapped apps in autodetector stateAndrew Godwin2014-06-221-1/+1
* Fixed #22470: Full migration support for order_with_respe...Andrew Godwin2014-06-151-0/+3
* Fix test breakage from previous state fixAndrew Godwin2014-06-121-0/+6
* Fixed #22823 (and partly #22563) - FKs from unmigrated ap...Andrew Godwin2014-06-121-13/+18
* Fixed #22750, #22248: Model renaming now also alters fiel...Andrew Godwin2014-06-081-3/+7
* Fixed #22659 -- Prevent model states from sharing field i...Simon Charette2014-06-011-8/+14
* Fixed #22563: Ignore AUTH_USER_MODEL errors in from_stateAndrew Godwin2014-05-091-12/+4
* Appeased flake8.Aymeric Augustin2014-05-081-3/+3
* Fixed #22563: Better error message when trying to change ...Andrew Godwin2014-05-071-3/+14
* Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz2014-05-061-1/+2
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-061-1/+3