mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-18 12:32:25 +08:00
Add missing re-export for JSONObject. (#1182)
This commit is contained in:
@@ -2,6 +2,7 @@ from .comparison import Cast as Cast
|
||||
from .comparison import Coalesce as Coalesce
|
||||
from .comparison import Collate as Collate
|
||||
from .comparison import Greatest as Greatest
|
||||
from .comparison import JSONObject as JSONObject
|
||||
from .comparison import Least as Least
|
||||
from .comparison import NullIf as NullIf
|
||||
from .datetime import Extract as Extract
|
||||
|
||||
Reference in New Issue
Block a user