epok-toolkit 1.12.4__py3-none-any.whl → 1.12.5__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 epok-toolkit might be problematic. Click here for more details.
- epok_toolkit/django/viewsets.py +1 -1
- {epok_toolkit-1.12.4.dist-info → epok_toolkit-1.12.5.dist-info}/METADATA +1 -1
- {epok_toolkit-1.12.4.dist-info → epok_toolkit-1.12.5.dist-info}/RECORD +6 -6
- {epok_toolkit-1.12.4.dist-info → epok_toolkit-1.12.5.dist-info}/WHEEL +0 -0
- {epok_toolkit-1.12.4.dist-info → epok_toolkit-1.12.5.dist-info}/licenses/LICENSE +0 -0
- {epok_toolkit-1.12.4.dist-info → epok_toolkit-1.12.5.dist-info}/top_level.txt +0 -0
epok_toolkit/django/viewsets.py
CHANGED
|
@@ -70,7 +70,7 @@ class BaseOptimizedViewSet(viewsets.ModelViewSet):
|
|
|
70
70
|
case 'retrieve' if self.full_serializer_class is not None:
|
|
71
71
|
return self.full_serializer_class
|
|
72
72
|
case _ if self.serializer_class is not None:
|
|
73
|
-
log.warning(f"| LIBRERIA | No se encontró serializer específico para la acción '{self.action}', usando el por defecto.")
|
|
73
|
+
# log.warning(f"| LIBRERIA | No se encontró serializer específico para la acción '{self.action}', usando el por defecto.")
|
|
74
74
|
return self.serializer_class
|
|
75
75
|
case _:
|
|
76
76
|
log.error("| LIBRERIA | No se encontró serializer por defecto")
|
|
@@ -7,7 +7,7 @@ epok_toolkit/django/fields.py,sha256=-ajP5qx-4bt9Qz9yW48gTlinTxD1xWPKOEkslqx8cSM
|
|
|
7
7
|
epok_toolkit/django/manager.py,sha256=3MZcA9wQY4E1KD8XlgZQbzf4wlF9vA8Pntl_gKDWfpA,1350
|
|
8
8
|
epok_toolkit/django/models.py,sha256=E1zj2KetRGszksQvLk3HN5kWkYkEYzJRRmAUOaLJmw8,1090
|
|
9
9
|
epok_toolkit/django/response.py,sha256=O8OHBaKgUQjBeYLLbgTTs669l_4D6swUgAOwswjc-88,1716
|
|
10
|
-
epok_toolkit/django/viewsets.py,sha256=
|
|
10
|
+
epok_toolkit/django/viewsets.py,sha256=dQhtubby4oB0f0EnmSdND6P2WcBgHqt6VaL-2uRM3n8,3534
|
|
11
11
|
epok_toolkit/django/utils/__init__.py,sha256=zDuoqm_eksZQpL-Bvd_q2KGMtSXfprBjf4TScZiwV6k,25
|
|
12
12
|
epok_toolkit/django/utils/magic_link.py,sha256=GiDuy0kAGdYohGPlBL7rwpKPMpXuB1wJa1k5LTAOm4w,889
|
|
13
13
|
epok_toolkit/email/__init__.py,sha256=pyJwysyVoq6DuYAG72fulsKFoOuAfjw3aBH7FhmYGHc,35
|
|
@@ -25,8 +25,8 @@ epok_toolkit/pdf/fuentes/Kollektif-Italic.ttf,sha256=1CXPyw43il9u0tQ_7aRzsEaVtg3
|
|
|
25
25
|
epok_toolkit/pdf/fuentes/Kollektif.ttf,sha256=7wTLkVVNUm1giLjIZcWRUH5r2r3o0GjdKic4V1A-pNQ,51128
|
|
26
26
|
epok_toolkit/pdf/plantillas/Ticket_congrats.png,sha256=OSQhVR0j_nLHE6kSJ33BTR-77HM1fNAfJBe2EuX6wVk,157141
|
|
27
27
|
epok_toolkit/pdf/plantillas/Ticket_congrats2.png,sha256=1RBogBdo-8WSMpD3H73HoLgJtr5EC5oVKfOCIWOxPSo,373605
|
|
28
|
-
epok_toolkit-1.12.
|
|
29
|
-
epok_toolkit-1.12.
|
|
30
|
-
epok_toolkit-1.12.
|
|
31
|
-
epok_toolkit-1.12.
|
|
32
|
-
epok_toolkit-1.12.
|
|
28
|
+
epok_toolkit-1.12.5.dist-info/licenses/LICENSE,sha256=iLDbGXdLSIOT5OsxzHCvtmxHtonE21GiFlS3LNkug4A,128
|
|
29
|
+
epok_toolkit-1.12.5.dist-info/METADATA,sha256=18oEBheT_006MQK6Srkit4SbzzgEavN4EpXn4EUdzD4,2217
|
|
30
|
+
epok_toolkit-1.12.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
epok_toolkit-1.12.5.dist-info/top_level.txt,sha256=Wo72AqIFcfWwBGM5F5iGFw9PrO3WBnTSprFZIJk_pNg,13
|
|
32
|
+
epok_toolkit-1.12.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|