udata 10.3.1.dev34878__py2.py3-none-any.whl → 10.3.2.dev34895__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/__init__.py +1 -1
- udata/core/activity/api.py +1 -1
- {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dev34895.dist-info}/METADATA +6 -1
- {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dev34895.dist-info}/RECORD +8 -8
- {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dev34895.dist-info}/LICENSE +0 -0
- {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dev34895.dist-info}/WHEEL +0 -0
- {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dev34895.dist-info}/entry_points.txt +0 -0
- {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dev34895.dist-info}/top_level.txt +0 -0
udata/__init__.py
CHANGED
udata/core/activity/api.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.3.
|
|
3
|
+
Version: 10.3.2.dev34895
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -141,11 +141,16 @@ It is collectively taken care of by members of the
|
|
|
141
141
|
|
|
142
142
|
## Current (in progress)
|
|
143
143
|
|
|
144
|
+
- Nothing yet
|
|
145
|
+
|
|
146
|
+
## 10.3.1 (2025-04-29)
|
|
147
|
+
|
|
144
148
|
- Add archived, deleted and private filter in dataset list api [#3298](https://github.com/opendatateam/udata/pull/3298)
|
|
145
149
|
- Exclude deleted dataservices in csv queryset [#3297](https://github.com/opendatateam/udata/pull/3297)
|
|
146
150
|
- Publish comments on behalf of org, close without message and edit/delete discussions comments [#3295](https://github.com/opendatateam/udata/pull/3295)
|
|
147
151
|
- Migrate MAAF backend from udata-front [#3300](https://github.com/opendatateam/udata/pull/3300)
|
|
148
152
|
- Follow: add user parser argument [#3302](https://github.com/opendatateam/udata/pull/3302)
|
|
153
|
+
- Allow trailing slash to activity route [#3303](https://github.com/opendatateam/udata/pull/3303)
|
|
149
154
|
|
|
150
155
|
## 10.3.0 (2025-04-11)
|
|
151
156
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
tasks/__init__.py,sha256=nfgZ5nkcoluXMIk52P4-8Rj6xL0Qlm_xSUfWW2aHZfI,8161
|
|
2
2
|
tasks/helpers.py,sha256=70fS9tI_m0DTWmKx9Zl5-LG-nxdz_ZaPyvvsFkN2r48,1091
|
|
3
|
-
udata/__init__.py,sha256=
|
|
3
|
+
udata/__init__.py,sha256=E8ZJXRNVOEMMtDEjH7IP5otk1SP7IPhDhJVBt-DtSag,102
|
|
4
4
|
udata/api_fields.py,sha256=nv_Nl1Mi-XQ8V08fxmscer13jsNNJgSOOIQEh1itsLQ,30679
|
|
5
5
|
udata/app.py,sha256=xjk2D3EgboYBpTwBwdIxd2klt2yMoWMyCrkry5fz0LA,7292
|
|
6
6
|
udata/assets.py,sha256=H5Hrc2vnKM0IFLyWfLXmJ2Kj35w1i8W1D8Cgy8_cUj4,657
|
|
@@ -56,7 +56,7 @@ udata/commands/tests/test_fixtures.py,sha256=acFmE08S4B0GHJP4nN1dfRNcKjcsE88Xusy
|
|
|
56
56
|
udata/core/__init__.py,sha256=O7C9WWCXiLWnWPnPbFRszWhOmvRQiI4gD-5qkWvPGRo,385
|
|
57
57
|
udata/core/owned.py,sha256=LCnnKzx1h1oDc_YVbYudmcnIRwo7GKpOcRsZKxwZfUk,5561
|
|
58
58
|
udata/core/activity/__init__.py,sha256=OaiFyq7HB4xL4SuMPD1N8IFNpntwx9ZayVzelciOieI,298
|
|
59
|
-
udata/core/activity/api.py,sha256=
|
|
59
|
+
udata/core/activity/api.py,sha256=uSWCFin5nBfrFyOZxbSulFiwWagnEWF996sy-rv-Dmw,3855
|
|
60
60
|
udata/core/activity/models.py,sha256=Ln9YUsdCBMFmUlw5GA2gIJ50sMorMFzZGo8u8sy7pIE,2072
|
|
61
61
|
udata/core/activity/signals.py,sha256=Io2A43as3yR-DZ5R3wzM_bTpn528pxWsZDUFZ9xtj2Y,191
|
|
62
62
|
udata/core/activity/tasks.py,sha256=lEnISnHXPMeeErWIhJbSYOlxnrc6yAKC-T28qTEWQn0,1235
|
|
@@ -724,9 +724,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=xmSQ7RTl9XV24Vq3A7f_NIRDrOJwbs
|
|
|
724
724
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=PXrrhfIjZxheUotQan9VVh1fvNHSzeMAitaouIHaR7U,46793
|
|
725
725
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=1pAf_rXvbOoO_jjZmH77GbzvdT_YtPTJKFumMnMto2g,29169
|
|
726
726
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=AalMHaFLZobKmuAnZ4X1rQtk46NdW2rktMFQHD5DTcM,53768
|
|
727
|
-
udata-10.3.
|
|
728
|
-
udata-10.3.
|
|
729
|
-
udata-10.3.
|
|
730
|
-
udata-10.3.
|
|
731
|
-
udata-10.3.
|
|
732
|
-
udata-10.3.
|
|
727
|
+
udata-10.3.2.dev34895.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
728
|
+
udata-10.3.2.dev34895.dist-info/METADATA,sha256=CUY3jwCW9wNWPMByIUFsq9MwRoxl09_2N7vDBaRtn2c,144922
|
|
729
|
+
udata-10.3.2.dev34895.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
730
|
+
udata-10.3.2.dev34895.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
|
|
731
|
+
udata-10.3.2.dev34895.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
732
|
+
udata-10.3.2.dev34895.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|