Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/loader.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25618 -- Removed detection of south migrations in l...Tim Graham2015-10-281-15/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+3
* Fixed #24628 -- Fixed applied status for squashed migrati...Carl Meyer2015-06-031-0/+2
* Fixed #24895 -- Fixed loading a pair of squashed migratio...Carl Meyer2015-06-021-8/+22
* Fixed #24848 -- Fixed ValueError for faulty migrations mo...Marten Kenbeek2015-05-251-0/+2
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-021-15/+3
* Revert "Fixed #24075 -- Prevented running post_migrate si...Markus Holtermann2015-02-071-12/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24075 -- Prevented running post_migrate signals wh...Markus Holtermann2015-01-141-0/+12
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed #23733 -- Fixed squashing migrations that depend on...twidi2014-10-301-2/+9
* Fixed #23556 -- Raised a more meaningful error message wh...Markus Holtermann2014-10-301-6/+56
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-2/+6
* Fixed #23618 -- Allowed apps with no models to still have...Claude Paroz2014-10-241-2/+0
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-1/+1
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude Paroz2014-08-301-1/+1
* Fixed #23341 -- Added migration name to nonexistent migra...Raffaele Salmaso2014-08-241-3/+3
* Don't treat .pyc/pyo files as migrations. Refs #23237 amo...Andrew Godwin2014-08-081-2/+2
* Restore support for reading __latest__ for compatabilityAndrew Godwin2014-07-251-1/+1
* Fixed #23071 -- Use last migration's name in dependency t...Jeroen Dekkers2014-07-221-1/+1
* Fixed #22861: Internal migrations done first so __first__...Andrew Godwin2014-06-181-0/+11
* Fix __latest__ to actually resolve to the latest migrationAndrew Godwin2014-06-181-1/+1
* Fixed #22848: Ignore no-migrations errors during makemigr...Andrew Godwin2014-06-161-2/+6
* Fixed #22563: Added migration to admin, fixed a few more ...Andrew Godwin2014-06-151-2/+5
* Improve error message for missing migrations in an appAndrew Godwin2014-06-151-2/+5
* Implement Migration.run_beforeChris Beaven2014-05-291-17/+24
* Revert "Fixed #22645: Allow apps with no models module to...Andrew Godwin2014-05-201-1/+2
* Fixed #22645: Allow apps with no models module to still h...Andrew Godwin2014-05-201-2/+1
* Fixed #22325: Ignore __first__ dependencies to your own appAndrew Godwin2014-05-091-1/+4
* Fixed #22576: Ensure makemigrations doesn't touch the dat...Andrew Godwin2014-05-071-2/+5
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-061-0/+2
* flake8 fixes.Tim Graham2014-05-011-3/+0
* Fixed #22485: Include all unmigrated apps in project stat...Andrew Godwin2014-04-301-26/+14
* Fix bad conflict detection during makemigrationsAndrew Godwin2014-03-081-1/+0
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21968: Bad detection of old-style apps to add init...Andrew Godwin2014-02-091-23/+28
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-1/+1
* Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin2014-01-081-0/+35
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-1/+3
* Created a constant for the migrations module name.Aymeric Augustin2013-12-271-2/+6
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_apps().Aymeric Augustin2013-12-171-8/+7
* Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-4/+5
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1