udata 10.6.1.dev36206__py2.py3-none-any.whl → 10.6.1.dev36257__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.

@@ -23,7 +23,7 @@
23
23
  <td align="center">
24
24
  {{ mail_button(
25
25
  _('Update the dataset and associated resources'),
26
- cdata_url(f"/admin/datasets/{dataset.slug}/")
26
+ cdata_url('/admin/datasets/' ~ dataset.id ~ '/')
27
27
  ) }}
28
28
  </td>
29
29
  </tr>
@@ -11,7 +11,7 @@
11
11
  dataset_frequency=dataset.frequency_str,
12
12
  due_update_days=dataset.outdated.days) }}
13
13
  {{ _('You can update the dataset and associated resources at:') }}
14
- {{ cdata_url(f"/admin/datasets/{dataset.slug}/") }}
14
+ {{ cdata_url('/admin/datasets/' ~ dataset.id ~ '/') }}
15
15
 
16
16
  {% endfor %}
17
17
 
@@ -38,7 +38,7 @@
38
38
  <td align="center">
39
39
  {{ mail_button(
40
40
  _('See the request'),
41
- cdata_url(f"/admin/organizations/{org.slug}/members")
41
+ cdata_url('/admin/organizations/' ~ org.id ~ '/members/')
42
42
  ) }}
43
43
  </td>
44
44
  </tr>
@@ -8,5 +8,5 @@
8
8
 
9
9
 
10
10
  {{ _('You can go on your organization backoffice to accept or refuse the request') }}:
11
- {{ cdata_url(f"/admin/organizations/{org.slug}/members") }}
11
+ {{ cdata_url('/admin/organizations/' ~ org.id ~ '/members/') }}
12
12
  {% endblock %}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: udata
3
- Version: 10.6.1.dev36206
3
+ Version: 10.6.1.dev36257
4
4
  Summary: Open data portal
5
5
  Home-page: https://github.com/opendatateam/udata
6
6
  Author: Opendata Team
@@ -143,7 +143,7 @@ It is collectively taken care of by members of the
143
143
  ## Current (in progress)
144
144
 
