kopia lustrzana https://github.com/wagtail/wagtail
Add latest_revision_created_at to filter fields
rodzic
3c648369b0
commit
964ff32005
|
@ -51,7 +51,7 @@ class PageFilterSet(WagtailFilterSet):
|
|||
|
||||
class Meta:
|
||||
model = Page
|
||||
fields = ["content_type"]
|
||||
fields = ["content_type", "latest_revision_created_at"]
|
||||
|
||||
|
||||
class BaseIndexView(generic.IndexView):
|
||||
|
|
Ładowanie…
Reference in New Issue