forked from rc/aircox
admin filter for date and datetime using <input>
This commit is contained in:
@ -161,7 +161,8 @@ class Page(BasePage):
|
||||
Category, models.SET_NULL,
|
||||
verbose_name=_('category'), blank=True, null=True, db_index=True
|
||||
)
|
||||
pub_date = models.DateTimeField(blank=True, null=True)
|
||||
pub_date = models.DateTimeField(
|
||||
_('publication date'), blank=True, null=True, db_index=True)
|
||||
featured = models.BooleanField(
|
||||
_('featured'), default=False,
|
||||
)
|
||||
|
Reference in New Issue
Block a user