summaryrefslogtreecommitdiff
path: root/django/db/migrations/recorder.py
AgeCommit message (Expand)Author
2023-05-25Made MigrationRecorder cache has_table() result if django_migrations table ex...Tom Forbes
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-02-06Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-10-21Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.André Ericson
2019-03-07Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.Tim Schilling
2019-01-22Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...Nasir Hussain
2017-06-19Refs #27858 -- Fixed typo in MigrationRecorder.applied_migrations() comment.Mariusz Felisiak
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-05-13Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-04-30Fixed #22474 -- Made migration recorder aware of multiple databasesClaude Paroz
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Deborgified the app cache.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-07-26Fix timezone warnings if USE_TZ=TrueAndrew Godwin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-05-18Turn SchemaEditor into a context managerAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin