X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bcf3b50304dc2159e9005b78000f212edd2d4bf..b412f294aa668eab3295a058f6c66845ef23ada7:/apps/funding/models.py diff --git a/apps/funding/models.py b/apps/funding/models.py index ac652b18e..f88659997 100644 --- a/apps/funding/models.py +++ b/apps/funding/models.py @@ -26,8 +26,6 @@ class Offer(models.Model): target = models.DecimalField(_('target'), decimal_places=2, max_digits=10) start = models.DateField(_('start'), db_index=True) end = models.DateField(_('end'), db_index=True) - due = models.DateField(_('due'), - help_text=_('When will it be published if the money is raised.')) redakcja_url = models.URLField(_('redakcja URL'), blank=True) book = models.ForeignKey(Book, null=True, blank=True, help_text=_('Published book.'))