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