karrio-server-core 2025.5rc18__py3-none-any.whl → 2025.5rc20__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 karrio-server-core might be problematic. Click here for more details.
- karrio/server/core/serializers.py +3 -3
- {karrio_server_core-2025.5rc18.dist-info → karrio_server_core-2025.5rc20.dist-info}/METADATA +1 -1
- {karrio_server_core-2025.5rc18.dist-info → karrio_server_core-2025.5rc20.dist-info}/RECORD +5 -5
- {karrio_server_core-2025.5rc18.dist-info → karrio_server_core-2025.5rc20.dist-info}/WHEEL +0 -0
- {karrio_server_core-2025.5rc18.dist-info → karrio_server_core-2025.5rc20.dist-info}/top_level.txt +0 -0
|
@@ -153,7 +153,7 @@ class AddressData(validators.AugmentedAddressSerializer):
|
|
|
153
153
|
required=False,
|
|
154
154
|
allow_blank=True,
|
|
155
155
|
allow_null=True,
|
|
156
|
-
max_length=
|
|
156
|
+
max_length=20,
|
|
157
157
|
help_text="""The address postal code
|
|
158
158
|
**(required for shipment purchase)**
|
|
159
159
|
""",
|
|
@@ -372,7 +372,7 @@ class ParcelData(validators.PresetSerializer):
|
|
|
372
372
|
required=False,
|
|
373
373
|
allow_blank=True,
|
|
374
374
|
allow_null=True,
|
|
375
|
-
max_length=
|
|
375
|
+
max_length=100,
|
|
376
376
|
help_text=f"""The parcel's packaging type.<br/>
|
|
377
377
|
**Note that the packaging is optional when using a package preset.**<br/>
|
|
378
378
|
values: <br/>
|
|
@@ -384,7 +384,7 @@ class ParcelData(validators.PresetSerializer):
|
|
|
384
384
|
required=False,
|
|
385
385
|
allow_blank=True,
|
|
386
386
|
allow_null=True,
|
|
387
|
-
max_length=
|
|
387
|
+
max_length=100,
|
|
388
388
|
help_text="""The parcel's package preset.<br/>
|
|
389
389
|
For carrier specific package presets, please consult the reference.
|
|
390
390
|
""",
|
|
@@ -17,7 +17,7 @@ karrio/server/core/oauth_validators.py,sha256=5JxDkXB_HX4a4xJltZcFGukO7o2cUl9h2t
|
|
|
17
17
|
karrio/server/core/permissions.py,sha256=JY3_hTEnyDTWG-weAWPx8xMoaRZwpNL2HaSssBzjH7Y,1189
|
|
18
18
|
karrio/server/core/renderers.py,sha256=IUEUhvvrk_CeqnmnYQgWKHiH3uQhNc0eqDxyO9CuUS4,290
|
|
19
19
|
karrio/server/core/router.py,sha256=IBUR7rfBkdEHQzWxYOPcVSM8NBp3fte9G6Q5BVTUNNw,95
|
|
20
|
-
karrio/server/core/serializers.py,sha256
|
|
20
|
+
karrio/server/core/serializers.py,sha256=3jDctixu0yqR7PBJOVWgeSGMES5fnOhiwXEkUwRdtVg,60225
|
|
21
21
|
karrio/server/core/signals.py,sha256=thHh4K4uP3smWuy9kWavFfdOAttH9xN3og_j4lDWdKM,1742
|
|
22
22
|
karrio/server/core/tests.py,sha256=rmZoZfPBRoMO-U3HtDxeKofnzsfijYeDVQrnw5Mb_dU,3164
|
|
23
23
|
karrio/server/core/urls.py,sha256=JQrN6dI7A7c_M498EcDKdjDqlp_d64Ov-RS4HHmssRk,337
|
|
@@ -197,7 +197,7 @@ karrio/server/user/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
197
197
|
karrio/server/user/templates/registration/login.html,sha256=3_tj-0rKfwkCk-fp_GT8xFQhLqjGcJs3uZzOAaI40Sw,3690
|
|
198
198
|
karrio/server/user/templates/registration/registration_confirm_email.html,sha256=zFDkNN_BHMQyrBv_mU8aoqXxYxG91TGuf6pKwRa5jxE,247
|
|
199
199
|
karrio/server/user/templates/registration/registration_confirm_email.txt,sha256=I_zN_pJTRigfyiYbyQK0wFfrI5Zq1JG8lf0TyLA9fN0,94
|
|
200
|
-
karrio_server_core-2025.
|
|
201
|
-
karrio_server_core-2025.
|
|
202
|
-
karrio_server_core-2025.
|
|
203
|
-
karrio_server_core-2025.
|
|
200
|
+
karrio_server_core-2025.5rc20.dist-info/METADATA,sha256=KBiSfkCumsYiQ9WIuqldROpnPoJEJ19BuIh0-y323xk,797
|
|
201
|
+
karrio_server_core-2025.5rc20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
202
|
+
karrio_server_core-2025.5rc20.dist-info/top_level.txt,sha256=D1D7x8R3cTfjF_15mfiO7wCQ5QMtuM4x8GaPr7z5i78,12
|
|
203
|
+
karrio_server_core-2025.5rc20.dist-info/RECORD,,
|
|
File without changes
|
{karrio_server_core-2025.5rc18.dist-info → karrio_server_core-2025.5rc20.dist-info}/top_level.txt
RENAMED
|
File without changes
|