EighthBlockQuerySet¶
Qualified name: intranet.apps.eighth.models.EighthBlockQuerySet
- class intranet.apps.eighth.models.EighthBlockQuerySet(model=None, query=None, using=None, hints=None)[source]¶
Bases:
QuerySet
Methods
Gets EighthBlocks that occur today.
Get EighthBlocks from this school year only.
Attributes
- filter_today() QuerySet | Collection[EighthBlock] [source]¶
Gets EighthBlocks that occur today. :returns: A QuerySet containing all of the blocks selected by this QuerySet that occur today.
- this_year() QuerySet | Collection[EighthBlock] [source]¶
Get EighthBlocks from this school year only. :returns: A QuerySet containing all of the blocks selected by this QuerySet that occur during this school year.