udata 7.0.7.dev28410__py2.py3-none-any.whl → 7.0.7.dev28435__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/api/oauth2.py +1 -1
- udata/app.py +2 -1
- udata/commands/db.py +1 -1
- udata/core/activity/models.py +1 -1
- udata/core/badges/models.py +1 -1
- udata/core/badges/tests/test_commands.py +2 -1
- udata/core/badges/tests/test_model.py +1 -1
- udata/core/contact_point/models.py +1 -1
- udata/core/dataset/api.py +3 -2
- udata/core/dataset/api_fields.py +2 -5
- udata/core/dataset/apiv2.py +2 -3
- udata/core/dataset/commands.py +5 -5
- udata/core/dataset/constants.py +82 -0
- udata/core/dataset/forms.py +2 -0
- udata/core/dataset/models.py +2 -87
- udata/core/dataset/rdf.py +2 -1
- udata/core/dataset/search.py +2 -3
- udata/core/dataset/tasks.py +2 -1
- udata/core/discussions/constants.py +1 -0
- udata/core/discussions/forms.py +2 -1
- udata/core/discussions/models.py +1 -5
- udata/core/followers/models.py +1 -1
- udata/core/jobs/models.py +1 -1
- udata/core/metrics/models.py +1 -1
- udata/core/organization/api.py +2 -1
- udata/core/organization/api_fields.py +1 -4
- udata/core/organization/constants.py +29 -0
- udata/core/organization/forms.py +2 -4
- udata/core/organization/models.py +2 -34
- udata/core/organization/tasks.py +2 -1
- udata/core/post/constants.py +9 -0
- udata/core/post/forms.py +2 -1
- udata/core/post/models.py +2 -12
- udata/core/reuse/api.py +2 -1
- udata/core/reuse/api_fields.py +1 -1
- udata/core/reuse/constants.py +37 -0
- udata/core/reuse/factories.py +2 -1
- udata/core/reuse/forms.py +3 -2
- udata/core/reuse/models.py +2 -38
- udata/core/spam/api.py +1 -1
- udata/core/spam/constants.py +5 -0
- udata/core/spam/fields.py +1 -1
- udata/core/spam/models.py +2 -6
- udata/core/spam/tests/test_spam.py +3 -3
- udata/core/spatial/constants.py +9 -0
- udata/core/spatial/models.py +4 -15
- udata/core/spatial/tests/test_fields.py +1 -1
- udata/core/tags/models.py +1 -1
- udata/core/user/api_fields.py +1 -3
- udata/core/user/constants.py +2 -0
- udata/core/user/forms.py +1 -1
- udata/core/user/models.py +1 -1
- udata/factories.py +2 -2
- udata/features/transfer/models.py +1 -1
- udata/frontend/csv.py +1 -1
- udata/linkchecker/models.py +1 -1
- udata/models/__init__.py +1 -118
- udata/mongo/__init__.py +42 -0
- udata/mongo/engine.py +73 -0
- udata/routing.py +1 -1
- udata/search/__init__.py +1 -1
- udata/tests/api/test_datasets_api.py +2 -3
- udata/tests/api/test_reuses_api.py +2 -1
- udata/tests/dataset/test_dataset_model.py +3 -4
- udata/tests/dataset/test_dataset_rdf.py +1 -1
- udata/tests/forms/test_basic_fields.py +1 -1
- udata/tests/forms/test_daterange_field.py +1 -1
- udata/tests/forms/test_dict_field.py +1 -1
- udata/tests/forms/test_extras_fields.py +1 -1
- udata/tests/forms/test_form_field.py +1 -1
- udata/tests/forms/test_image_field.py +1 -1
- udata/tests/forms/test_model_field.py +1 -1
- udata/tests/forms/test_model_list_field.py +1 -1
- udata/tests/forms/test_nested_model_list_field.py +1 -1
- udata/tests/forms/test_reference_field.py +1 -1
- udata/tests/forms/test_uuid_field.py +1 -1
- udata/tests/frontend/test_csv.py +1 -1
- udata/tests/plugin.py +1 -1
- udata/tests/search/__init__.py +1 -1
- udata/tests/site/test_site_metrics.py +2 -1
- udata/tests/test_model.py +2 -1
- udata/tests/test_owned.py +1 -1
- udata/tests/test_routing.py +2 -2
- {udata-7.0.7.dev28410.dist-info → udata-7.0.7.dev28435.dist-info}/METADATA +3 -1
- {udata-7.0.7.dev28410.dist-info → udata-7.0.7.dev28435.dist-info}/RECORD +99 -89
- /udata/{models → mongo}/badges_field.py +0 -0
- /udata/{models → mongo}/datetime_fields.py +0 -0
- /udata/{models → mongo}/document.py +0 -0
- /udata/{models → mongo}/extras_fields.py +0 -0
- /udata/{models → mongo}/owned.py +0 -0
- /udata/{models → mongo}/queryset.py +0 -0
- /udata/{models → mongo}/slug_fields.py +0 -0
- /udata/{models → mongo}/taglist_field.py +0 -0
- /udata/{models → mongo}/url_field.py +0 -0
- /udata/{models → mongo}/uuid_fields.py +0 -0
- {udata-7.0.7.dev28410.dist-info → udata-7.0.7.dev28435.dist-info}/LICENSE +0 -0
- {udata-7.0.7.dev28410.dist-info → udata-7.0.7.dev28435.dist-info}/WHEEL +0 -0
- {udata-7.0.7.dev28410.dist-info → udata-7.0.7.dev28435.dist-info}/entry_points.txt +0 -0
- {udata-7.0.7.dev28410.dist-info → udata-7.0.7.dev28435.dist-info}/top_level.txt +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
tasks/__init__.py,sha256=CnVhb_TV-6nMhxVR6itnBmvuU2OSCs02AfNB4irVBTE,8132
|
|
2
2
|
tasks/helpers.py,sha256=k_HiuiEJNgQLvWdeHqczPOAcrYpFjEepBeKo7EQzY8M,994
|
|
3
3
|
udata/__init__.py,sha256=V_wOfdL3uuCrM0YJcmiJ4f5IVvQWBmB_GxJ5P8RHyBI,101
|
|
4
|
-
udata/app.py,sha256
|
|
4
|
+
udata/app.py,sha256=-S_MfxoGU8j7uzjQeqpeUte57VvEJ4NZNxsM2QfN1JE,7173
|
|
5
5
|
udata/assets.py,sha256=aMa-MnAEXVSTavptSn2V8sUE6jL_N0MrYCQ6_QpsuHs,645
|
|
6
6
|
udata/entrypoints.py,sha256=8bZUvZ8ICO3kZxa8xDUaen6YS_OAGNKHFvaD7d8BOk0,2687
|
|
7
7
|
udata/errors.py,sha256=chc1880TPGteIL-Rfb9hdeAyZI4vdWZQU3JQ_5VF5t0,116
|
|
8
|
-
udata/factories.py,sha256=
|
|
8
|
+
udata/factories.py,sha256=6en2qdHHoR6rEvNEUeH_0-T-vR7x7GUBGgNEm9vuylE,492
|
|
9
9
|
udata/i18n.py,sha256=E-JoY57Cv4vgPvChkWjpwZAbuYVI8e6BO6raeu_3_Pw,8352
|
|
10
10
|
udata/mail.py,sha256=dAMcbEtk5e54alpQezvF5adDrRPgdaT36QEdHD_5v50,2145
|
|
11
11
|
udata/rdf.py,sha256=eu_tKOGQ9Bs8yyf5QGQNE9yyXGiUxevDYAIIun_KqqI,9919
|
|
12
|
-
udata/routing.py,sha256=
|
|
12
|
+
udata/routing.py,sha256=lU1XNL-YQgx1GN3pjKue1tIjHzjO3QdTiF9aaLNLitg,7044
|
|
13
13
|
udata/sentry.py,sha256=KiZz0PpmYpZMvykH9UAbHpF4xBY0Q-8DeiEbXEHDUdw,2683
|
|
14
14
|
udata/settings.py,sha256=nnFcD1DBt3IbO2a10kE5ux9Q2KyeyOvXYLSOLWlF7nw,17142
|
|
15
15
|
udata/sitemap.py,sha256=pjtR2lU3gRHvK8l1Lw8B9wrqMMTYC5adUfFh0pUp_Q4,977
|
|
@@ -27,7 +27,7 @@ udata/api/__init__.py,sha256=Vj3a3gZZt4ySjV7k6iau64pFvLkxZfcmJWkLyH-iH78,10851
|
|
|
27
27
|
udata/api/commands.py,sha256=oK2p1VdUvULDdYuvYYpYvY_bdkPJy-KfROfoX71oOuA,3277
|
|
28
28
|
udata/api/errors.py,sha256=Sy_f3WVrNTUPZjCOogIVgocDdUjnKz149KDi4mMA_Lg,240
|
|
29
29
|
udata/api/fields.py,sha256=l-Fa27-easR86qgof2bk130jq1N1pNUgGmQzok1UI3Q,3094
|
|
30
|
-
udata/api/oauth2.py,sha256=
|
|
30
|
+
udata/api/oauth2.py,sha256=mRX5BpPp5dVBKoigrybmulvqsB4E9AzYYMCR_ukAZtE,11717
|
|
31
31
|
udata/api/parsers.py,sha256=Fo4krCaFao0D1QNqKpjWiFVvKVLd9b_2mon6RbbOXls,1485
|
|
32
32
|
udata/api/signals.py,sha256=9zcw4NDdpJwhgsS5UyLtnls1w_RfqghYFULza6d4-cw,162
|
|
33
33
|
udata/auth/__init__.py,sha256=ziR6gzkE1V4__3ynjE-_IPWHzmapOsZIrnaDAjDijsM,1958
|
|
@@ -38,7 +38,7 @@ udata/auth/password_validation.py,sha256=KMr5T5HLeo-tYF-oVxJ-PAMPgkE0h2z0xcXZX2y
|
|
|
38
38
|
udata/auth/views.py,sha256=wxk2GEBHHqgyUk81RdeZMBWPjDn69crmtb_blkhXsNs,6164
|
|
39
39
|
udata/commands/__init__.py,sha256=mTRAsySo7lH4BlLs_IP0obyhU_hUMxLNB7N8Vh1HkMY,7756
|
|
40
40
|
udata/commands/cache.py,sha256=uVpb3WQdqg8NZRSiWEa7cYdcx3QyFF53UAI_f2pXtV8,341
|
|
41
|
-
udata/commands/db.py,sha256=
|
|
41
|
+
udata/commands/db.py,sha256=0gYBzmTOWbQaGVU3Rv4EWsd2GavvN1LIe3_HbfR79Uc,11130
|
|
42
42
|
udata/commands/dcat.py,sha256=F8GVCT_arz5R_xwIygxbiis6cUSPM89C79Wlu46fR6g,3354
|
|
43
43
|
udata/commands/fixtures.py,sha256=RrzRdUBJ2FbS-iDsEMPu5Nfp0WJXzU2rk3GB9t6JlRc,5852
|
|
44
44
|
udata/commands/images.py,sha256=bzVvLj9LZ_nkyTdPlPe4g5U26k53VTH5ADCWmOfM8e4,2037
|
|
@@ -54,7 +54,7 @@ udata/commands/tests/fixtures.py,sha256=h78grSpZDgOwvmezyD3qBpiSnpxaQ9tDeQOr3sB8
|
|
|
54
54
|
udata/core/__init__.py,sha256=n7TBP0lkYJl-BLoc67V5fyaawrWmsrWG_mLIF49UFOY,385
|
|
55
55
|
udata/core/activity/__init__.py,sha256=4vB92owvzwn2VVxbFWGNcfESb6izDzvbj6lmLH4ssrU,299
|
|
56
56
|
udata/core/activity/api.py,sha256=ohDEbzhbsmJ6YHQh3Aa8wYctaDQGuwKdg0kjh3lC028,3276
|
|
57
|
-
udata/core/activity/models.py,sha256=
|
|
57
|
+
udata/core/activity/models.py,sha256=kzy9kcixX3DUo-2YpVjGXVHR4cOZMl7AsPiDBZ52EDs,2118
|
|
58
58
|
udata/core/activity/signals.py,sha256=nplrZFDDuGVXwLWpI_Lhe64mBRMRtwooJG1KcCH6Ses,191
|
|
59
59
|
udata/core/activity/tasks.py,sha256=yKkDgBXYmVX-DS4P9hBgZcweEOU8mlihSj7pqQYOmkg,1242
|
|
60
60
|
udata/core/badges/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -62,45 +62,47 @@ udata/core/badges/api.py,sha256=BVHULesVK3godViXVOFSjGPCLYmHqLXXywsf0EaJpr8,993
|
|
|
62
62
|
udata/core/badges/commands.py,sha256=NMihQH6ABUlkYpR2lNFW4dkeaWOjpijW7voudww8zW4,1129
|
|
63
63
|
udata/core/badges/factories.py,sha256=rDQC28fKLtYA6l69EqiyOQyN4C2jVj87EdKBEo4sYsw,297
|
|
64
64
|
udata/core/badges/forms.py,sha256=8z28_rln9duvJ7IvKx9IFO9DAMe3cU2bv0FQRdiMFEw,511
|
|
65
|
-
udata/core/badges/models.py,sha256=
|
|
65
|
+
udata/core/badges/models.py,sha256=cQBpLudR-cRxlbN68z_05UbX0BXRu97n1vMMdat4Ry4,3176
|
|
66
66
|
udata/core/badges/permissions.py,sha256=5jFKFG4OlVp0pL0xSa7AGO0Ttn0QMsy9xEY2jTfKVmE,552
|
|
67
67
|
udata/core/badges/signals.py,sha256=T12kgKO1lmIbdXlKnRmedYRnJzC2PZIMkrtcA1U2mNo,237
|
|
68
68
|
udata/core/badges/tasks.py,sha256=LA1Sd0B0uUa6OANqmx0t-kDNK99uGePwwtilsdj9Evw,431
|
|
69
69
|
udata/core/badges/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
|
-
udata/core/badges/tests/test_commands.py,sha256=
|
|
71
|
-
udata/core/badges/tests/test_model.py,sha256=
|
|
70
|
+
udata/core/badges/tests/test_commands.py,sha256=BcfB0eo8ICCF5E0Z2ryu0pmp6istFZEt56mZkJMQTPo,1364
|
|
71
|
+
udata/core/badges/tests/test_model.py,sha256=Qkx2ymq_AqEp7l6JrOnoTHsc9CWbfEPBVhyLuKt3whI,4928
|
|
72
72
|
udata/core/contact_point/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
udata/core/contact_point/api.py,sha256=PyurW-Je4iRJlagyvDOkIhp_xINHqghNIiHjtqQTL0I,1918
|
|
74
74
|
udata/core/contact_point/api_fields.py,sha256=KQADF7Drnd1uT9ZWjLRKQPJh6GdGUXJkYf1LV_9ZFIE,939
|
|
75
75
|
udata/core/contact_point/factories.py,sha256=ATuV1seBCGKY3CzvPDG5nxfBBqHu-3YtER0_fiQJx6c,248
|
|
76
76
|
udata/core/contact_point/forms.py,sha256=ggLhSJ1IRn5MclrhydckjAxwr4fFZxgAD4huSSucSsA,598
|
|
77
|
-
udata/core/contact_point/models.py,sha256=
|
|
77
|
+
udata/core/contact_point/models.py,sha256=iwXsJgmsRiLWOaUbSqZe7Oyjcr6W6zhGwrmVzoY2PR0,281
|
|
78
78
|
udata/core/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
79
79
|
udata/core/dataset/actions.py,sha256=3pzBg_qOR-w7fwPpTOKUHXWC9lkjALbOn1UQFmmT-s0,1199
|
|
80
80
|
udata/core/dataset/activities.py,sha256=qQnHNL0hOB1IGtQl7JsnVOiUsWT0gm-pts9uDyR3bvU,1536
|
|
81
|
-
udata/core/dataset/api.py,sha256=
|
|
82
|
-
udata/core/dataset/api_fields.py,sha256=
|
|
83
|
-
udata/core/dataset/apiv2.py,sha256=
|
|
84
|
-
udata/core/dataset/commands.py,sha256=
|
|
81
|
+
udata/core/dataset/api.py,sha256=2vs6wbIhc1fN4mCZ88nK7kM5oQ9CZ5OwQXrSwc57Z8I,28750
|
|
82
|
+
udata/core/dataset/api_fields.py,sha256=6gSj6GP_PNQtsIcbLDMjC56GPNOtlm3IL_OlNGRIG2E,14335
|
|
83
|
+
udata/core/dataset/apiv2.py,sha256=XzEwtmC53Mw0mq8NEMCD2cN52pCmrUkPu0adUj4wGyw,15751
|
|
84
|
+
udata/core/dataset/commands.py,sha256=dbK7gMYH4G6pOPiYtmL3yomzg5MGqTaG97_UM9Smu_k,3712
|
|
85
|
+
udata/core/dataset/constants.py,sha256=Twml-I5mGiIdTkiDV1D4bXqi_TcNhcEc-QFxorUKHM4,3138
|
|
85
86
|
udata/core/dataset/csv.py,sha256=d6JMuvlov_vR7EN10rJa6Q03Il0PfbzMTHQIud5H8qg,3240
|
|
86
87
|
udata/core/dataset/events.py,sha256=DI71VfRc1eDTtgWQ3TJx5gtUw2MO0O_CVLCKLq0OIF0,3207
|
|
87
88
|
udata/core/dataset/exceptions.py,sha256=uI_NvZRZMr_MtYQBYdLD8tk-BIUeDDfMMcrWwqV7mi8,494
|
|
88
89
|
udata/core/dataset/factories.py,sha256=_sAW0FeEPC5bIKVCnjxnWmKBNU5jRss1AjVaQaMi8Lo,2737
|
|
89
|
-
udata/core/dataset/forms.py,sha256=
|
|
90
|
-
udata/core/dataset/models.py,sha256=
|
|
90
|
+
udata/core/dataset/forms.py,sha256=kICGBzoTal_ipXw9DqhnOWKQK8x7scQI9mEe0JGMt9g,6181
|
|
91
|
+
udata/core/dataset/models.py,sha256=E_n4E6f7_XUzovHs9KonwhO3cDUKjgenH_01_j_gsUk,36425
|
|
91
92
|
udata/core/dataset/permissions.py,sha256=3F2J7le3_rEYNhh88o3hSRWHAAt01_yHJM6RPmvCrRo,1090
|
|
92
93
|
udata/core/dataset/preview.py,sha256=puPKT3fBD7ezAcT6owh0JK1_rGNDFZOqgT223qGn3LY,2597
|
|
93
|
-
udata/core/dataset/rdf.py,sha256=
|
|
94
|
-
udata/core/dataset/search.py,sha256=
|
|
94
|
+
udata/core/dataset/rdf.py,sha256=oQqVpDvDCQKsfp5LKlIXACxLg89LpA2ydbkICxZCvT0,22830
|
|
95
|
+
udata/core/dataset/search.py,sha256=Ca23ljX7TZiKZKiAZQIH5xwS2tjXQcTDzieAJd-E22c,5314
|
|
95
96
|
udata/core/dataset/signals.py,sha256=TK6dfrOUitZZkGGOh6XmhYqYvIjzZpI70JTLV4k-JRM,161
|
|
96
|
-
udata/core/dataset/tasks.py,sha256=
|
|
97
|
+
udata/core/dataset/tasks.py,sha256=UYdm_O9hA0yo7cCNQFvZE9pGzUshkc3Wr4Gpel2aupU,8434
|
|
97
98
|
udata/core/discussions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
99
|
udata/core/discussions/actions.py,sha256=l8FaRpNdnwq5M7IYA9lh1qhhTlk2XOnYkgt0dLJpowU,789
|
|
99
100
|
udata/core/discussions/api.py,sha256=YlLxVA3GFcek8Q9Qb-R8KbNza2Ia3a9zNTU9PGewims,8554
|
|
101
|
+
udata/core/discussions/constants.py,sha256=nbZgXESpg0TykIGPxW8xUtHtk7TwQoyOL0Ky4U4B7c8,27
|
|
100
102
|
udata/core/discussions/factories.py,sha256=NQd_tD0Izrm67uO5HuuClmluteACrRd9PHrb2IkQ0P0,350
|
|
101
|
-
udata/core/discussions/forms.py,sha256=
|
|
103
|
+
udata/core/discussions/forms.py,sha256=daDc8vPDhaXjiEyniugiRC6pyv6OsflgIyO-KoAn6i8,828
|
|
102
104
|
udata/core/discussions/metrics.py,sha256=qtgyDhM1aPgh8bGU-h-962EKR3J44imC155JVi6jvJI,362
|
|
103
|
-
udata/core/discussions/models.py,sha256=
|
|
105
|
+
udata/core/discussions/models.py,sha256=9DQ9pYyYdc1VVilaY44TKL_OMJP9_FgYwuo0w9ZZw5s,3360
|
|
104
106
|
udata/core/discussions/notifications.py,sha256=1lsu8WyyOL4bdt0lx6IW5wTxmQ5gS_7FoncN53g3ToQ,927
|
|
105
107
|
udata/core/discussions/permissions.py,sha256=q3tXNuNmuXCvZhKyudROcwXF53l-IeDR3pfKSh_hIL0,636
|
|
106
108
|
udata/core/discussions/signals.py,sha256=zjuF-TiFwu9U_RcgZtHB2Z3W4oBx5hVZy6CCAl5Ekug,543
|
|
@@ -108,7 +110,7 @@ udata/core/discussions/tasks.py,sha256=T_Pi7xgbNH0ulQsxRETZvMIoWikh4QKuwA2jW8rLK
|
|
|
108
110
|
udata/core/followers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
111
|
udata/core/followers/api.py,sha256=9777c3RQUNOemQgL5SQI_U6ya4-Mwm8T2hXaXm_B_RM,2601
|
|
110
112
|
udata/core/followers/metrics.py,sha256=nKgoiM2Gu-XHrgEf9duW1My66zFSKbmw25BGqo5wWtY,190
|
|
111
|
-
udata/core/followers/models.py,sha256=
|
|
113
|
+
udata/core/followers/models.py,sha256=8n0o5nJBmGX41OOFKUWxiH6cE3PyV1QlvBfqn-AD2KM,1123
|
|
112
114
|
udata/core/followers/signals.py,sha256=m12PTe9wDVVVD7OkodrX7o_rfk6TALY7PEmd0_jvWPM,528
|
|
113
115
|
udata/core/followers/views.py,sha256=Znc8aGpP7y0_bmgbIJeVCTxQyDfeKZ1hSIWHi8gbwdw,406
|
|
114
116
|
udata/core/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -116,48 +118,51 @@ udata/core/jobs/actions.py,sha256=2-UCuSxAbN6DVArDI427qklkxlYIcr1Yprr8xXsaJUU,80
|
|
|
116
118
|
udata/core/jobs/api.py,sha256=z2NYBLisa-9XG8y0AIGB1oo10fUG6ZMhNxS--213fII,5776
|
|
117
119
|
udata/core/jobs/commands.py,sha256=kYoSluhbIG7MwnCSyO7ptD1V9LGwNjlabqlXSQ4hZq4,4413
|
|
118
120
|
udata/core/jobs/forms.py,sha256=CB_z8JSyvSSJX1XhohsQ1S3kdOhTMgzsFTofso7AD60,1495
|
|
119
|
-
udata/core/jobs/models.py,sha256=
|
|
121
|
+
udata/core/jobs/models.py,sha256=3vRfBp8e7KqJgKxTSSeMgfsMu07rAz1o_IfsYBFk9o4,1325
|
|
120
122
|
udata/core/metrics/__init__.py,sha256=Q3nZVl7no0E1ygz7zNJH-KCa-m9FV6wAH2_y6zimcek,397
|
|
121
123
|
udata/core/metrics/api.py,sha256=vHfH-4n2QR-HE6bXMeAlj1Ma3RR6DRPWDj1LAFukDAM,262
|
|
122
124
|
udata/core/metrics/commands.py,sha256=_365QvZ1Kt3qJPGlMg2CkBE4gwe7ZM5ye6_O43FFt28,4493
|
|
123
|
-
udata/core/metrics/models.py,sha256=
|
|
125
|
+
udata/core/metrics/models.py,sha256=v0xlLxl2Y9QdILW4DTZ1WzUy2a4XTNepdLNKmb8T8LY,287
|
|
124
126
|
udata/core/metrics/signals.py,sha256=Xs_k-9lWzsoZU5Joli-41FNgvIVvbAejkjSFB6DHxh0,176
|
|
125
127
|
udata/core/metrics/tasks.py,sha256=Z7La3-zPB5j6qJoPKr_MgjNZhqscZCmNLPa711ZBkdY,797
|
|
126
128
|
udata/core/organization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
129
|
udata/core/organization/activities.py,sha256=fOBujmduVoTxJph2C6Z4qHeQHOaJT9IsZooEDCWC4BA,1140
|
|
128
|
-
udata/core/organization/api.py,sha256=
|
|
129
|
-
udata/core/organization/api_fields.py,sha256=
|
|
130
|
+
udata/core/organization/api.py,sha256=kqcjsus3Mnso5dxnMACYIDWhSuXBTCVgYctFa7rhgT8,17451
|
|
131
|
+
udata/core/organization/api_fields.py,sha256=5NEePyZ515DqpDVHf1HWQJhUXsb8H74LVywlAC5_I44,5400
|
|
130
132
|
udata/core/organization/apiv2.py,sha256=VAU_y9Zz-VhBgS-LWVbGOEZdSt3b44nZd5bzTV2wU8g,3206
|
|
131
133
|
udata/core/organization/commands.py,sha256=FaSYxyWfQDR5tWvrAXmwcF2VMREOC13XTK8DD4vp_sY,1623
|
|
134
|
+
udata/core/organization/constants.py,sha256=XGVnItrJTG0hcVKRK5sPmx44KHC9r_EKtj_y0MmBt0o,563
|
|
132
135
|
udata/core/organization/csv.py,sha256=x0afMfhWYvx_karwuw5jXqBhMbzkrsiEuAq1wTVurZI,1491
|
|
133
136
|
udata/core/organization/factories.py,sha256=5BABVcDhEChRhJsDfCDm8WyJG4l9j3H1_OFZa3VtlVs,646
|
|
134
|
-
udata/core/organization/forms.py,sha256=
|
|
137
|
+
udata/core/organization/forms.py,sha256=JXXv4tQGbIbICti7RXLVZdnc6VujATmLhDrHIsFxBME,3550
|
|
135
138
|
udata/core/organization/metrics.py,sha256=nQiRscXRgpuzpfg5nNE6-kyJqk36KdRXKD_G5MmiJok,750
|
|
136
|
-
udata/core/organization/models.py,sha256=
|
|
139
|
+
udata/core/organization/models.py,sha256=Y7iFRQY6m87nKZNUMK9qsZJXZ6xzA6t2q_YxAm8K7Dg,8315
|
|
137
140
|
udata/core/organization/notifications.py,sha256=j-2LIHZ5y5QuVietWAWOrAqf4v1HMCtSDZ0w7V-z_1c,763
|
|
138
141
|
udata/core/organization/permissions.py,sha256=cNIPiPgXVW2hvKqbuKHA_62tX2xaT8jiVJ3BEfnsHn0,1299
|
|
139
142
|
udata/core/organization/rdf.py,sha256=ZSoxyZDj_5g6hv7lbTIy6bIW3xwvQy27rWNgJwtZ6LE,1762
|
|
140
143
|
udata/core/organization/search.py,sha256=8DdHqKv6jmLibfts667BoUjc0YrmnM8V4lBJnyRIaE0,2127
|
|
141
144
|
udata/core/organization/signals.py,sha256=dm2fVzwX3TZV_c5qDx61glcWKgb7TSx2JaaMfBG0Q6o,488
|
|
142
|
-
udata/core/organization/tasks.py,sha256=
|
|
145
|
+
udata/core/organization/tasks.py,sha256=UKW1dDNUxuLPPwruayYujJJTcgfPx7PFfqW6i9wQxYE,5788
|
|
143
146
|
udata/core/post/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
144
147
|
udata/core/post/api.py,sha256=eH9dw8u7_Tx6FP19Dvv91nyRGHSWKPR1pTzSkVXIeA4,5369
|
|
148
|
+
udata/core/post/constants.py,sha256=ibocNUJ1s1mw88QCrKz8n1DSkOBnWuSqo7Y5-Yd75kg,196
|
|
145
149
|
udata/core/post/factories.py,sha256=0aXYbf11Rl0KJyntNE0LjPaUnpvr4YqvqdTPfvGlyvM,619
|
|
146
|
-
udata/core/post/forms.py,sha256=
|
|
147
|
-
udata/core/post/models.py,sha256=
|
|
150
|
+
udata/core/post/forms.py,sha256=ff1efEcFkPRVMWA9YtvCAx0Msy69I7P34WgZsh_jK1E,968
|
|
151
|
+
udata/core/post/models.py,sha256=KYx3PiheMYk8z-LqkfJ80hewrYK7lDpGMa1uUP00Ats,1909
|
|
148
152
|
udata/core/post/permissions.py,sha256=uofU0TehhOGYyUoRXf3wuy816_D3xwMmaJbDvV336sw,83
|
|
149
153
|
udata/core/post/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
150
154
|
udata/core/post/tests/test_api.py,sha256=LSJQQDUtUVdpwZNpnJaX3yNQYyjkjTTyO7mHnR5DR_I,3948
|
|
151
155
|
udata/core/reuse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
152
156
|
udata/core/reuse/activities.py,sha256=rdl_CR3RJPBMonsHYmPnPVDvCYozNdXN2H1ILrTItNQ,1417
|
|
153
|
-
udata/core/reuse/api.py,sha256=
|
|
154
|
-
udata/core/reuse/api_fields.py,sha256=
|
|
157
|
+
udata/core/reuse/api.py,sha256=5z5tH7debD_rMmineB-fQ-lNKpZySA5u7TL7dd5hlag,10209
|
|
158
|
+
udata/core/reuse/api_fields.py,sha256=NF0bSKWepyNzzKtG2MibflZrqNwf1FPtNqjpbTSAONY,4868
|
|
155
159
|
udata/core/reuse/apiv2.py,sha256=Op4f6pSMdUuLcCwNadojJfHfU6UYohrzSxlJbRn3wHc,824
|
|
160
|
+
udata/core/reuse/constants.py,sha256=pbCR1xX9v4tdewlOx8bgNmy1-5V9OXIbpNjJivnQ--A,1215
|
|
156
161
|
udata/core/reuse/csv.py,sha256=k-syWGC7hJnqfaOtPRFFn8P8skCDcrnMWNWbJ3fUyXo,727
|
|
157
|
-
udata/core/reuse/factories.py,sha256=
|
|
158
|
-
udata/core/reuse/forms.py,sha256=
|
|
162
|
+
udata/core/reuse/factories.py,sha256=lTABDzgyxDhgTQhjsJb54B0TtTyu2uXlcN_1fU29G_8,862
|
|
163
|
+
udata/core/reuse/forms.py,sha256=UI3dYNgx9r9QxN-f2voxIXE_Dsx7lpLxuOsmc0VtXj4,1805
|
|
159
164
|
udata/core/reuse/metrics.py,sha256=uh0CxErJ8OxrQvajCSfKvQRbhB9rXKzTZ1AhyEMQvP0,161
|
|
160
|
-
udata/core/reuse/models.py,sha256=
|
|
165
|
+
udata/core/reuse/models.py,sha256=qBbvgxPiLhgizpJ5XVFCixWjRub3NY_sg3WsQehTZZ0,5861
|
|
161
166
|
udata/core/reuse/permissions.py,sha256=-7lq32HuhIswR-yGv3Mp02cuEdG0YNam4VB2OnZZVEs,560
|
|
162
167
|
udata/core/reuse/search.py,sha256=I3FX-9YP_cEqw5GFwFv2iqLZExeaQXsak13RMSCN7t8,2886
|
|
163
168
|
udata/core/reuse/signals.py,sha256=2vv668u8miJ9t6H-FwRgXcWwsYMQem3oLNXp36rKtno,155
|
|
@@ -169,24 +174,26 @@ udata/core/site/forms.py,sha256=lPnxm0MDhK7_ORzPgJLcCAPMj59hDrJ80gwRSW-jtIo,469
|
|
|
169
174
|
udata/core/site/models.py,sha256=96IZHtPaMio7VMNCdP1Km_SL1GlMErwBuDqgUXfzKVY,5981
|
|
170
175
|
udata/core/site/rdf.py,sha256=ONKksnuZTFH9Hdd6BE42a1769zJynna68rG-M30PAZQ,1858
|
|
171
176
|
udata/core/spam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
172
|
-
udata/core/spam/api.py,sha256=
|
|
173
|
-
udata/core/spam/
|
|
174
|
-
udata/core/spam/
|
|
177
|
+
udata/core/spam/api.py,sha256=8tVRPorw56kxgN64kme5nLkUfh8Gai9QyqT8aNQn9Xo,1674
|
|
178
|
+
udata/core/spam/constants.py,sha256=M-wvYlcFnpUDortccIKFHWZ45vbNuMPWSvqKm2itn4w,143
|
|
179
|
+
udata/core/spam/fields.py,sha256=ppazY9bGnz7mujmDndbxG3pPG_1HDUJCbIufxyD1UNQ,310
|
|
180
|
+
udata/core/spam/models.py,sha256=4ylTXJ0EbjvwlPUTCwTMDERe26fCqLjAstuvt2EwGN0,7968
|
|
175
181
|
udata/core/spam/signals.py,sha256=4VVLyC2I39LFAot4P56nHzY0xumjMBDz_N0Ff_kgBd0,159
|
|
176
182
|
udata/core/spam/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
|
-
udata/core/spam/tests/test_spam.py,sha256=
|
|
183
|
+
udata/core/spam/tests/test_spam.py,sha256=W1Ck_rsnURhFi0fy5xOO0CPpW9MuUFbr-NmPZdk5R4Q,676
|
|
178
184
|
udata/core/spatial/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
179
185
|
udata/core/spatial/api.py,sha256=tlApg3JpqbO6CwEwp1LzZ1hyPQreVEgF3H5yrcAPE74,5848
|
|
180
186
|
udata/core/spatial/api_fields.py,sha256=ymGK3FyE2KNlASOU5GiPgZGeBjjOqnOyCOcRCbuw3D8,2629
|
|
181
187
|
udata/core/spatial/commands.py,sha256=qdJ4mUg3NUTrGx6L5MKPh1usvxmeCn8xMCZNGKyjWYE,6914
|
|
188
|
+
udata/core/spatial/constants.py,sha256=u_4OwAAVYqT0VX6nw_Hc4wIRUPcYww19EFJcnWuMZNo,146
|
|
182
189
|
udata/core/spatial/factories.py,sha256=GxUU8nRtSoGPw2m3Q-al0PYps2oSnlqC-bM7Eeu14rk,3288
|
|
183
190
|
udata/core/spatial/forms.py,sha256=tXlYKge5Rc8L8pOjfUo1-9howgVJZDAh7q8xTIlbBww,3218
|
|
184
191
|
udata/core/spatial/geoids.py,sha256=UqCto4dtQYPXOxyG7sx_0npzM6yvId40ngw3eAlmioQ,1159
|
|
185
|
-
udata/core/spatial/models.py,sha256=
|
|
192
|
+
udata/core/spatial/models.py,sha256=8yvjj6SjQcBqPVfmBdRzQRHi9RZNTqdENYzkjlAeSN8,5021
|
|
186
193
|
udata/core/spatial/translations.py,sha256=7BjZAMPObm1fwM5U_wnrlpcG-1FtMoS6Z5E3h3Y3sog,533
|
|
187
194
|
udata/core/spatial/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
188
195
|
udata/core/spatial/tests/test_api.py,sha256=BySPgLpHvWs3vBIX2_7vJkuqfrFBIsTHtdg6PXOsE_U,10171
|
|
189
|
-
udata/core/spatial/tests/test_fields.py,sha256=
|
|
196
|
+
udata/core/spatial/tests/test_fields.py,sha256=23MBhrkGhYkQtWcRbj8TsPsUPT5QWhR-C9sohEKpQrU,9744
|
|
190
197
|
udata/core/spatial/tests/test_geoid.py,sha256=ovVphCxHb5a-iWl7eoLASRAFUY0CGfNEq-MuqHqTPgE,1533
|
|
191
198
|
udata/core/spatial/tests/test_models.py,sha256=SZx3NhngXWgVon5BKtP0pPPEdvxGTvHQlYFE-fewzTU,951
|
|
192
199
|
udata/core/storages/__init__.py,sha256=f_41HjVu_4j4JR5LASQd8En9VkqFEDzBgTD3cQqkSqs,1210
|
|
@@ -197,7 +204,7 @@ udata/core/storages/views.py,sha256=kADmUH8PPnmhWFVWlhlSrOkhjZ9JCP0RCj0Ohre6PVk,
|
|
|
197
204
|
udata/core/tags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
198
205
|
udata/core/tags/api.py,sha256=27aSFH1ZBZKLzeeM5GeNSMsW3-PEiOW3IEtTZyFlabw,867
|
|
199
206
|
udata/core/tags/csv.py,sha256=LnNLKvptaD9BnvjHbd8rjzVy7TDFIW_gWEO5svbh-LQ,294
|
|
200
|
-
udata/core/tags/models.py,sha256=
|
|
207
|
+
udata/core/tags/models.py,sha256=JjvsjQHCGT4szkiNjvMOsyV2hV-ZRSxfRKyhcFdzfaQ,529
|
|
201
208
|
udata/core/tags/tasks.py,sha256=BXBJF45t2DmbWsNgLYkuUC9vBGqJ_Dftye5SmHEOttk,1055
|
|
202
209
|
udata/core/tags/views.py,sha256=BoBktrbx0tqkIu3yYLj_XJjB7ZHu_tq5vfEBrh0MUwI,384
|
|
203
210
|
udata/core/topic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -211,12 +218,13 @@ udata/core/topic/permissions.py,sha256=RtFPPlxuU_Bv7ip6LDO4AoPrKFnIOEs9cCMXaSSmE
|
|
|
211
218
|
udata/core/user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
212
219
|
udata/core/user/activities.py,sha256=AMRbYgum8uJXAS3L-ddQN-xKtKRvsmesDZ0ItBY_jS0,2799
|
|
213
220
|
udata/core/user/api.py,sha256=QQmTsUfm_RB698xkRPSSZduGPtvMM1WKGzupdUICFw4,12738
|
|
214
|
-
udata/core/user/api_fields.py,sha256=
|
|
221
|
+
udata/core/user/api_fields.py,sha256=aWw-vaLy5KqE8vr6HtWzoAbzHI8aoi9BV-m-oY7FJfo,5052
|
|
215
222
|
udata/core/user/commands.py,sha256=DlNBFaojhhPHH4kZazp0NMwYWnzPZXBba_vqH-cfR1U,3156
|
|
223
|
+
udata/core/user/constants.py,sha256=aTluhTR2RGZ_cdG7-mkEoT5Ndbg8BNUwwzCOld0aLMY,77
|
|
216
224
|
udata/core/user/factories.py,sha256=JiY-AghapelwhAVAExiUEHS1odyIu4PppWuhtZnkjBY,790
|
|
217
|
-
udata/core/user/forms.py,sha256=
|
|
225
|
+
udata/core/user/forms.py,sha256=XKhZFiXtTp_o0J4feLI2RQAjsmrf2CsyRQJ8n_gFVVg,992
|
|
218
226
|
udata/core/user/metrics.py,sha256=sHw76gkprLp0oKWJf1uQqShBbgC43lZm7A5OSCuueAw,895
|
|
219
|
-
udata/core/user/models.py,sha256=
|
|
227
|
+
udata/core/user/models.py,sha256=VTIdPE4yROvcIUFpEd6GH0IA_v36pACWqFo3i1Ko-YM,9503
|
|
220
228
|
udata/core/user/permissions.py,sha256=unBqNHcTAFYpN_kn0FTDLOYMPyWVeOvW7TQyeJkUI-M,436
|
|
221
229
|
udata/core/user/rdf.py,sha256=pE0ISNBgQ3AnbtuzCE91XQmi5Cq_S0cMehbaqZFww7Q,867
|
|
222
230
|
udata/core/user/tasks.py,sha256=drBhjauaydPcZb7y4ton6PhlXd5rmmZe5EbPWCzELkA,317
|
|
@@ -239,7 +247,7 @@ udata/features/transfer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
239
247
|
udata/features/transfer/actions.py,sha256=E2LMndyhwzVrf8Z4bYUcOdXKKlUNZfWRZFelZdmaDDA,1776
|
|
240
248
|
udata/features/transfer/api.py,sha256=S2X9-pLPbR6aIicYSJopQ_GtB7PMfN2raT0BD32VInI,4798
|
|
241
249
|
udata/features/transfer/factories.py,sha256=E05PcdE0EclvUiiC98zl9TyVKRUOw2IOWU0U25PmztY,207
|
|
242
|
-
udata/features/transfer/models.py,sha256=
|
|
250
|
+
udata/features/transfer/models.py,sha256=oItut3YeNJB2Nx_XJ_UBilB0LQF5pZil2Tp6TsGpw5w,922
|
|
243
251
|
udata/features/transfer/notifications.py,sha256=oh_uP0XlEEeT7747A292WkjAjAyO4d0YK28oBICN24Y,1003
|
|
244
252
|
udata/features/transfer/permissions.py,sha256=-iEgQkIfLYDGarhDVp3TMas4ABl_Pc4KJTSP8pcewws,953
|
|
245
253
|
udata/forms/__init__.py,sha256=ZxakXdJMwsM_YFT96Z2X24J5YpbpnP_VZ_VEh15gK3w,820
|
|
@@ -247,7 +255,7 @@ udata/forms/fields.py,sha256=WTCAc4KVPS6EanpUPuan_reDM9gwx4K2wdvJBxu_pTY,29129
|
|
|
247
255
|
udata/forms/validators.py,sha256=EqCJloDOR3BonrR34N_ZaMGBXr0iuliDc82khc98e20,2816
|
|
248
256
|
udata/forms/widgets.py,sha256=P-D3uYfNH5OhAa-SqNoXROg_DuDlnpv_DaO_e4LcJ5I,1380
|
|
249
257
|
udata/frontend/__init__.py,sha256=Xc71TI6a8b_QR_wqEOc1tty2y1CwHVbV4tS04nElme0,3494
|
|
250
|
-
udata/frontend/csv.py,sha256=
|
|
258
|
+
udata/frontend/csv.py,sha256=SDV8GMhNpHyE9NYy9cfHulsFUzwclfc7roWAAm-PZ9M,8257
|
|
251
259
|
udata/frontend/markdown.py,sha256=41bOiU6AKng4U-5v3otBed3dyCu63NI9fnznUQThbIk,4377
|
|
252
260
|
udata/harvest/__init__.py,sha256=C4y5w4vGb_F9Opy62lzV3eHo4DkNyRgPCq-wsarPXiQ,28
|
|
253
261
|
udata/harvest/actions.py,sha256=6f9bkIITLHes0vGU-yioRGfFOghAS3nXThXEVKaHFpA,10082
|
|
@@ -297,7 +305,7 @@ udata/linkchecker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
297
305
|
udata/linkchecker/backends.py,sha256=Ga0QX7aDLTOmWnhah6_qlmecybCkQk1WaZ60Muf6yVk,1116
|
|
298
306
|
udata/linkchecker/checker.py,sha256=YU3CBAIy-Cnd03k0PCwoMxN0lgLx8mHZVeOsaoZV_cI,2899
|
|
299
307
|
udata/linkchecker/commands.py,sha256=sge1zYzbaheAtCV2HFEi0GKc8QLzjKQpd3hVkk8FdQY,469
|
|
300
|
-
udata/linkchecker/models.py,sha256
|
|
308
|
+
udata/linkchecker/models.py,sha256=gnTiSZ1VZLga3fH3PR-ayhBlFTvBta7n8lweSh4sUP4,423
|
|
301
309
|
udata/linkchecker/tasks.py,sha256=u4cvUXOVvnyIMdvA6nfd-1UpQPLpAujmZxAFyJzNwxI,1955
|
|
302
310
|
udata/migrations/2020-07-24-remove-s-from-scope-oauth.py,sha256=7jCWv_tycQFL3LUd-29FWm0PyIGTUvIXtbMBe_RWl-k,664
|
|
303
311
|
udata/migrations/2020-08-24-add-fs-filename.py,sha256=yHKU5l704gWmMYjlBO-ODQ7ahgaJCPfLULs8AS7Emnk,1818
|
|
@@ -321,20 +329,22 @@ udata/migrations/2023-02-08-rename-internal-dates.py,sha256=AYewRwdVCfHsJ5APbhQW
|
|
|
321
329
|
udata/migrations/2024-01-29-fix-reuse-and-dataset-with-private-None.py,sha256=173Zf67G-oJgLwXeQUpzoCzcpAOu1ifcLb4eUMJ9nfU,590
|
|
322
330
|
udata/migrations/2024-03-22-migrate-activity-kwargs-to-extras.py,sha256=n5-udd1IdaD-e3q5cZx9nC4uMUSyJyT1TkI6I4gFgh0,400
|
|
323
331
|
udata/migrations/__init__.py,sha256=3YP8ppVG5Jx_u6fWJ099X6m3JDYsbd_wetpu4arl6_U,10882
|
|
324
|
-
udata/models/__init__.py,sha256=
|
|
325
|
-
udata/
|
|
326
|
-
udata/
|
|
327
|
-
udata/
|
|
328
|
-
udata/
|
|
329
|
-
udata/
|
|
330
|
-
udata/
|
|
331
|
-
udata/
|
|
332
|
-
udata/
|
|
333
|
-
udata/
|
|
334
|
-
udata/
|
|
332
|
+
udata/models/__init__.py,sha256=ObDl28eHct3v0sBKoP58drXbIhys7q31w5pjvD2iTXk,1472
|
|
333
|
+
udata/mongo/__init__.py,sha256=_ubmmhJuo6_fpuoMPEAat9Pv-5K_8rDbUuXmhe62zvU,1419
|
|
334
|
+
udata/mongo/badges_field.py,sha256=NnHA6OT40UysQzO3qnxiDNLR-SCj19KlqD1c-p1DP2Q,984
|
|
335
|
+
udata/mongo/datetime_fields.py,sha256=f3Q4LYa9pKRdB2W2yZVFIuIqd7_ELim1djr6xjPhEZg,1932
|
|
336
|
+
udata/mongo/document.py,sha256=fqqzrj3Q85iYDJ3biwU-Dv_QJqS31IBf_TGqvppCSz4,1200
|
|
337
|
+
udata/mongo/engine.py,sha256=zfV5XLpRcK3ri6unRCshDe1k8lnZ_ETyNztPNVKEbJs,2662
|
|
338
|
+
udata/mongo/extras_fields.py,sha256=OQD-V2h2I9mrL7nP2YPx3QtsDt4TDZYxxjKEQNe5kug,3961
|
|
339
|
+
udata/mongo/owned.py,sha256=LToJQ6UsC65QPXYEbHbPi8U0AmH55tNDqpKIAWZqAz4,2707
|
|
340
|
+
udata/mongo/queryset.py,sha256=2EH9BikDbQXkUsL9c0SotZKYAwkWXUTlk1fi9aJlX8Q,3118
|
|
341
|
+
udata/mongo/slug_fields.py,sha256=WOHfj1I7kIRxtEBYR83IirqLLhVX2WwqZQ0pKMODEmQ,6423
|
|
342
|
+
udata/mongo/taglist_field.py,sha256=R7C2wpRdeDP_gyYs5r5JjTz7tNm4jrrT9h6dv_pdcfw,551
|
|
343
|
+
udata/mongo/url_field.py,sha256=a7FEaDpZKbox8OVfLl4dYno1DFmvxUvHmhzUK2ekSfM,1361
|
|
344
|
+
udata/mongo/uuid_fields.py,sha256=6OUr6yFtoFK5lUZPTjQPF5qSsiP7D79z3DNOffGPCo4,481
|
|
335
345
|
udata/notifications/__init__.py,sha256=cM-wpmzBESXhdac_SNjRIHcexJK8eknmB4MR8L7K3v0,51
|
|
336
346
|
udata/notifications/mattermost.py,sha256=WAmhG86u2ppQyQ8LPGpWyjPmnhrIrJm-kf_bD-8IjwM,782
|
|
337
|
-
udata/search/__init__.py,sha256=
|
|
347
|
+
udata/search/__init__.py,sha256=2P_r5aVSaKz34JUOJUqiuqBZ1K7MmDvoazMQ6xB13X4,3974
|
|
338
348
|
udata/search/adapter.py,sha256=ggtr-_BaO1M40CGKnkAgy2XFNPX57ONusoC4UqJa8bE,2264
|
|
339
349
|
udata/search/commands.py,sha256=UvxfSTmWj1Je72dE25TpmBhn6KPpDm-PlQlsfi0cc10,5577
|
|
340
350
|
udata/search/fields.py,sha256=_bT_AcIOmuJEhnnatScRsPYNWsK_ZWpl2yT8ZnK7-dc,1843
|
|
@@ -548,7 +558,7 @@ udata/tests/__init__.py,sha256=BezijRRI6dPPiEWWjLsJFLrhhfsTZgcctcxhVfp4j70,2332
|
|
|
548
558
|
udata/tests/es-fake-result.json,sha256=z0CX9Gs-NRj49dmtdFvw8ZKsAbMhDt97Na6JX3ucX34,3155
|
|
549
559
|
udata/tests/helpers.py,sha256=aaifyevJ1Z8CZ8htRrl8OCG5hGcaHfj0lL8iMEKds9w,6022
|
|
550
560
|
udata/tests/models.py,sha256=_V0smMb1Z6p3aZv6PorzNN-HiNt_B46Ox1fqXrTJEqk,238
|
|
551
|
-
udata/tests/plugin.py,sha256=
|
|
561
|
+
udata/tests/plugin.py,sha256=puoSIbE5vL6eum0YAeGhE2ARwxWstC6ua-rXJC9Z5fI,11044
|
|
552
562
|
udata/tests/schemas.json,sha256=ZRHijbvYaQBrKuTJzCY5ZeQXdIdaZkv3fo7VMbDjsNg,3483
|
|
553
563
|
udata/tests/test_activity.py,sha256=spWfhueuLze0kD-pAnegiL3_Kv5io155jQuFI4sjN7I,3258
|
|
554
564
|
udata/tests/test_discussions.py,sha256=zPvKOdcTNGXrvHFp9zqjhKE2fqgUkhb_1F98egXYCL0,31036
|
|
@@ -556,11 +566,11 @@ udata/tests/test_i18n.py,sha256=BU9E7OoIkJw5tv5JYGLjDGBDsti2HuQ_3OWDKnBxnaM,3191
|
|
|
556
566
|
udata/tests/test_linkchecker.py,sha256=KxV1-PuuuqogkHf3jP6JhRsc2QG2dFmFB-vSHOiHkuU,10374
|
|
557
567
|
udata/tests/test_mail.py,sha256=LK_fOBbFoqbwdaIEXO9XyGPzxY9nrT9FjyD_dlglUdQ,1643
|
|
558
568
|
udata/tests/test_migrations.py,sha256=IG2o13B3sgkfg3PAqrbOTkS2iqGubNxa_JD-LHL9zxc,15317
|
|
559
|
-
udata/tests/test_model.py,sha256=
|
|
569
|
+
udata/tests/test_model.py,sha256=DoJxj5E_jmWMWQXS44XsZ0Fza3ymSQC5yWnekjMXjGs,20287
|
|
560
570
|
udata/tests/test_notifications.py,sha256=El5i56LCn0PwJc1PYx7g8onUk2i47dfjlcdMohCXGAQ,2333
|
|
561
|
-
udata/tests/test_owned.py,sha256=
|
|
571
|
+
udata/tests/test_owned.py,sha256=JNkJswesmlx2qvrTBX6YNZx1wzxBxM2i8TIqrTYWH0A,5621
|
|
562
572
|
udata/tests/test_rdf.py,sha256=osRAX9U9v5Hm3Tar-FqKUe7wCuTx4jHI7sYJxJVIhaQ,2813
|
|
563
|
-
udata/tests/test_routing.py,sha256=
|
|
573
|
+
udata/tests/test_routing.py,sha256=zoPmmiEakFRK32ZHWKC6N1FOzwsS3x65-Iw4nhw2FYM,10039
|
|
564
574
|
udata/tests/test_storages.py,sha256=V1yaaa2z_cJuy5tIP9uBPeUZxYXqccpYZ_bMVOUQ0c0,9329
|
|
565
575
|
udata/tests/test_tags.py,sha256=zd-w9rZ_Iaj6Z2S1diCWzNrEtOSuBGakTHhD_pIUE1o,3754
|
|
566
576
|
udata/tests/test_topics.py,sha256=r7Y0BW0Z5obld9ASs2Ck9AhykgBtmMedZmL2Bfz_rDw,1323
|
|
@@ -571,12 +581,12 @@ udata/tests/api/__init__.py,sha256=Tz_WigHLDlnJNKOKzEAnJswkKiLtHlIpCE54-wgocgM,9
|
|
|
571
581
|
udata/tests/api/test_auth_api.py,sha256=3Zhn2A29poZIcCJ_R9_-LkR3xOFUTw1aTquiZVXQ2F0,20306
|
|
572
582
|
udata/tests/api/test_base_api.py,sha256=DRX5nuFIj51GFmMIAxUzoW1yiq1apNgr1vS4U4agzeg,2319
|
|
573
583
|
udata/tests/api/test_contact_points.py,sha256=MJm8B06iaUqIZCqxll3NViFwUCxwqZZ4u9e9s1h8MgU,1056
|
|
574
|
-
udata/tests/api/test_datasets_api.py,sha256=
|
|
584
|
+
udata/tests/api/test_datasets_api.py,sha256=X4Mp4HZJ6CNkmsl49piIHY4ZpZZht18faC3ReoqakGc,81190
|
|
575
585
|
udata/tests/api/test_fields.py,sha256=OW85Z5MES5HeWOpapeem8OvR1cIcrqW-xMWpdZO4LZ8,1033
|
|
576
586
|
udata/tests/api/test_follow_api.py,sha256=0h54P_Dfbo07u6tg0Rbai1WWgWb19ZLN2HGv4oLCWfg,3383
|
|
577
587
|
udata/tests/api/test_me_api.py,sha256=8OthqVYQKZrFoGuJ7zAvoLJx1IclPNzPdD5Tnzmh3rM,14163
|
|
578
588
|
udata/tests/api/test_organizations_api.py,sha256=HxeTqP14wlWGaQt4fpQljuRy98HWnmL1QelcxbJDmV0,32704
|
|
579
|
-
udata/tests/api/test_reuses_api.py,sha256=
|
|
589
|
+
udata/tests/api/test_reuses_api.py,sha256=GSoZ6SBRdMg6o0xKSQWtCSfvzqz_vZxERU567Rq1_GY,17009
|
|
580
590
|
udata/tests/api/test_swagger.py,sha256=tLg452rCD5Q0AgFXOVZKMM6jGiWwC5diX5PxbdYni0o,760
|
|
581
591
|
udata/tests/api/test_tags_api.py,sha256=xSIx_x5gqKz6BJCXKEsTqA_CR4BF1nG5NxEyfp9dy0o,2579
|
|
582
592
|
udata/tests/api/test_topics_api.py,sha256=RItjoO7g2o2BZ34cOHJvPoSus_jIe-AYHFrX_iaHQ4o,9322
|
|
@@ -596,8 +606,8 @@ udata/tests/dataset/test_csv_adapter.py,sha256=2r5z4FuqG9pWgUyfDUw8afQYK5nIKE8XX
|
|
|
596
606
|
udata/tests/dataset/test_dataset_actions.py,sha256=4_0F_TCSCfHpzqDt659c8hG4GpkWjVtmT4bAPgmE4B8,723
|
|
597
607
|
udata/tests/dataset/test_dataset_commands.py,sha256=TAgVdimIcBVmcSNKXKXbhmCGYRo8Keh_InBNiS6UlkM,802
|
|
598
608
|
udata/tests/dataset/test_dataset_events.py,sha256=zt6F4j_vOBfMxDW6vBVQ5PGwr0d4s6LGw0cGkt9BlvI,2835
|
|
599
|
-
udata/tests/dataset/test_dataset_model.py,sha256=
|
|
600
|
-
udata/tests/dataset/test_dataset_rdf.py,sha256=
|
|
609
|
+
udata/tests/dataset/test_dataset_model.py,sha256=Mgq_qFh7pY8QFDke9HWezXTO6dqjd8qoRI8i01Qan-o,29769
|
|
610
|
+
udata/tests/dataset/test_dataset_rdf.py,sha256=2Wt4TQsJcH4w1CAFSW8H2O40Fh8hO--r3H9eSC89z7o,29388
|
|
601
611
|
udata/tests/dataset/test_dataset_tasks.py,sha256=BN5qcvq6753WcpPOZd7vL1iIEW36ZBZrb2Lszb4eWEM,2283
|
|
602
612
|
udata/tests/dataset/test_resource_preview.py,sha256=q1C9W9dO3nLWaR3-hpUOPYW17hCmQ3raty9Bl4FX3hg,3947
|
|
603
613
|
udata/tests/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -605,23 +615,23 @@ udata/tests/features/territories/__init__.py,sha256=tRlFbldRkomeqjYi_QdfDOfvuC12
|
|
|
605
615
|
udata/tests/features/territories/commands.py,sha256=LMestg7oCC52GSHmrpD4l10MRgquLnS_TsjPzy72enQ,240
|
|
606
616
|
udata/tests/features/territories/test_territories_api.py,sha256=OJ6MIcrc0Ttiw0a0jE9etKX1IN3SAP2kp4juQF0Yo6c,7888
|
|
607
617
|
udata/tests/forms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
608
|
-
udata/tests/forms/test_basic_fields.py,sha256=
|
|
618
|
+
udata/tests/forms/test_basic_fields.py,sha256=r76-GROpiHyrhYJH5Olr58A441hRbg93f35Dl7jxbpc,2096
|
|
609
619
|
udata/tests/forms/test_current_user_field.py,sha256=RiXw_Rj56qJHnafPyjcNGq8CIRsp395wxRkWax-fei0,6763
|
|
610
|
-
udata/tests/forms/test_daterange_field.py,sha256=
|
|
611
|
-
udata/tests/forms/test_dict_field.py,sha256=
|
|
612
|
-
udata/tests/forms/test_extras_fields.py,sha256=
|
|
613
|
-
udata/tests/forms/test_form_field.py,sha256=
|
|
614
|
-
udata/tests/forms/test_image_field.py,sha256=
|
|
615
|
-
udata/tests/forms/test_model_field.py,sha256=
|
|
616
|
-
udata/tests/forms/test_model_list_field.py,sha256=
|
|
617
|
-
udata/tests/forms/test_nested_model_list_field.py,sha256=
|
|
620
|
+
udata/tests/forms/test_daterange_field.py,sha256=HZklcuJCsb6diZ3-7bf2GxMVb2BsRSE8dstQaE1sXCI,3800
|
|
621
|
+
udata/tests/forms/test_dict_field.py,sha256=9G05rUOYSFteHz_fQcyKmzSIENAx48E2e4cw4AYG1D8,1644
|
|
622
|
+
udata/tests/forms/test_extras_fields.py,sha256=DbL4itUiUX-VxBt9gLY2XO4htjAJ5ULqf35xDJW1y1Y,4463
|
|
623
|
+
udata/tests/forms/test_form_field.py,sha256=wzGhYXMQNcUX2d-3ritEaOISyrfdtIZqoEhwfQNGKv4,3606
|
|
624
|
+
udata/tests/forms/test_image_field.py,sha256=tcDkunJYkGXxSDQVSu9BXhaWCeDEWpcMImsudthuVuA,3483
|
|
625
|
+
udata/tests/forms/test_model_field.py,sha256=bNJK8Z94CCZ1wMwMQKcEA3syoMQKmPbCx1oPt-iaPwg,9403
|
|
626
|
+
udata/tests/forms/test_model_list_field.py,sha256=m4NXlssAZhG-OJF1ljWqJsWmuby9hL6PbtJ3BQDWcrE,3570
|
|
627
|
+
udata/tests/forms/test_nested_model_list_field.py,sha256=ECOm864hdvo6et5aSclOUe16AUo0-pX3tVXp2BNnlFg,9662
|
|
618
628
|
udata/tests/forms/test_publish_as_field.py,sha256=OqLLRdK8XDvlCixahWbEWGaOxGfYeaZXi8LALJWaFt0,11817
|
|
619
|
-
udata/tests/forms/test_reference_field.py,sha256=
|
|
629
|
+
udata/tests/forms/test_reference_field.py,sha256=CHRxrgf1se286YZIxPP7QqO-29802Rk-yo9rXaZzJos,6524
|
|
620
630
|
udata/tests/forms/test_user_forms.py,sha256=3JJAUWdLn1-oij2AoD_PeJuJHDKbMQTKgBmkoPvBy84,944
|
|
621
|
-
udata/tests/forms/test_uuid_field.py,sha256
|
|
631
|
+
udata/tests/forms/test_uuid_field.py,sha256=-Amb-yzf_QVDs7iJgjlJkmE1Ng8p-XWo9o3ggT6cKhA,1832
|
|
622
632
|
udata/tests/frontend/__init__.py,sha256=nv8LXpGd2y4yi7kLEbhsJMEmtkUs8QMcriMCXQoxwtA,793
|
|
623
633
|
udata/tests/frontend/test_auth.py,sha256=5jPBmzdxEy_1NCuCmbK1D3ax656DQ6fGYwdixpGQ71c,995
|
|
624
|
-
udata/tests/frontend/test_csv.py,sha256=
|
|
634
|
+
udata/tests/frontend/test_csv.py,sha256=Sxub7sfItDsT7chUxEsIDj9sdK2eCJwuFPdx1-u9oVI,11943
|
|
625
635
|
udata/tests/frontend/test_hooks.py,sha256=ZTIHWjtqzBXNQK-5EH4zmqLeBBX0S617i4A_dnO3xIw,4077
|
|
626
636
|
udata/tests/frontend/test_markdown.py,sha256=KHh0rFfWHqzes0qvLPPFc7uV_IPSS7ymVsQeVpjpPA4,12689
|
|
627
637
|
udata/tests/organization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -633,13 +643,13 @@ udata/tests/organization/test_organization_tasks.py,sha256=GZMqwJa8gZj1EiQjm6z-O
|
|
|
633
643
|
udata/tests/reuse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
634
644
|
udata/tests/reuse/test_reuse_model.py,sha256=HWa4_8c3zI-7BMJ3dH_x9Yj7p2sSRCVyT1uyYD0_9Qo,3709
|
|
635
645
|
udata/tests/reuse/test_reuse_task.py,sha256=_aGLPhvFunsNv7_tV8UmLT0obxDegxurchiZ0N_trbs,1396
|
|
636
|
-
udata/tests/search/__init__.py,sha256=
|
|
646
|
+
udata/tests/search/__init__.py,sha256=chVakmBqfB3JXL10vlIZp50Rj-zEdnQLuTVqqGSPxs4,1494
|
|
637
647
|
udata/tests/search/test_adapter.py,sha256=RpQo3tjaV3G2tnLw1vxRWhSZzOqIb-RM0s4U0oN9fEI,7091
|
|
638
648
|
udata/tests/search/test_query.py,sha256=wtgC4rkaxe8vIaWOcANZ1yFFkEKTdNHj2yiTaYI-R-M,1406
|
|
639
649
|
udata/tests/search/test_results.py,sha256=yjeqxNKVbjMxxvUsZb7csfU3wsV_YNjBDnfYRw5QN-s,1998
|
|
640
650
|
udata/tests/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
641
651
|
udata/tests/site/test_site_api.py,sha256=XIjRH-iiwKdwmX145bQflxOatfIChi5RLikIMwJSbjQ,2276
|
|
642
|
-
udata/tests/site/test_site_metrics.py,sha256=
|
|
652
|
+
udata/tests/site/test_site_metrics.py,sha256=Sn9dQORwe-fvoyA7ZAnF63Cq5CwUGq1myH8Xe0EtfDA,2263
|
|
643
653
|
udata/tests/site/test_site_model.py,sha256=nAx9JjEKdfjdw1Kj5Rs7P5FEePoATtCuOYPiSXEnVD0,1313
|
|
644
654
|
udata/tests/site/test_site_rdf.py,sha256=M360uq2A6hl1WhmyRmRjvzuSqz_YFIUQNPR4vqWnYnE,9687
|
|
645
655
|
udata/tests/user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -664,9 +674,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=zCVMB-a4-mLM1jNyYMk58rgVRaVIwQ
|
|
|
664
674
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=avfWczvlLBKSohyB55-4TLmUGMU_Rze4XmAo4OTk2v0,43513
|
|
665
675
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=ScuqdpaV4y1ZIpBAEfxeaKdzkyGZL0mJmKMoG6w0iRQ,28553
|
|
666
676
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=QpgEXh1eHjztPa7oNLXd_sds1DC95A-STTtZyTE4m-E,50093
|
|
667
|
-
udata-7.0.7.
|
|
668
|
-
udata-7.0.7.
|
|
669
|
-
udata-7.0.7.
|
|
670
|
-
udata-7.0.7.
|
|
671
|
-
udata-7.0.7.
|
|
672
|
-
udata-7.0.7.
|
|
677
|
+
udata-7.0.7.dev28435.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
678
|
+
udata-7.0.7.dev28435.dist-info/METADATA,sha256=XIxvhzKtbFbNfY1aLHLrcA9I8N49W4Z6cxE-5qVq8Tc,120469
|
|
679
|
+
udata-7.0.7.dev28435.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
|
680
|
+
udata-7.0.7.dev28435.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
|
|
681
|
+
udata-7.0.7.dev28435.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
682
|
+
udata-7.0.7.dev28435.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/udata/{models → mongo}/owned.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|