mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
initial commit
This commit is contained in:
4
django/contrib/admindocs/views.pyi
Normal file
4
django/contrib/admindocs/views.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.db.models.fields import Field
|
||||
|
||||
|
||||
def get_readable_field_data_type(field: Field) -> str: ...
|
||||
Reference in New Issue
Block a user