PageQuerySet¶
Qualified name: intranet.apps.signage.models.PageQuerySet
- class intranet.apps.signage.models.PageQuerySet(model=None, query=None, using=None, hints=None)[source]¶
Bases:
QuerySetMethods
Returns a QuerySet containing all the pages in this QuerySet, but sorted in ascending order by their
orderfield (falling back onidwhen theorderfields for two pages are the same).Attributes
- order_properly() QuerySet[source]¶
Returns a QuerySet containing all the pages in this QuerySet, but sorted in ascending order by their
orderfield (falling back onidwhen theorderfields for two pages are the same).- Returns:
A QuerySet containing all the pages in this QuerySet sorted by their
orderandidfields in ascending order.