File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
django-stubs/db/models/functions Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ from .math import Sign as Sign
5151from .math import Sin as Sin
5252from .math import Sqrt as Sqrt
5353from .math import Tan as Tan
54+ from .text import MD5 as MD5
5455from .text import SHA1 as SHA1
5556from .text import SHA224 as SHA224
5657from .text import SHA256 as SHA256
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ class LPad(Func):
5050 ) -> None : ...
5151
5252class LTrim (Transform ): ...
53+ class MD5 (OracleHashMixin , Transform ): ...
5354
5455class Ord (Transform ):
5556 output_field : models .IntegerField
Original file line number Diff line number Diff line change @@ -1386,7 +1386,6 @@ django.db.models.functions.ExtractYear.class_lookups
13861386django.db.models.functions.JSONObject.as_oracle
13871387django.db.models.functions.JSONObject.as_postgresql
13881388django.db.models.functions.JSONObject.as_sql
1389- django.db.models.functions.MD5
13901389django.db.models.functions.Now.as_mysql
13911390django.db.models.functions.Now.as_postgresql
13921391django.db.models.functions.NullIf.as_oracle
@@ -1433,7 +1432,6 @@ django.db.models.functions.mixins.FixDurationInputMixin.as_mysql
14331432django.db.models.functions.mixins.FixDurationInputMixin.as_oracle
14341433django.db.models.functions.text.Concat.function
14351434django.db.models.functions.text.ConcatPair.as_postgresql
1436- django.db.models.functions.text.MD5
14371435django.db.models.indexes.IndexExpression.wrapper_classes
14381436django.db.models.lookups.FieldGetDbPrepValueIterableMixin.batch_process_rhs
14391437django.db.models.lookups.FieldGetDbPrepValueIterableMixin.process_rhs
You can’t perform that action at this time.
0 commit comments