xn-model 1.0.23__py3-none-any.whl → 1.0.24__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.
- x_model/models.py +1 -1
- {xn_model-1.0.23.dist-info → xn_model-1.0.24.dist-info}/METADATA +1 -1
- {xn_model-1.0.23.dist-info → xn_model-1.0.24.dist-info}/RECORD +5 -5
- {xn_model-1.0.23.dist-info → xn_model-1.0.24.dist-info}/WHEEL +0 -0
- {xn_model-1.0.23.dist-info → xn_model-1.0.24.dist-info}/top_level.txt +0 -0
x_model/models.py
CHANGED
|
@@ -23,7 +23,7 @@ class Model(TortModel):
|
|
|
23
23
|
_sorts: tuple[str] = ("-id",)
|
|
24
24
|
|
|
25
25
|
def __repr__(self, sep: str = " ") -> str:
|
|
26
|
-
return sep.join(getattr(self, name_fragment) for name_fragment in self._name)
|
|
26
|
+
return sep.join(str(getattr(self, name_fragment)) for name_fragment in self._name)
|
|
27
27
|
|
|
28
28
|
# @classmethod
|
|
29
29
|
# def out_type(cls) -> type[BaseModel]:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
x_model/__init__.py,sha256=1Lgvr-SZwkM4R7L0ceVLyArzzMJiFLgaid-RUOk_ypM,344
|
|
2
2
|
x_model/field.py,sha256=Qf2nua1Qj_6OAtjLCCxC5h9dtEGNOWIA-Z8est_BoKY,4533
|
|
3
3
|
x_model/func.py,sha256=flj89sCOou7NJlriPYbIpX8rdbugbe-vjT2C0ORl9DY,312
|
|
4
|
-
x_model/models.py,sha256=
|
|
4
|
+
x_model/models.py,sha256=gvkGNtfgjJpcxHi-uaFZDGp9I3kdnka_MnaKVcv1X6o,3796
|
|
5
5
|
x_model/types.py,sha256=CITb6DSLZ3KHmEgQRjZCFRUId4x-_pecwZdh6xXt0HE,339
|
|
6
|
-
xn_model-1.0.
|
|
7
|
-
xn_model-1.0.
|
|
8
|
-
xn_model-1.0.
|
|
9
|
-
xn_model-1.0.
|
|
6
|
+
xn_model-1.0.24.dist-info/METADATA,sha256=pcee84ad5yhONow6HUnYK5ME04qyZ3MSCvugdApNjx8,986
|
|
7
|
+
xn_model-1.0.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
xn_model-1.0.24.dist-info/top_level.txt,sha256=QCYyfv5AA_8jPPtCpShkBXzQRUCGuuW7Ro0mqysDE8E,8
|
|
9
|
+
xn_model-1.0.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|