Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ migration_qs
Method
migration_qs
django/db/migrations/recorder.py:53–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
52
@property
53
def
migration_qs(self):
54
return
self.Migration.objects.using(self.connection.alias)
55
56
def
has_table(self):
57
""
"Return True if the django_migrations table exists."
""
Callers
nothing calls this directly
Calls
1
using
Method · 0.45
Tested by
no test coverage detected