1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed "indentation is not a multiple of four" pep8 issues.

This commit is contained in:
Tim Graham
2013-09-03 14:22:21 -04:00
parent cb98ffe8f4
commit 5649c0af9d
20 changed files with 64 additions and 60 deletions

View File

@@ -355,7 +355,7 @@ class ObjectC(models.Model):
objectb = models.ForeignKey(ObjectB)
def __str__(self):
return self.name
return self.name
@python_2_unicode_compatible
class SimpleCategory(models.Model):