oarepo-runtime 1.5.60__py3-none-any.whl → 1.5.61__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- oarepo_runtime/records/relations/pid_relation.py +2 -0
- {oarepo_runtime-1.5.60.dist-info → oarepo_runtime-1.5.61.dist-info}/METADATA +1 -1
- {oarepo_runtime-1.5.60.dist-info → oarepo_runtime-1.5.61.dist-info}/RECORD +7 -7
- {oarepo_runtime-1.5.60.dist-info → oarepo_runtime-1.5.61.dist-info}/LICENSE +0 -0
- {oarepo_runtime-1.5.60.dist-info → oarepo_runtime-1.5.61.dist-info}/WHEEL +0 -0
- {oarepo_runtime-1.5.60.dist-info → oarepo_runtime-1.5.61.dist-info}/entry_points.txt +0 -0
- {oarepo_runtime-1.5.60.dist-info → oarepo_runtime-1.5.61.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,8 @@ class PIDRelationResult(RelationResult):
|
|
35
35
|
|
36
36
|
try:
|
37
37
|
obj = pid_field_context.resolve(id_)
|
38
|
+
if hasattr(obj, "relations") and obj.relations and hasattr(obj.relations, "dereference"):
|
39
|
+
obj.relations.dereference()
|
38
40
|
# We detach the related record model from the database session when
|
39
41
|
# we add it in the cache. Otherwise, accessing the cached record
|
40
42
|
# model, will execute a new select query after a db.session.commit.
|
@@ -54,7 +54,7 @@ oarepo_runtime/records/relations/__init__.py,sha256=bDAgxl_LdKsqpGG3qluxAkQnn5u2
|
|
54
54
|
oarepo_runtime/records/relations/base.py,sha256=XQpRt6-MfIKIClZ0IoGJr0GGl2Ru3RcqMoowOxrFG_E,8981
|
55
55
|
oarepo_runtime/records/relations/internal.py,sha256=OTp8iJqyl80sWDk0Q0AK42l6UsxZDABspVU_GwWza9o,1556
|
56
56
|
oarepo_runtime/records/relations/lookup.py,sha256=wi3jPfOedazOmhOMrgu50PUETc1jfSdpmjK0wvOFsEM,848
|
57
|
-
oarepo_runtime/records/relations/pid_relation.py,sha256=
|
57
|
+
oarepo_runtime/records/relations/pid_relation.py,sha256=jKiwUEepJkOc0MRX3Etl5RQJw3t40rY7FOJCIPwOKmg,2932
|
58
58
|
oarepo_runtime/records/systemfields/__init__.py,sha256=SPaMWM6t-azz6gZLUKvvXbOyE2_-LW6i_szQk8nhbAc,455
|
59
59
|
oarepo_runtime/records/systemfields/featured_file.py,sha256=MbSaYR130_o5S9gEOblnChq-PVK4xGPGpSCrzwG3cwc,1720
|
60
60
|
oarepo_runtime/records/systemfields/has_draftcheck.py,sha256=4JkMEefPLpqtPtlTgK3UT0KzTRgyw5_Qtkss2qcz5xk,1643
|
@@ -119,9 +119,9 @@ oarepo_runtime/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
119
119
|
oarepo_runtime/utils/functools.py,sha256=gKS9YZtlIYcDvdNA9cmYO00yjiXBYV1jg8VpcRUyQyg,1324
|
120
120
|
oarepo_runtime/utils/path.py,sha256=V1NVyk3m12_YLbj7QHYvUpE1wScO78bYsX1LOLeXDkI,3108
|
121
121
|
tests/pkg_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
122
|
-
oarepo_runtime-1.5.
|
123
|
-
oarepo_runtime-1.5.
|
124
|
-
oarepo_runtime-1.5.
|
125
|
-
oarepo_runtime-1.5.
|
126
|
-
oarepo_runtime-1.5.
|
127
|
-
oarepo_runtime-1.5.
|
122
|
+
oarepo_runtime-1.5.61.dist-info/LICENSE,sha256=h2uWz0OaB3EN-J1ImdGJZzc7yvfQjvHVYdUhQ-H7ypY,1064
|
123
|
+
oarepo_runtime-1.5.61.dist-info/METADATA,sha256=HYDxnXTbb5364OERpt42GknlVXparLbK0fTws6JkS4A,4720
|
124
|
+
oarepo_runtime-1.5.61.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
125
|
+
oarepo_runtime-1.5.61.dist-info/entry_points.txt,sha256=QrlXAKuPDVBinaSh_v3yO9_Nb9ZNmJCJ0VFcCW-z0Jg,327
|
126
|
+
oarepo_runtime-1.5.61.dist-info/top_level.txt,sha256=bHhlkT1_RQC4IkfTQCqA3iN4KCB6cSFQlsXpQMSP-bE,21
|
127
|
+
oarepo_runtime-1.5.61.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|