mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-20 16:10:30 +00:00
Fixed Poll was_published_recently.
This commit is contained in:
parent
320c6b6d4b
commit
de37dfb1f8
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import datetime
|
||||
|
||||
from django.db import models
|
||||
from django.utils import timezone
|
||||
|
||||
|
||||
class Poll(models.Model):
|
||||
|
|
|
|||
Loading…
Reference in a new issue