mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Fixed #21298 -- Fixed E301 pep8 warnings
This commit is contained in:
@@ -20,6 +20,7 @@ class MigrationRecorder(object):
|
||||
app = models.CharField(max_length=255)
|
||||
name = models.CharField(max_length=255)
|
||||
applied = models.DateTimeField(default=now)
|
||||
|
||||
class Meta:
|
||||
app_cache = BaseAppCache()
|
||||
app_label = "migrations"
|
||||
|
||||
Reference in New Issue
Block a user