mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 02:41:16 +08:00
initial commit
This commit is contained in:
5
django/contrib/flatpages/sitemaps.pyi
Normal file
5
django/contrib/flatpages/sitemaps.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.db.models.query import QuerySet
|
||||
|
||||
|
||||
class FlatPageSitemap:
|
||||
def items(self) -> QuerySet: ...
|
||||
Reference in New Issue
Block a user