mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
KeyError: "Failed qualified lookup: '_AnyAttrAllowed' (fullname = 'django._AnyAttrAllowed')." https://github.com/typeddjango/django-stubs/issues/745
8 lines
361 B
Python
8 lines
361 B
Python
from .aliases import ValuesQuerySet as ValuesQuerySet
|
|
from .annotations import Annotations as Annotations
|
|
from .annotations import WithAnnotations as WithAnnotations
|
|
from .patch import monkeypatch as monkeypatch
|
|
from .types import AnyAttrAllowed as AnyAttrAllowed
|
|
|
|
__all__ = ["monkeypatch", "ValuesQuerySet", "WithAnnotations", "Annotations", "AnyAttrAllowed"]
|