mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
Missing stubs (#467)
* adding missing db.backends typings and updated test * added missing stubs * reformatted files * removed contrib.postgres.forms * fixed test
This commit is contained in:
committed by
GitHub
parent
2a732fd257
commit
ce370ea79f
7
django-stubs/contrib/gis/apps.pyi
Normal file
7
django-stubs/contrib/gis/apps.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig as AppConfig
|
||||
from typing import Any
|
||||
|
||||
class GISConfig(AppConfig):
|
||||
name: str = ...
|
||||
verbose_name: Any = ...
|
||||
def ready(self) -> None: ...
|
||||
Reference in New Issue
Block a user