mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
This commit is contained in:
parent
0fdb692c6c
commit
7a61c68c50
128 changed files with 739 additions and 206 deletions
1
tests/cache/models.py
vendored
1
tests/cache/models.py
vendored
|
|
@ -7,6 +7,7 @@ def expensive_calculation():
|
|||
expensive_calculation.num_runs += 1
|
||||
return timezone.now()
|
||||
|
||||
|
||||
class Poll(models.Model):
|
||||
question = models.CharField(max_length=200)
|
||||
answer = models.CharField(max_length=200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue