udata 9.0.1.dev29625__py2.py3-none-any.whl → 9.0.1.dev29632__py2.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 udata might be problematic. Click here for more details.
- udata/core/dataservices/models.py +1 -1
- {udata-9.0.1.dev29625.dist-info → udata-9.0.1.dev29632.dist-info}/METADATA +2 -1
- {udata-9.0.1.dev29625.dist-info → udata-9.0.1.dev29632.dist-info}/RECORD +7 -7
- {udata-9.0.1.dev29625.dist-info → udata-9.0.1.dev29632.dist-info}/LICENSE +0 -0
- {udata-9.0.1.dev29625.dist-info → udata-9.0.1.dev29632.dist-info}/WHEEL +0 -0
- {udata-9.0.1.dev29625.dist-info → udata-9.0.1.dev29632.dist-info}/entry_points.txt +0 -0
- {udata-9.0.1.dev29625.dist-info → udata-9.0.1.dev29632.dist-info}/top_level.txt +0 -0
|
@@ -140,7 +140,7 @@ class Dataservice(WithMetrics, Owned, db.Document):
|
|
|
140
140
|
db.ListField(
|
|
141
141
|
field(
|
|
142
142
|
db.ReferenceField(Dataset),
|
|
143
|
-
nested_fields=datasets_api_fields.
|
|
143
|
+
nested_fields=datasets_api_fields.dataset_ref_fields,
|
|
144
144
|
)
|
|
145
145
|
),
|
|
146
146
|
filterable={
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 9.0.1.
|
|
3
|
+
Version: 9.0.1.dev29632
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -145,6 +145,7 @@ It is collectively taken care of by members of the
|
|
|
145
145
|
- Save and show harvest logs [#3053](https://github.com/opendatateam/udata/pull/3053)
|
|
146
146
|
- Fix missing `ObjectId` validation on `/sources` endpoint [#3060](https://github.com/opendatateam/udata/pull/3060)
|
|
147
147
|
- Improve URL validation errors [#3063](https://github.com/opendatateam/udata/pull/3063) [#2768](https://github.com/opendatateam/udata/pull/2768)
|
|
148
|
+
- Do not return full dataset objects on dataservices endpoints [#3068](https://github.com/opendatateam/udata/pull/3068)
|
|
148
149
|
- Update markdown base settings [#3067](https://github.com/opendatateam/udata/pull/3067)
|
|
149
150
|
|
|
150
151
|
## 9.0.0 (2024-06-07)
|
|
@@ -80,7 +80,7 @@ udata/core/contact_point/forms.py,sha256=ggLhSJ1IRn5MclrhydckjAxwr4fFZxgAD4huSSu
|
|
|
80
80
|
udata/core/contact_point/models.py,sha256=NlNKureCpzgTLJuGviZPjNx-ABYRp4j2L-ur9Gmixao,324
|
|
81
81
|
udata/core/dataservices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
82
|
udata/core/dataservices/api.py,sha256=rjCU55NNGgCDRlurfhJUT2byBGJWN5coM8b7AApzEew,3090
|
|
83
|
-
udata/core/dataservices/models.py,sha256=
|
|
83
|
+
udata/core/dataservices/models.py,sha256=zMhzjnXm1p5GHZU1lYgMqft5u7iFyX0BIvNB1hM4D6Q,5868
|
|
84
84
|
udata/core/dataservices/permissions.py,sha256=X9Bh8e0pnx6OgeEf6NowXZUiwyreUa6UY479B16cCqs,175
|
|
85
85
|
udata/core/dataservices/rdf.py,sha256=TV02R2ZV_aDboSyl-4LJN1qG-5ibgrUYQZYmpl6Jqr4,2469
|
|
86
86
|
udata/core/dataservices/tasks.py,sha256=NOWcTPoLasMrrvq9EkwQMGlUbQQmi_l3s815K-mtZTM,971
|
|
@@ -688,9 +688,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=iAUNwbI8ESi8MHkE3ZCYCSIXfFC27z
|
|
|
688
688
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=uTmbHfzyFWrVXUkKSuNFzbGpX7EkUuBdD8fE04d3v5g,44572
|
|
689
689
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=1MbQHvKKNUwzMBWLNsH1qqBehO3aILhQiMhi5u1bY8E,28553
|
|
690
690
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=AAryt27Gbkhk7FntCCU8_e7HSXATfsAQhwFOFC8CAj0,51152
|
|
691
|
-
udata-9.0.1.
|
|
692
|
-
udata-9.0.1.
|
|
693
|
-
udata-9.0.1.
|
|
694
|
-
udata-9.0.1.
|
|
695
|
-
udata-9.0.1.
|
|
696
|
-
udata-9.0.1.
|
|
691
|
+
udata-9.0.1.dev29632.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
692
|
+
udata-9.0.1.dev29632.dist-info/METADATA,sha256=QjoBHHpeuLiJJOaNhcDB35wKeaZcW0tP_7WqCwr-By8,125058
|
|
693
|
+
udata-9.0.1.dev29632.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
694
|
+
udata-9.0.1.dev29632.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
|
|
695
|
+
udata-9.0.1.dev29632.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
696
|
+
udata-9.0.1.dev29632.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|