Files
django-stubs/django/contrib/flatpages/sitemaps.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

5 lines
105 B
Python

from django.db.models.query import QuerySet
class FlatPageSitemap:
def items(self) -> QuerySet: ...