Loading django/db/models/fields/related.py +0 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ from django.utils.deprecation import RenameMethodsBase from django.utils.translation import ugettext_lazy as _ from django.utils.functional import curry, cached_property from django.core import exceptions from django.apps import apps from django import forms RECURSIVE_RELATIONSHIP_CONSTANT = 'self' Loading tests/migrations/test_state.py +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ class StateTests(TestCase): class SubAuthor(Author): width = models.FloatField(null=True) class Meta: app_label = "migrations" apps = new_apps Loading tests/migrations/test_operations.py +1 −1 File changed.Contains only whitespace changes. Show changes django/contrib/contenttypes/__init__.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
django/db/models/fields/related.py +0 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ from django.utils.deprecation import RenameMethodsBase from django.utils.translation import ugettext_lazy as _ from django.utils.functional import curry, cached_property from django.core import exceptions from django.apps import apps from django import forms RECURSIVE_RELATIONSHIP_CONSTANT = 'self' Loading
tests/migrations/test_state.py +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ class StateTests(TestCase): class SubAuthor(Author): width = models.FloatField(null=True) class Meta: app_label = "migrations" apps = new_apps Loading
tests/migrations/test_operations.py +1 −1 File changed.Contains only whitespace changes. Show changes
django/contrib/contenttypes/__init__.py +1 −1 File changed.Contains only whitespace changes. Show changes