TypeDAL 3.17.2__py3-none-any.whl → 3.17.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of TypeDAL might be problematic. Click here for more details.
- typedal/__about__.py +1 -1
- typedal/core.py +1 -1
- {typedal-3.17.2.dist-info → typedal-3.17.3.dist-info}/METADATA +1 -1
- {typedal-3.17.2.dist-info → typedal-3.17.3.dist-info}/RECORD +6 -6
- {typedal-3.17.2.dist-info → typedal-3.17.3.dist-info}/WHEEL +0 -0
- {typedal-3.17.2.dist-info → typedal-3.17.3.dist-info}/entry_points.txt +0 -0
typedal/__about__.py
CHANGED
typedal/core.py
CHANGED
|
@@ -3343,7 +3343,7 @@ class QueryBuilder(typing.Generic[T_MetaInstance]):
|
|
|
3343
3343
|
def _first(self) -> str:
|
|
3344
3344
|
return self._paginate(page=1, limit=1)
|
|
3345
3345
|
|
|
3346
|
-
def first_or_fail(self, exception: typing.Optional[
|
|
3346
|
+
def first_or_fail(self, exception: typing.Optional[BaseException] = None, verbose: bool = False) -> T_MetaInstance:
|
|
3347
3347
|
"""
|
|
3348
3348
|
Call .first() and raise an error if nothing found.
|
|
3349
3349
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
typedal/__about__.py,sha256=
|
|
1
|
+
typedal/__about__.py,sha256=x4FkEvXNf-GotjCQ5EFFKrUjsRnqKDM0LGdCFi287r4,207
|
|
2
2
|
typedal/__init__.py,sha256=mCU8C3xPYiGcai4PYIoZNJSkFa1jb0MHkV8s2XXqEeY,484
|
|
3
3
|
typedal/caching.py,sha256=6YUzUMpan56nSy3D-Jl0FS-8V4LbTnpRSoDJHj6yPYo,11782
|
|
4
4
|
typedal/cli.py,sha256=e08L8k6q1NGSzpKs7ywin0uwkK7Kz07I4REVjHdbyyE,19267
|
|
5
5
|
typedal/config.py,sha256=0qy1zrTUdtmXPM9jHzFnSR1DJsqGJqcdG6pvhzKQHe0,11625
|
|
6
|
-
typedal/core.py,sha256=
|
|
6
|
+
typedal/core.py,sha256=y4JTO4UnRWJDjxosMwwCtbv8NzR2LNerCLDoM_k-oCs,118523
|
|
7
7
|
typedal/fields.py,sha256=bZIgjl3Lj7eMqFCyt-bogsS_BqIs3cETEUH4W59qiXw,8425
|
|
8
8
|
typedal/for_py4web.py,sha256=KIIu8XgnAfRQCJfZCra79k8SInOHiFuLDKUv3hzTJng,1908
|
|
9
9
|
typedal/for_web2py.py,sha256=xn7zo6ImsmTkH6LacbjLQl2oqyBvP0zLqRxEJvMQk1w,1929
|
|
@@ -13,7 +13,7 @@ typedal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
13
13
|
typedal/types.py,sha256=P5O0WMADoNm6eDBQZUs9eTK4Puzqz5ZDCFofCIl84Cg,6805
|
|
14
14
|
typedal/web2py_py4web_shared.py,sha256=UYmD0_aK1bSVBt_f3j59Mxq-zOmQNkYkb8sPDUibq68,1539
|
|
15
15
|
typedal/serializers/as_json.py,sha256=3JZlFhPrdvZVFAmH7P5DUAz8-TIk-br0F1CjKG3PFDM,2246
|
|
16
|
-
typedal-3.17.
|
|
17
|
-
typedal-3.17.
|
|
18
|
-
typedal-3.17.
|
|
19
|
-
typedal-3.17.
|
|
16
|
+
typedal-3.17.3.dist-info/METADATA,sha256=1-T0PnOBTX3QVhnkg7dge1W1ttHLMmQNbjZ31eDOZ1U,10461
|
|
17
|
+
typedal-3.17.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
18
|
+
typedal-3.17.3.dist-info/entry_points.txt,sha256=m1wqcc_10rHWPdlQ71zEkmJDADUAnZtn7Jac_6mbyUc,44
|
|
19
|
+
typedal-3.17.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|