We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0921fa2 commit 1c2c820Copy full SHA for 1c2c820
django-stubs/db/models/fields/__init__.pyi
@@ -356,7 +356,8 @@ class SlugField(CharField[_ST, _GT]):
356
allow_unicode: bool = ...,
357
) -> None: ...
358
359
-class EmailField(CharField[_ST, _GT]): ...
+class EmailField(CharField[_ST, _GT]):
360
+ _pyi_private_set_type: str | Combinable
361
362
class URLField(CharField[_ST, _GT]):
363
def __init__(
0 commit comments