udata 9.0.1.dev29597__py2.py3-none-any.whl → 9.0.1.dev29625__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/settings.py +2 -0
- {udata-9.0.1.dev29597.dist-info → udata-9.0.1.dev29625.dist-info}/METADATA +2 -1
- {udata-9.0.1.dev29597.dist-info → udata-9.0.1.dev29625.dist-info}/RECORD +7 -7
- {udata-9.0.1.dev29597.dist-info → udata-9.0.1.dev29625.dist-info}/LICENSE +0 -0
- {udata-9.0.1.dev29597.dist-info → udata-9.0.1.dev29625.dist-info}/WHEEL +0 -0
- {udata-9.0.1.dev29597.dist-info → udata-9.0.1.dev29625.dist-info}/entry_points.txt +0 -0
- {udata-9.0.1.dev29597.dist-info → udata-9.0.1.dev29625.dist-info}/top_level.txt +0 -0
udata/settings.py
CHANGED
|
@@ -163,6 +163,7 @@ class Defaults(object):
|
|
|
163
163
|
'code',
|
|
164
164
|
'dd',
|
|
165
165
|
'del',
|
|
166
|
+
'div',
|
|
166
167
|
'dl',
|
|
167
168
|
'dt',
|
|
168
169
|
'em',
|
|
@@ -201,6 +202,7 @@ class Defaults(object):
|
|
|
201
202
|
'a': ['href', 'title', 'rel', 'data-tooltip'],
|
|
202
203
|
'abbr': ['title'],
|
|
203
204
|
'acronym': ['title'],
|
|
205
|
+
'div': ['class'],
|
|
204
206
|
'img': ['alt', 'src', 'title']
|
|
205
207
|
}
|
|
206
208
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 9.0.1.
|
|
3
|
+
Version: 9.0.1.dev29625
|
|
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
|
+
- Update markdown base settings [#3067](https://github.com/opendatateam/udata/pull/3067)
|
|
148
149
|
|
|
149
150
|
## 9.0.0 (2024-06-07)
|
|
150
151
|
|
|
@@ -12,7 +12,7 @@ udata/mail.py,sha256=dAMcbEtk5e54alpQezvF5adDrRPgdaT36QEdHD_5v50,2145
|
|
|
12
12
|
udata/rdf.py,sha256=oIn-7r38o-HHHvDAVuNHBpOp5fVelXZiEj4cwiEOCqY,14069
|
|
13
13
|
udata/routing.py,sha256=Qhpf5p97fs1SoJXtDctc1FPk0MeOKLn_C0Z1dP4ZNJA,7234
|
|
14
14
|
udata/sentry.py,sha256=KiZz0PpmYpZMvykH9UAbHpF4xBY0Q-8DeiEbXEHDUdw,2683
|
|
15
|
-
udata/settings.py,sha256=
|
|
15
|
+
udata/settings.py,sha256=0D3dmI3bIoGkheggfuOy8PPLbpgw5voWrcTMHyKl14U,17431
|
|
16
16
|
udata/sitemap.py,sha256=pjtR2lU3gRHvK8l1Lw8B9wrqMMTYC5adUfFh0pUp_Q4,977
|
|
17
17
|
udata/tags.py,sha256=8MvgyjfUz8O71tCV0V1fQV4_0C2P-SLFrm2IA2QfNDs,595
|
|
18
18
|
udata/tasks.py,sha256=7tdKnwyz2TF3wYbmFEhTjyuthf1vcuyd6WYWvfRLnoM,4964
|
|
@@ -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.dev29625.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
692
|
+
udata-9.0.1.dev29625.dist-info/METADATA,sha256=5iFQ5eGwqQr2AtgVLrJREIC6cVoa2tsnX4tkCNIaJE4,124938
|
|
693
|
+
udata-9.0.1.dev29625.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
694
|
+
udata-9.0.1.dev29625.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
|
|
695
|
+
udata-9.0.1.dev29625.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
696
|
+
udata-9.0.1.dev29625.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|