Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ Meta
Class
Meta
django/db/migrations/recorder.py:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
applied = models.DateTimeField(default=now)
36
37
class
Meta:
38
apps = Apps()
39
app_label =
"migrations"
40
db_table =
"django_migrations"
41
42
def
__str__(self):
43
return
"Migration %s for %s"
% (self.name, self.app)
Callers
nothing calls this directly
Calls
1
Apps
Class · 0.90
Tested by
no test coverage detected