diff options
Diffstat (limited to 'tests/cache/models.py')
| -rw-r--r-- | tests/cache/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/models.py b/tests/cache/models.py index 349fd87473..e0aa6ab4df 100644 --- a/tests/cache/models.py +++ b/tests/cache/models.py @@ -10,4 +10,4 @@ def expensive_calculation(): class Poll(models.Model): question = models.CharField(max_length=200) answer = models.CharField(max_length=200) - pub_date = models.DateTimeField('date published', default=expensive_calculation) + pub_date = models.DateTimeField("date published", default=expensive_calculation) |
