django-ninja-aio-crud 2.16.1__py3-none-any.whl → 2.16.2__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 django-ninja-aio-crud might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-ninja-aio-crud
3
- Version: 2.16.1
3
+ Version: 2.16.2
4
4
  Summary: Django Ninja AIO CRUD - Rest Framework
5
5
  Author: Giuseppe Casillo
6
6
  Requires-Python: >=3.10, <3.15
@@ -1,4 +1,4 @@
1
- ninja_aio/__init__.py,sha256=AweoPuranPjCdlZhcv8GL_euzUirxFwM8SdGzLvsPMc,120
1
+ ninja_aio/__init__.py,sha256=T_ERynU6iChK83VokT16riNn-rjWDvI9TKAOwaEpy68,120
2
2
  ninja_aio/api.py,sha256=tuC7vdvn7s1GkCnSFy9Kn1zv0glZfYptRQVvo8ZRtGQ,2429
3
3
  ninja_aio/auth.py,sha256=f4yk45fLi36Qctu0A0zgHTFedb9yk3ewq5rOMpoPYIE,9035
4
4
  ninja_aio/exceptions.py,sha256=w8QWmVlg88iJvBrNODSDBHSsy8nNpwngaCGWRnkXoPo,3899
@@ -14,7 +14,7 @@ ninja_aio/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
14
14
  ninja_aio/helpers/api.py,sha256=va_HvZVBFm1KxwQhH4u09U4F1JS5JrQuRpRmPTHJt7w,21326
15
15
  ninja_aio/helpers/query.py,sha256=Lqv4nrWYr543tC5K-SEcBottLID8cb83aDc26i2Wxj4,5053
16
16
  ninja_aio/models/__init__.py,sha256=L3UQnQAlKoI3F7jinadL-Nn55hkPvnSRPYW0JtnbWFo,114
17
- ninja_aio/models/serializers.py,sha256=FMGXWyuwOhTy1kODJ62G2j5us52yWhTQqqsaKy5VQeA,43191
17
+ ninja_aio/models/serializers.py,sha256=yUMfVu-95EuT5wet2nwFnQlxJYSm8CFGLwKlGr6QBao,43297
18
18
  ninja_aio/models/utils.py,sha256=lAXtc3YY7_n4f0jIacX4DSXhUOzMy7y5MsBnInNxtfk,32874
19
19
  ninja_aio/schemas/__init__.py,sha256=dHILiYBKMb51lDcyQdiXRw_0nzqM7Lu81UX2hv7kEfo,837
20
20
  ninja_aio/schemas/api.py,sha256=dGUpJXR1iAf93QNR4kYj1uqIkTjiMfXultCotY6GtaQ,361
@@ -24,7 +24,7 @@ ninja_aio/schemas/helpers.py,sha256=CpubwNXsZHtu8jddliyQybF1epwZ-GO60vHIuF5AR1Y,
24
24
  ninja_aio/views/__init__.py,sha256=DEzjWA6y3WF0V10nNF8eEurLNEodgxKzyFd09AqVp3s,148
25
25
  ninja_aio/views/api.py,sha256=AAqkj0xT8J3PmJvsbluZ33cfrmrXJHiV9ARe2BqnfQ8,22492
26
26
  ninja_aio/views/mixins.py,sha256=Zl6J8gbVagwT85bzDuKyJTk3iFxxFgX0YgYkjiUxZGg,17040
27
- django_ninja_aio_crud-2.16.1.dist-info/licenses/LICENSE,sha256=yrDAYcm0gRp_Qyzo3GQa4BjYjWRkAhGC8QRva__RYq0,1073
28
- django_ninja_aio_crud-2.16.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
29
- django_ninja_aio_crud-2.16.1.dist-info/METADATA,sha256=GGBBrtgiM_sGtd95ySROK-3VImety1OoCTnrggFzeb0,9964
30
- django_ninja_aio_crud-2.16.1.dist-info/RECORD,,
27
+ django_ninja_aio_crud-2.16.2.dist-info/licenses/LICENSE,sha256=yrDAYcm0gRp_Qyzo3GQa4BjYjWRkAhGC8QRva__RYq0,1073
28
+ django_ninja_aio_crud-2.16.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
29
+ django_ninja_aio_crud-2.16.2.dist-info/METADATA,sha256=k17Ia6_VlPDH92UIsN0OQjOrj_IYOfZyffyFMbrP-xw,9964
30
+ django_ninja_aio_crud-2.16.2.dist-info/RECORD,,
ninja_aio/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Django Ninja AIO CRUD - Rest Framework"""
2
2
 
3
- __version__ = "2.16.1"
3
+ __version__ = "2.16.2"
4
4
 
5
5
  from .api import NinjaAIO
6
6
 
@@ -1046,18 +1046,18 @@ class SchemaModelConfig(Schema):
1046
1046
  ----------
1047
1047
  fields : Optional[List[str]]
1048
1048
  Explicit model fields to include.
1049
- optionals : Optional[List[tuple[str, type]]]
1050
- Optional model fields.
1049
+ optionals : Optional[List[tuple[str, Any]]]
1050
+ Optional model fields. Type can be any valid type annotation including Union.
1051
1051
  exclude : Optional[List[str]]
1052
1052
  Model fields to exclude.
1053
- customs : Optional[List[tuple[str, type, Any]]]
1054
- Custom / synthetic fields.
1053
+ customs : Optional[List[tuple[str, Any, Any]]]
1054
+ Custom / synthetic fields. Type can be any valid type annotation including Union.
1055
1055
  """
1056
1056
 
1057
1057
  fields: Optional[List[str]] = None
1058
- optionals: Optional[List[tuple[str, type]]] = None
1058
+ optionals: Optional[List[tuple[str, Any]]] = None
1059
1059
  exclude: Optional[List[str]] = None
1060
- customs: Optional[List[tuple[str, type, Any]]] = None
1060
+ customs: Optional[List[tuple[str, Any, Any]]] = None
1061
1061
 
1062
1062
 
1063
1063
  class Serializer(BaseSerializer, metaclass=SerializerMeta):