145
145
  - Add name and siret filters for orgs [#3362](https://github.com/opendatateam/udata/pull/3362)
146
- - Refactor how to get URLs to the cdata front-end, need to set the `CDATA_BASE_URL` env variable (removal of `endpoint_for()`, `fields.UrlFor()`, `display_url`, `external_url` and `external_url_with_campaign`) [#3345](https://github.com/opendatateam/udata/pull/3345)
146
+ - Refactor how to get URLs to the cdata front-end, need to set the `CDATA_BASE_URL` env variable (removal of `endpoint_for()`, `fields.UrlFor()`, `display_url`, `external_url` and `external_url_with_campaign`) [#3345](https://github.com/opendatateam/udata/pull/3345) [#3371](https://github.com/opendatateam/udata/pull/3371)
147
147
  - Add back preview_url from tabular API (remove the PreviewPlugin system) [#3364](https://github.com/opendatateam/udata/pull/3364)
148
148
  - Do not crash on invalid schemas API JSON [#3363](https://github.com/opendatateam/udata/pull/3363/)
149
149
  - Fix flaky test on timed recent Atom feeds [#3365](https://github.com/opendatateam/udata/pull/3365)
@@ -557,14 +557,14 @@ udata/templates/mail/base.txt,sha256=epaSraWLlrXYEovdVROhxgOAsJmZI6RXxpNwtOX_UI4
557
557
  udata/templates/mail/button.html,sha256=FdCKFJYclhjDUh7CddHx8qcQjJF_7mF0s7mG_tb9cL8,417
558
558
  udata/templates/mail/discussion_closed.html,sha256=HUhntk-aaUQsBs7ekz9J5j4UrKBeliUygewiBHjNq2s,1211
559
559
  udata/templates/mail/discussion_closed.txt,sha256=gFAwCwGNFKG-12WtvoALQDPuukC0StxEe0T3x3rz0m8,394
560
- udata/templates/mail/frequency_reminder.html,sha256=ukBzIQd_R7KmH0dfFKZIeG2w87jjIky4Ql-dr-G6g4w,1145
561
- udata/templates/mail/frequency_reminder.txt,sha256=MUbxqkMlWgQtP9Ric6NEprGKBTbufVciPIAnbxofhQ4,687
560
+ udata/templates/mail/frequency_reminder.html,sha256=2z6HJwwa6hiGBb0LohQZ79RjQ27AuxIrls40PKyIQbI,1148
561
+ udata/templates/mail/frequency_reminder.txt,sha256=ep64-kn4pD_wrsiLszyfsAygYRf2QIpF_p204Xv69Yg,690
562
562
  udata/templates/mail/inactive_account_deleted.html,sha256=W27Os2tZioe7Ip4ZxHswNq8TAls1U0emZEHK4Qo2Kpc,196
563
563
  udata/templates/mail/inactive_account_deleted.txt,sha256=7-7QU2v4CgoT2Vt8YkEbRsywiM-mAvGvdeB4_OIM2G8,160
564
564
  udata/templates/mail/membership_refused.html,sha256=BI6jwR3NMemxgt4CwKJqeEwNnlVcHmLGp-PD3oUi9Jc,612
565
565
  udata/templates/mail/membership_refused.txt,sha256=rXur42ZD3W65SCblUrZqMK34RHz0oSYL4-rb_kKmE0g,217
566
- udata/templates/mail/membership_request.html,sha256=JIxvx-gXncz2qr6xz4fb0K90HHyz0B8SjQPLnzEPz5Q,1336
567
- udata/templates/mail/membership_request.txt,sha256=lqgJpW2hfSfQzUVTSN74brNsKabF1PZ53cz8ubKEUPM,401
566
+ udata/templates/mail/membership_request.html,sha256=XligyS4iQGnYX8MnA9jarQU6Opos4pmvboEJazOVfDA,1340
567
+ udata/templates/mail/membership_request.txt,sha256=SzFrteKjCoolzIuGKzhTDX-WMcxB2CbrbnLVefEne20,405
568
568
  udata/templates/mail/new_discussion.html,sha256=EtKQhGVd9I0yeNbe5CsI4opRPtcbLzBzPnp9LuFtYdY,1106
569
569
  udata/templates/mail/new_discussion.txt,sha256=ygPIDEORSB6rS4EVNLi8t5DT__LcFxlihcEZZevxbtA,418
570
570
  udata/templates/mail/new_discussion_comment.html,sha256=0SKKBPcMfYK1Ck874q2Akv41XY5UYOm3lFyOe9FoXps,1179
@@ -737,9 +737,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=9sCd1MUKvtVP_sOXvK-G5v4PfWkkdA
737
737
  udata/translations/pt/LC_MESSAGES/udata.po,sha256=-eJptz9s63rjkdm-3HJi_2t70pyv3-8EuXBn-B2qI_4,48419
738
738
  udata/translations/sr/LC_MESSAGES/udata.mo,sha256=qduXntHWe__KaUxJ4JwwyGG3eSgYb1auGdNax0lS49c,29169
739
739
  udata/translations/sr/LC_MESSAGES/udata.po,sha256=6QCuLMCRjgyAvu9U7i0P19ae8fm_uStfmxHLqUO9EoY,55394
740
- udata-10.6.1.dev36206.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
741
- udata-10.6.1.dev36206.dist-info/METADATA,sha256=R0-55xvRPicyR26hcuXcktKjKq31MRMuokKiMy5v1Vk,150752
742
- udata-10.6.1.dev36206.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
743
- udata-10.6.1.dev36206.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
744
- udata-10.6.1.dev36206.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
745
- udata-10.6.1.dev36206.dist-info/RECORD,,
740
+ udata-10.6.1.dev36257.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
741
+ udata-10.6.1.dev36257.dist-info/METADATA,sha256=kUCSNDk7_pt3XF4qfoyrPuQ3SUGUYJrbgE2aLaGpCW4,150809
742
+ udata-10.6.1.dev36257.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
743
+ udata-10.6.1.dev36257.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
744
+ udata-10.6.1.dev36257.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
745
+ udata-10.6.1.dev36257.dist-info/RECORD,,