From dfb4cb9970f86487f0aaa88c5dfcfafa31e4f430 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Thu, 17 Oct 2013 23:27:45 +0100 Subject: Fixed #21285 -- Fixed E121,E122 pep8 warnings --- django/core/management/validation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'django/core') diff --git a/django/core/management/validation.py b/django/core/management/validation.py index 9beb47e542..4ec421c699 100644 --- a/django/core/management/validation.py +++ b/django/core/management/validation.py @@ -251,9 +251,9 @@ def get_validation_errors(outfile, app=None): "than one foreign key to %s, which is " "ambiguous and is not permitted." % ( f.rel.through._meta.object_name, - from_model._meta.object_name - ) - ) + from_model._meta.object_name + ) + ) else: seen_from = True elif rel_to == to_model: -- cgit v1.3