wbcore 2.2.5__py2.py3-none-any.whl → 2.2.6__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.
- wbcore/contrib/agenda/locale/de/LC_MESSAGES/django.po +113 -0
- wbcore/contrib/agenda/release_notes/1_0_0.md +13 -0
- wbcore/contrib/agenda/static/agenda/markdown/documentation/building.md +11 -0
- wbcore/contrib/agenda/static/agenda/markdown/documentation/conferenceroom.md +20 -0
- wbcore/contrib/authentication/fixtures/authentication.json +62 -0
- wbcore/contrib/authentication/locale/de/LC_MESSAGES/django.po +610 -0
- wbcore/contrib/authentication/release_notes/1_0_0.md +13 -0
- wbcore/contrib/authentication/templates/activate_confirm.html +12 -0
- wbcore/contrib/authentication/templates/base.html +135 -0
- wbcore/contrib/authentication/templates/email_base_template.html +335 -0
- wbcore/contrib/authentication/templates/password_reset_done.html +13 -0
- wbcore/contrib/authentication/templates/password_reset_email.html +11 -0
- wbcore/contrib/authentication/templates/password_reset_email_html.html +43 -0
- wbcore/contrib/authentication/templates/password_reset_form.html +23 -0
- wbcore/contrib/authentication/templates/password_reset_sent.html +11 -0
- wbcore/contrib/authentication/templates/reset_password.html +15 -0
- wbcore/contrib/authentication/templates/user_registration_email.html +37 -0
- wbcore/contrib/currency/fixtures/currency.yaml +1014 -0
- wbcore/contrib/currency/fixtures/currency_fx_rate.yaml +73585 -0
- wbcore/contrib/currency/release_notes/1_0_0.md +13 -0
- wbcore/contrib/directory/fixtures/directory.json +3924 -0
- wbcore/contrib/directory/locale/de/LC_MESSAGES/django.po +1686 -0
- wbcore/contrib/directory/release_notes/1_0_0.md +13 -0
- wbcore/contrib/directory/release_notes/1_0_1.md +13 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/address.md +38 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/banking.md +54 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/bankingentry.md +38 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/clientmanagerrelationship.md +42 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/company.md +52 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/companytype.md +2 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/customerstatus.md +2 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/email.md +20 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/employeecompany.md +34 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/employerperson.md +43 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/person.md +61 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/position.md +2 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/relationshiptype.md +2 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/socialmedia.md +23 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/specialization.md +2 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/systememployee.md +31 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/telephone.md +23 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/telephonesearch.md +26 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/userisclient.md +14 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/userismanager.md +28 -0
- wbcore/contrib/directory/static/directory/markdown/documentation/website.md +20 -0
- wbcore/contrib/documents/fixtures/docments.json +135 -0
- wbcore/contrib/documents/locale/de/LC_MESSAGES/django.po +272 -0
- wbcore/contrib/documents/release_notes/1_0_0.md +13 -0
- wbcore/contrib/documents/static/documents/markdown/documentation/document_types.md +21 -0
- wbcore/contrib/documents/static/documents/markdown/documentation/documents.md +18 -0
- wbcore/contrib/documents/static/documents/markdown/documentation/shareablelink.md +28 -0
- wbcore/contrib/documents/static/documents/markdown/documentation/shareablelinkaccess.md +20 -0
- wbcore/contrib/example_app/fixtures/example_app.json +7425 -0
- wbcore/contrib/geography/fixtures/geography.json +13454 -0
- wbcore/contrib/geography/release_notes/1_0_0.md +13 -0
- wbcore/contrib/geography/static/geography/markdown/documentation/geography.md +16 -0
- wbcore/contrib/io/fixtures/io.json +145 -0
- wbcore/contrib/io/locale/de/LC_MESSAGES/django.po +52 -0
- wbcore/contrib/io/release_notes/1_0_0.md +13 -0
- wbcore/contrib/notifications/locale/de/LC_MESSAGES/django.po +60 -0
- wbcore/contrib/notifications/release_notes/1_0_0.md +13 -0
- wbcore/contrib/notifications/static/notifications/service-worker.js +1 -0
- wbcore/contrib/notifications/templates/notifications/notification_template.html +43 -0
- wbcore/contrib/tags/release_notes/1_0_0.md +13 -0
- wbcore/contrib/workflow/fixtures/workflow.json +612 -0
- wbcore/contrib/workflow/locale/de/LC_MESSAGES/django.po +1289 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/assignedprocessstep.md +33 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/condition.md +24 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/decisionstep.md +30 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/emailstep.md +45 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/finishstep.md +33 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/joinstep.md +33 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/process.md +33 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/processstep.md +51 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/scriptstep.md +33 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/splitstep.md +30 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/startstep.md +27 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/transition.md +27 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/userstep.md +42 -0
- wbcore/contrib/workflow/static/workflow/markdown/documentation/workflow.md +32 -0
- wbcore/contrib/workflow/templates/Test_Templates.txt +25 -0
- wbcore/docs/orderable.md +29 -0
- wbcore/docs/reparent.md +13 -0
- wbcore/locale/de/LC_MESSAGES/django.po +667 -0
- wbcore/templates/errors/404.html +134 -0
- wbcore/templates/errors/500.html +138 -0
- wbcore/templates/errors/503.html +132 -0
- wbcore/templates/errors/custom.html +132 -0
- wbcore/templates/notifications/email_template.html +43 -0
- wbcore/templates/reversion/compare_detail.html +19 -0
- wbcore/templates/wbcore/admin/change_list.html +8 -0
- wbcore/templates/wbcore/admin/csv_form.html +15 -0
- wbcore/templates/wbcore/dynamic_color_array.html +29 -0
- wbcore/templates/wbcore/email_base_template.html +335 -0
- wbcore/templates/wbcore/email_notification_template.html +10 -0
- wbcore/templates/wbcore/frontend.html +51 -0
- {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/METADATA +2 -2
- {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/RECORD +99 -3
- {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/WHEEL +1 -1
|
@@ -65,6 +65,7 @@ wbcore/contrib/agenda/factories/conference_room.py,sha256=Tfy3TCwXqfxXPMpRkZuNUU
|
|
|
65
65
|
wbcore/contrib/agenda/filters/__init__.py,sha256=RtsTRlUrL4dP0pA86ws_4u1-bqoU_YslwbnuJhe8NGU,145
|
|
66
66
|
wbcore/contrib/agenda/filters/calendar_item.py,sha256=4gdd6IAcCm9JjU3TqQFLnj_JxVRxN9fmSM6leoH01M0,2618
|
|
67
67
|
wbcore/contrib/agenda/filters/conference_room.py,sha256=N492SN1lq16aE837tYtRs63-nTfaVABlUcjy7sxrmYY,1370
|
|
68
|
+
wbcore/contrib/agenda/locale/de/LC_MESSAGES/django.po,sha256=ekDfI7xCOp-0XCRMZPmegY0kX_l_7XP6rtUEEj4n6xU,2790
|
|
68
69
|
wbcore/contrib/agenda/migrations/0001_initial.py,sha256=U2XBESw3umDVzJwEt7G7U_Wesvdjb5_2zXnZT6n84Vk,3290
|
|
69
70
|
wbcore/contrib/agenda/migrations/0002_initial.py,sha256=Xlt0LAHeo8Z5JysnuLvU5r3mrq30hts7bdYCNEYZ9g8,708
|
|
70
71
|
wbcore/contrib/agenda/migrations/0003_calendaritem_endpoint_basename.py,sha256=YDsn5yoZwQb2Z9Jyc6bwz7BDH5I8og3YS6CDC_hQ0xM,1302
|
|
@@ -78,10 +79,13 @@ wbcore/contrib/agenda/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
78
79
|
wbcore/contrib/agenda/models/__init__.py,sha256=IfSBX-jDEegu6HvZ6a2EvFkUV6tYu1v29FxlxXbpTHE,94
|
|
79
80
|
wbcore/contrib/agenda/models/calendar_item.py,sha256=yLt5_joIMQ8RilmfQ2rh4d18zGjDMzSJ_C-FuNkfmYQ,8273
|
|
80
81
|
wbcore/contrib/agenda/models/conference_room.py,sha256=nHI50Fkj71VfeKD0yF8gq8v_w0naTCdDm6MjS7QMhlo,2794
|
|
82
|
+
wbcore/contrib/agenda/release_notes/1_0_0.md,sha256=R4dJ7bqiHOQrKseVY0O7_untC6-1I9BBYy8qJYIdYLw,162
|
|
81
83
|
wbcore/contrib/agenda/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
84
|
wbcore/contrib/agenda/serializers/__init__.py,sha256=CD2G1X_UUFegj3vznA1bswKxMWlKEo2zVgEx95-NC9c,285
|
|
83
85
|
wbcore/contrib/agenda/serializers/calendar_item.py,sha256=zHbJtgt9XxgnNf6aL-1Fh44SPGHTqvmbxzR3bUh3nUs,2608
|
|
84
86
|
wbcore/contrib/agenda/serializers/conference_room.py,sha256=SHi9Wa3EsUkvB9dAIqnBPAUeOnVWYNCST-eVSf_Q928,3264
|
|
87
|
+
wbcore/contrib/agenda/static/agenda/markdown/documentation/building.md,sha256=_agt5xFih62lR412YTGW8RCEPpv-Tb9ORkJLm2wM-c0,646
|
|
88
|
+
wbcore/contrib/agenda/static/agenda/markdown/documentation/conferenceroom.md,sha256=zT7H6mQ2m-aFXYjKnIfz9dcoN1wdddZJZRqWWgWpr8E,1082
|
|
85
89
|
wbcore/contrib/agenda/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
90
|
wbcore/contrib/agenda/tests/conftest.py,sha256=qOG2iZW6w3ikA0Gl6EQOH2O6noCDx-mbTmHM2CnxdKE,480
|
|
87
91
|
wbcore/contrib/agenda/tests/signals.py,sha256=KrEc3SyJlYySxqNOROZpfL-uPAK9EtzTDSlQ0YrLCjY,519
|
|
@@ -127,6 +131,8 @@ wbcore/contrib/authentication/factories/__init__.py,sha256=WwU6zB7IOHdoam6j19aY-
|
|
|
127
131
|
wbcore/contrib/authentication/factories/tokens.py,sha256=CX3HI3ynapYdknmiMrF7WikmF-LWMqKmYMMlLJgUDrI,414
|
|
128
132
|
wbcore/contrib/authentication/factories/users.py,sha256=EOWtNn-Aj6ZM2yDcQWfisZHxMRwr3bymQo0KfsX6qXQ,2946
|
|
129
133
|
wbcore/contrib/authentication/factories/users_activities.py,sha256=tbcpZyXokn6fDZ6fuZkGtYL7Jtm0aWIiZBY63urx_iw,480
|
|
134
|
+
wbcore/contrib/authentication/fixtures/authentication.json,sha256=9sRKzduD4j9-NYP-Ou9Lw1hIB3DWIPwAfO-T_JFebvI,1848
|
|
135
|
+
wbcore/contrib/authentication/locale/de/LC_MESSAGES/django.po,sha256=w4sZzJ2112OyPACt1FJLr4DQR9QrQcmA15_6SsPb2SQ,21323
|
|
130
136
|
wbcore/contrib/authentication/management/__init__.py,sha256=-Y__XzIfe-QL1sNWr4SSLaoSHX0YRl7SLPQqCGKWZVE,635
|
|
131
137
|
wbcore/contrib/authentication/migrations/0001_initial_squashed.py,sha256=5cdHxjaM3hyqlxYMadCU5wXn4P-jqkgwQj8JqvvaIJE,6663
|
|
132
138
|
wbcore/contrib/authentication/migrations/0002_profile.py,sha256=QfkebUHcRFdjrkTEucXoU1YqDo-ygh1X2AWIhG8pH0I,692
|
|
@@ -139,10 +145,21 @@ wbcore/contrib/authentication/models/__init__.py,sha256=GhtPxWgZEUcbFQt2ArdB6OPj
|
|
|
139
145
|
wbcore/contrib/authentication/models/tokens.py,sha256=QGNz4Tejy6KqxOnrIGIGC4PPbKsP-CbGQ3AXNsN-zW4,5415
|
|
140
146
|
wbcore/contrib/authentication/models/users.py,sha256=PFvsLQ6W15Z_tROgagV_S8coeUa1-fIabJiasVgHO1U,7867
|
|
141
147
|
wbcore/contrib/authentication/models/users_activities.py,sha256=pAwEDe3jquoQZnXeMAQDmDntv2oCI1DgVTxYGBiDTKs,4225
|
|
148
|
+
wbcore/contrib/authentication/release_notes/1_0_0.md,sha256=pZ6rgeR5mTB3vabX3eaEJXMSfs7m4a1SEbYdpAmXwyI,170
|
|
142
149
|
wbcore/contrib/authentication/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
150
|
wbcore/contrib/authentication/serializers/__init__.py,sha256=pY77syWz4VtH1RlGMv5-0nlnneDshvNDmk-N52lBXIc,455
|
|
144
151
|
wbcore/contrib/authentication/serializers/users.py,sha256=-j-ORm7yGvJaaTmFwqTytOhrTzW8L21WhbHGIN92V5U,14329
|
|
145
152
|
wbcore/contrib/authentication/serializers/users_activites.py,sha256=BvhwOZg7izLDnCD5RN1fdaBoEJGQDA8nUacTj192krA,1234
|
|
153
|
+
wbcore/contrib/authentication/templates/activate_confirm.html,sha256=DP-3FfdLEPYu8svucdSe68DGjJyJNeVENcbZvf6hPtE,283
|
|
154
|
+
wbcore/contrib/authentication/templates/base.html,sha256=_fe2DDLtBphRbiyUUMhRS3qqQC3fudqN0afT2o06Z_E,3747
|
|
155
|
+
wbcore/contrib/authentication/templates/email_base_template.html,sha256=2KchGtEg_2oMbju2wQESLkBqgL8MZ8_vzbgoSVGaETQ,13300
|
|
156
|
+
wbcore/contrib/authentication/templates/password_reset_done.html,sha256=kNKOmffD4XzBi5Ndr4fRiUwETW54pQJ7MU2Oug8uABQ,376
|
|
157
|
+
wbcore/contrib/authentication/templates/password_reset_email.html,sha256=zeCMn6LuJWK4-00ERVGGVY3FLQwZoDeINNAJaF1G5vM,538
|
|
158
|
+
wbcore/contrib/authentication/templates/password_reset_email_html.html,sha256=ktWowCM9hQr-i74Nf1CS3w-eEFVn49QdjiNFjx-datc,1724
|
|
159
|
+
wbcore/contrib/authentication/templates/password_reset_form.html,sha256=NfoyMxXbWvg85cufpvnKWtElItvCqqRb4J7h8V470NA,727
|
|
160
|
+
wbcore/contrib/authentication/templates/password_reset_sent.html,sha256=h0JGXpSScuzPANX3JTtySRD80oKzA1L8yIdXJBpgWTI,558
|
|
161
|
+
wbcore/contrib/authentication/templates/reset_password.html,sha256=GxDtxRsz2k6Y-qGA0sjATgxsNuVBRye5ZjbuYANXDns,470
|
|
162
|
+
wbcore/contrib/authentication/templates/user_registration_email.html,sha256=_hmZPdfuBT3v-Dg0SRK2jYbv0Sx84j1OZUREZoLflDU,1327
|
|
146
163
|
wbcore/contrib/authentication/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
164
|
wbcore/contrib/authentication/tests/conftest.py,sha256=_Ib93zJ2oygjPME_v38N8v_2P0geVGgvLLJgQ7JDQ7Y,485
|
|
148
165
|
wbcore/contrib/authentication/tests/signals.py,sha256=fhufccLDor6Jh58dVfXr3EVy67IeuxEZOIqgoiqDzyM,570
|
|
@@ -193,6 +210,8 @@ wbcore/contrib/currency/factories.py,sha256=sCoGbXifzSS19LyCHktHaQrSYdvyQH-bX3hk
|
|
|
193
210
|
wbcore/contrib/currency/models.py,sha256=-sMcbtXeAL6iU5QJuQ6apkt5pZ55rmafUTCsGck_E30,6155
|
|
194
211
|
wbcore/contrib/currency/serializers.py,sha256=xvjV7_oa4ZlhkCnBRFjU-WcSBfpEklJ-Bv-n-ol5pVE,1325
|
|
195
212
|
wbcore/contrib/currency/urls.py,sha256=YPBGLtZvHfoOf6Hw4EViKxZxJFJSrtOZ4kpkBTzGhgo,684
|
|
213
|
+
wbcore/contrib/currency/fixtures/currency.yaml,sha256=lB0DyTrfSt96fym_fc8_13qsWIk09h-6jfVnjHIhVQs,17225
|
|
214
|
+
wbcore/contrib/currency/fixtures/currency_fx_rate.yaml,sha256=tzkBO-Vc-RYFCzbT2ys9MOQxhB0zBvseHaPjVerg3qY,1452692
|
|
196
215
|
wbcore/contrib/currency/import_export/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
197
216
|
wbcore/contrib/currency/import_export/backends/__init__.py,sha256=ebh7oqdM8U0t_u4_v7dZcCQrtNXIJbFkhBZLmi7EUeo,23
|
|
198
217
|
wbcore/contrib/currency/import_export/backends/utils.py,sha256=HV9KzSivUrNda83RQ9aHmwU3XikvE9qWklS1DA-ISg8,216
|
|
@@ -206,6 +225,7 @@ wbcore/contrib/currency/import_export/parsers/fixerio/__init__.py,sha256=47DEQpj
|
|
|
206
225
|
wbcore/contrib/currency/import_export/parsers/fixerio/currency_fx_rates.py,sha256=pGO36qKVqdhwWjJpuQqa-UO0i_UWIVtQF3-jAUvoyV4,1242
|
|
207
226
|
wbcore/contrib/currency/migrations/0001_initial.py,sha256=v1bMEVABzqAHn6D9jdBzbj4j5wTrUYDc7_fONdEQ7Jw,3063
|
|
208
227
|
wbcore/contrib/currency/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
228
|
+
wbcore/contrib/currency/release_notes/1_0_0.md,sha256=Hm_Jt3S7nv30s3-Hl_ie0xkHgrRsZLuiBpOXkIDj2UE,164
|
|
209
229
|
wbcore/contrib/currency/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
230
|
wbcore/contrib/currency/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
211
231
|
wbcore/contrib/currency/tests/conftest.py,sha256=WVsiPAsvPDwt9SsCSrUjM-jg5uc02Nqor8xQFltoZm8,200
|
|
@@ -270,6 +290,8 @@ wbcore/contrib/directory/filters/__init__.py,sha256=uGgFoX06eC7P354m2q-29Ct5ijO3
|
|
|
270
290
|
wbcore/contrib/directory/filters/contacts.py,sha256=Tu2kNrv73RCxozLobi5qt6kvPolWY1TxFGxWR7tRWpM,7447
|
|
271
291
|
wbcore/contrib/directory/filters/entries.py,sha256=rLtaRU_pmhNKIESxBe_KtYC9T0T7QH8RB0xBuQSXRHU,9158
|
|
272
292
|
wbcore/contrib/directory/filters/relationships.py,sha256=9anZrwnTFhGXECSzJm3I0NQMRl3vQjkPlQQyU_NFV88,2996
|
|
293
|
+
wbcore/contrib/directory/fixtures/directory.json,sha256=IRacOTgcprc2e6UfgIVTJIguKrr419YuKUDvb4hyfR0,104620
|
|
294
|
+
wbcore/contrib/directory/locale/de/LC_MESSAGES/django.po,sha256=W_IEt9ljispUbBXKGDzagOXuhRYg4rfo19K0Pgsh6Lw,57725
|
|
273
295
|
wbcore/contrib/directory/migrations/0001_initial.py,sha256=KU4W2-R1ErwbJrYy_FzKXFP7dbKEoL4Aa4nyTMW-Ae4,34702
|
|
274
296
|
wbcore/contrib/directory/migrations/0002_auto_20230414_1553.py,sha256=O51CDBcFwUzuwAHJxIiwXpZzBecs8nzn0Ib4FfWiQ6w,1216
|
|
275
297
|
wbcore/contrib/directory/migrations/0003_remove_entry_last_event.py,sha256=5PmZTNLd3QVXUSo_2_rg_UmldsiT7bu3TORMpbdHpSE,332
|
|
@@ -284,6 +306,8 @@ wbcore/contrib/directory/models/__init__.py,sha256=XtnmU5YUr3SGig6PsSfGsWUaiBaX6
|
|
|
284
306
|
wbcore/contrib/directory/models/contacts.py,sha256=ESgEK-HQlkDwXyFZjLjuOq__dA0NF7JJE7kxEu7ps-4,18398
|
|
285
307
|
wbcore/contrib/directory/models/entries.py,sha256=viCSvIbNqPp7HLHu9rCPDgexvUdy3fOkpbJS6qoMrqo,31456
|
|
286
308
|
wbcore/contrib/directory/models/relationships.py,sha256=TtY-10eXZNA7w8ThJB7AxXboU9DuxvQLi9Y99_OZzHg,22607
|
|
309
|
+
wbcore/contrib/directory/release_notes/1_0_0.md,sha256=Twbl9RMLO6dbbm5dVoKorw8BecRqAYsKeobcNmDWHu8,165
|
|
310
|
+
wbcore/contrib/directory/release_notes/1_0_1.md,sha256=yHolV-HwBmIavaPn9pg0ABRgxQ-eKIuiAs-phKb_ix0,285
|
|
287
311
|
wbcore/contrib/directory/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
288
312
|
wbcore/contrib/directory/serializers/__init__.py,sha256=I_gLUVnGsqp-97RLbXgD6kqvtLseT9mjR4suvpy5_PU,2165
|
|
289
313
|
wbcore/contrib/directory/serializers/companies.py,sha256=oP8C4Q_X4B1X4-FCAjWZjRV8C-OyHffhKyuGGcKvY6A,5493
|
|
@@ -292,6 +316,27 @@ wbcore/contrib/directory/serializers/entries.py,sha256=4_uTzMY1_O4kfkjeYYnJpEz0a
|
|
|
292
316
|
wbcore/contrib/directory/serializers/entry_representations.py,sha256=SP20q76MCGo1KUoy3cEOrnxr2l_OynPt557JaRwUjA8,1342
|
|
293
317
|
wbcore/contrib/directory/serializers/persons.py,sha256=JIP4pEOADQvUTXeRD45eCmLNryMVuucf2-Q_FXe2QTE,7590
|
|
294
318
|
wbcore/contrib/directory/serializers/relationships.py,sha256=EyS6drtcY6nhW0La-p10AANKhuITwY5ex29xf4INjvE,12377
|
|
319
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/address.md,sha256=gfUVi2PZh5uQ5sWkLG-AxYV9ULWeswRp3E2Me4fEs88,1865
|
|
320
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/banking.md,sha256=5jgF1tqTGdr4fRaXCtobtpFEx0xcSmVYkKvzVALp4L8,28387
|
|
321
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/bankingentry.md,sha256=RdfNbTXxpZG8kO-31d9c1QURlDcZRzMS2lEXHddiUbQ,1921
|
|
322
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/clientmanagerrelationship.md,sha256=wqbS5OYigQSVZquqiM6NqH-q3gh7tApKFtm7jNracWE,78383
|
|
323
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/company.md,sha256=xLSBAGFBQtig2Mi5bnmp4YGmttc4eEhTQXfRT1JtOaA,2049
|
|
324
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/companytype.md,sha256=gGGIL0cI31-9-tGnziAijYPBl9GXzRAGZ1wi9KMDoxk,310
|
|
325
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/customerstatus.md,sha256=hSLvmAVZRifuc0Xs1JWN28yfG0ibRu8fSKLX8io1fiw,325
|
|
326
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/email.md,sha256=aB0RN6azEvqt3efwEV7LqitRcJGLYFPyDkqmMAKNBvI,1455
|
|
327
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/employeecompany.md,sha256=vHuoa9B74O4Jqub_TOKQRxiWu3DMTN7b1z8a64XNd24,2151
|
|
328
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/employerperson.md,sha256=PnEiqcXog5clhDoQNKVRB-jq2uZuPHT8SU4gXrg9NQo,2554
|
|
329
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/person.md,sha256=8RldjzITzQCtl-KTdtECFDnXyV6t1rhtuKYU2NmLOJE,2331
|
|
330
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/position.md,sha256=4d_Phbn6wemURlwOuMRka-9-vTDKgJ5E2KxaQuQ7VeQ,326
|
|
331
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/relationshiptype.md,sha256=D3swigJ32R5m0_X51GaKMAWcVZJYfULRZx0x0uSGk_M,423
|
|
332
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/socialmedia.md,sha256=hLz5Ke2MvqtWs9wsC8R12tAXsKlQSO2k_bT55HdIKM4,1611
|
|
333
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/specialization.md,sha256=TBBiFZ00fniKDbXUtbbm-RfyIj48ZzDilxr6lpGmQwk,318
|
|
334
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/systememployee.md,sha256=SCJned7QgoiiNVagmfBsRHeKC-c11R_nLotxcCJMmgA,1292
|
|
335
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/telephone.md,sha256=M3edhYnv6CTG6VDCD0NYRvFUGCGTI4fEL08T0BvvE2g,1597
|
|
336
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/telephonesearch.md,sha256=jSMfw5TddzjptfOxtzDa5490mQtb8XYF4w1nvexjijU,1114
|
|
337
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/userisclient.md,sha256=gHwCxfPlbcZOtYAFzMwI46FpqT6nkt-EaWebpWAnkNI,353
|
|
338
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/userismanager.md,sha256=I3ojIVTFZ_bEk8-67jO2Jrctk90kSzX-WrREDfplwpg,1037
|
|
339
|
+
wbcore/contrib/directory/static/directory/markdown/documentation/website.md,sha256=n8VAXbgxQh9zslLfLB0UhRgliMCvNS2N6gR-K0oTrkY,1453
|
|
295
340
|
wbcore/contrib/directory/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
296
341
|
wbcore/contrib/directory/tests/conftest.py,sha256=6Png5NaERN8WBcnpw3mM8F6Xg7erCHh0IO-6hdPyT6E,1738
|
|
297
342
|
wbcore/contrib/directory/tests/disable_signals.py,sha256=1WboKAR2lETytjH7to-F9fUflI9NYZqHxoyuV6fYU8k,1582
|
|
@@ -343,6 +388,8 @@ wbcore/contrib/documents/apps.py,sha256=z3pYGj-qPkkpe88MP_G7uO_sb2uEvD_KZriePPbt
|
|
|
343
388
|
wbcore/contrib/documents/factories.py,sha256=3GpKLeT6nlKASMMsqL_IqvVNfeNd2dnc3yllk0ndo2M,1052
|
|
344
389
|
wbcore/contrib/documents/filters.py,sha256=HZORtyFvZcLxCcU95r0G95nXhkK-ggrDY3tTENlPOgk,2622
|
|
345
390
|
wbcore/contrib/documents/urls.py,sha256=utdie93Emb_m8g4mJjm5QgrSTm56PTFkylbuWLEKMuU,1768
|
|
391
|
+
wbcore/contrib/documents/fixtures/docments.json,sha256=xGsdB7WZ-k_06yC_2OfcQCeBc3T8TlQwLp3ex9DcdIM,4025
|
|
392
|
+
wbcore/contrib/documents/locale/de/LC_MESSAGES/django.po,sha256=X-5022kXsPx9J9Md4IBvr2JU_5QorknJrr0I8J60b5M,8172
|
|
346
393
|
wbcore/contrib/documents/migrations/0001_initial.py,sha256=MaNZPABi8xxlPsBwwbVoyOFUzT4JsS3XRCPqrNSSscM,7614
|
|
347
394
|
wbcore/contrib/documents/migrations/0002_documentmodelrelationship_primary_and_more.py,sha256=pLs6mNJKbxd1cAYRnYiVRftDAXyOfr1bATLasO8lgpo,661
|
|
348
395
|
wbcore/contrib/documents/migrations/0003_alter_documentmodelrelationship_unique_together_and_more.py,sha256=J50o7pAHBbM2_c78lEeeXwZDCMZayZaw6XM7_MRHpfY,965
|
|
@@ -355,12 +402,17 @@ wbcore/contrib/documents/models/document_types.py,sha256=6Ekqq_qNisqdbeL-Ck0sqkk
|
|
|
355
402
|
wbcore/contrib/documents/models/documents.py,sha256=GyGIJtrm0_BWppg1LUaL69VR6-dXSamDrbqCL-si_5Y,11256
|
|
356
403
|
wbcore/contrib/documents/models/mixins.py,sha256=6b_FO8ZTQ779f28O33auYdrIXDmnnMOIKvfQOkivjl8,230
|
|
357
404
|
wbcore/contrib/documents/models/shareable_links.py,sha256=OD-PaO7u_7FXRgHATm8FrqTTaxoZR5NoLpP8C-pQdv4,2840
|
|
405
|
+
wbcore/contrib/documents/release_notes/1_0_0.md,sha256=MIX-LM8Rr4odLJACp0SBNVn1OwQzdkTmPyDgMV1ImH4,164
|
|
358
406
|
wbcore/contrib/documents/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
407
|
wbcore/contrib/documents/serializers/__init__.py,sha256=JQBjKbR6-rG5eIy4K0eSlH55vtdwqqztpqmhxC7yJa0,503
|
|
360
408
|
wbcore/contrib/documents/serializers/document_model_relationships.py,sha256=AvtHk3OGePZc3dXfqZjBtQrJhd_hx-2eUVsZZFfHKK4,962
|
|
361
409
|
wbcore/contrib/documents/serializers/document_types.py,sha256=j5RHyHKNAT07zcANz7ePg3M9bwzg43k3O4F3DBrVU_o,1506
|
|
362
410
|
wbcore/contrib/documents/serializers/documents.py,sha256=Urs5mU7cQsCw2BWRSNjkTdKGwd4TG-bqSaWaoMMoQtc,2406
|
|
363
411
|
wbcore/contrib/documents/serializers/shareable_links.py,sha256=SqelV7qQ56Sm-28cnT0ALZ5gHeBchUz9bQ3w8I29IP8,3318
|
|
412
|
+
wbcore/contrib/documents/static/documents/markdown/documentation/document_types.md,sha256=MebPHN-xP_gt58fKJQ6AgLKpIwE_7EPHytXdSrZ-okc,921
|
|
413
|
+
wbcore/contrib/documents/static/documents/markdown/documentation/documents.md,sha256=dbUB93mTQ-lSTXghaJYY51v58I-q9aAFtgg-XDY-Hds,768
|
|
414
|
+
wbcore/contrib/documents/static/documents/markdown/documentation/shareablelink.md,sha256=nsb21XNAB7eZiGnb6xiMzTy6uZyAzhaFUWtsSyU2x54,1121
|
|
415
|
+
wbcore/contrib/documents/static/documents/markdown/documentation/shareablelinkaccess.md,sha256=Bsd3AzJprSUqa8cS101LyUt-0muBt-ivBDS6wNHRHk8,932
|
|
364
416
|
wbcore/contrib/documents/tests/conftest.py,sha256=AP5whxYNsf77YBXRJEAV3V7bvkv7eX8KpXV-lMDyEUk,899
|
|
365
417
|
wbcore/contrib/documents/tests/test_models.py,sha256=sg8L_WUYsapBrschDV-KNVkHAF4t0nl4UkiTqMVrIDE,5054
|
|
366
418
|
wbcore/contrib/documents/viewsets/__init__.py,sha256=xo7GDVcZyBEQNrcOHydO-dFj68i8rBJ36Noxvgv_isY,461
|
|
@@ -416,6 +468,7 @@ wbcore/contrib/example_app/filters/sport.py,sha256=AExxNubjrqWF-DXDDBCoQFe0yOHOq
|
|
|
416
468
|
wbcore/contrib/example_app/filters/stadium.py,sha256=HC0OlR0YlSYTSkod7WUP5HFKcuexKXOLm2X0h5YMUYw,1180
|
|
417
469
|
wbcore/contrib/example_app/filters/team.py,sha256=Xbip67JNxmZH7ozLS7QVXm1GEezPFA3Ugs-hi1qz2K4,2777
|
|
418
470
|
wbcore/contrib/example_app/filters/teamresult.py,sha256=2sCqnTO3PGOc6_i_GvYV_Ie9rI2UgJZyCRuvL9KHPtE,2233
|
|
471
|
+
wbcore/contrib/example_app/fixtures/example_app.json,sha256=7u7VqxpdmmwgbdLX7bv4wRnc1wEbvIUe6v03o70EknQ,162136
|
|
419
472
|
wbcore/contrib/example_app/migrations/0001_initial.py,sha256=VVYWYh3kQKeDn4xb2Z7uIkgX-qPbQxtKs4TgF8PNVO0,20368
|
|
420
473
|
wbcore/contrib/example_app/migrations/0002_sportperson_profile.py,sha256=Vr_H2h47k6oC82AlGRic1OJyypwXjwJdHIyOvkeVzXc,1613
|
|
421
474
|
wbcore/contrib/example_app/migrations/0003_change_stadium_capacity.py,sha256=HV6M51ZIwhRiS6qNqxsMJ7DVrxrWzAl2y0UCmcwd4zI,914
|
|
@@ -511,12 +564,15 @@ wbcore/contrib/geography/factories.py,sha256=WhQTj78Lsol2IoxoapSGUsCvtKrgT1uB1eT
|
|
|
511
564
|
wbcore/contrib/geography/models.py,sha256=AQldrTYxxmwpkEY5zG-1o9943nctkrBlGap6aKJ6-Ro,5654
|
|
512
565
|
wbcore/contrib/geography/serializers.py,sha256=Pnb_6yFZv-eE51p1NMB1v6eRX0RxolycqzwOPLr1Hc0,972
|
|
513
566
|
wbcore/contrib/geography/urls.py,sha256=mmWXOdKz-Mbid6vo3YGWMaJcnL0l-HmAZPbIKglhKg8,422
|
|
567
|
+
wbcore/contrib/geography/fixtures/geography.json,sha256=cvo42pJrwPLlV7Y38d8dOWBcD1oUsmxKnXveLWFIiYI,344362
|
|
514
568
|
wbcore/contrib/geography/import_export/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
515
569
|
wbcore/contrib/geography/import_export/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
516
570
|
wbcore/contrib/geography/import_export/resources/geography.py,sha256=Du4aCwtQCm_GHeN8ThNIImJwpM8UfAgansOPfkJGirQ,386
|
|
517
571
|
wbcore/contrib/geography/migrations/0001_initial.py,sha256=aK3R_L0jKa-5KEBJGrmS2U8ZgsP7Wno5gpL8Joa_N2k,4458
|
|
518
572
|
wbcore/contrib/geography/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
573
|
+
wbcore/contrib/geography/release_notes/1_0_0.md,sha256=NrP1LZ-N04QilS28vyPzokjfwjTGWs3eZ8ML3Gpw7nA,165
|
|
519
574
|
wbcore/contrib/geography/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
575
|
+
wbcore/contrib/geography/static/geography/markdown/documentation/geography.md,sha256=DngCyk0p45kocwkOSKVi0K6rA2AU0fRvkFaaHqlKhw8,1412
|
|
520
576
|
wbcore/contrib/geography/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
521
577
|
wbcore/contrib/geography/tests/conftest.py,sha256=5H96elG8pEiEvUrl2pXavyghjM3mV4wYy_kJFGRj5nM,341
|
|
522
578
|
wbcore/contrib/geography/tests/signals.py,sha256=KfPXtAHWC4lF3gDO8-PNFL_PkYZUnmOJMExwRcQ7SuU,238
|
|
@@ -605,6 +661,8 @@ wbcore/contrib/io/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
605
661
|
wbcore/contrib/io/configs/endpoints.py,sha256=8FGphmI04nexaT7IF1H56r29iAn38jNNLQu3AbliL5w,478
|
|
606
662
|
wbcore/contrib/io/configurations/__init__.py,sha256=mFiv5r53ErMuTGSoATHNM0qf1Dy6XBKPI7GGeEK_PKE,48
|
|
607
663
|
wbcore/contrib/io/configurations/base.py,sha256=uQ0EI6wIYuF31x-a2VCXSkS_Sxp1_MCMCfjAbNqvw0Y,358
|
|
664
|
+
wbcore/contrib/io/fixtures/io.json,sha256=o75Rt9Mx8d_oAwJCKeWA6QYHSQfbgTFtndxYyj6HLio,4973
|
|
665
|
+
wbcore/contrib/io/locale/de/LC_MESSAGES/django.po,sha256=_Nuws3SE_bNGtwwvvOWMOGm0x2CydB5QBzUJXKM6nrs,1428
|
|
608
666
|
wbcore/contrib/io/management/__init__.py,sha256=ZRCdDdhJ-oPQoKJj_NVRaSAXdQGNXVVCtUqfkbWE9hg,510
|
|
609
667
|
wbcore/contrib/io/migrations/0001_initial_squashed.py,sha256=mJXj5Yc2HsrRXIhsPVbyrK8j4YBF6zK3mGtwls1T0to,13061
|
|
610
668
|
wbcore/contrib/io/migrations/0002_importsource_creator.py,sha256=fhATF-pjLD2R6bnH1XQdZ6e6BYifbBArCOGrkBYFguE,720
|
|
@@ -614,6 +672,7 @@ wbcore/contrib/io/migrations/0005_exportsource_data_alter_exportsource_query_str
|
|
|
614
672
|
wbcore/contrib/io/migrations/0006_alter_exportsource_query_params.py,sha256=JHnzz6C1Mr2kVcD5bBJMO6eNvqSFfvw6c0NoGL7pcqs,578
|
|
615
673
|
wbcore/contrib/io/migrations/0007_alter_exportsource_query_params.py,sha256=xHVM23caWAPjo1eTrfTm37G20j8r_AxapoEgb685c2Q,617
|
|
616
674
|
wbcore/contrib/io/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
675
|
+
wbcore/contrib/io/release_notes/1_0_0.md,sha256=1nJ-vnOKk4l5-gU8GTyKrvoz-YUKSGyX96KBoFDlKQc,238
|
|
617
676
|
wbcore/contrib/io/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
618
677
|
wbcore/contrib/io/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
619
678
|
wbcore/contrib/io/tests/conftest.py,sha256=ycb7GE_yHhF9ExUH5E5vdAsYtu_h_9ft-AITp5fOGVU,1193
|
|
@@ -642,6 +701,7 @@ wbcore/contrib/notifications/factories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JC
|
|
|
642
701
|
wbcore/contrib/notifications/factories/notification_types.py,sha256=KPOqpQDA6aoskEguuu-PnwH-QmRIWY_IiK0dT2Gwoio,644
|
|
643
702
|
wbcore/contrib/notifications/factories/notifications.py,sha256=G0ru8wdZsDI_T4UXZ-mmhh6X9nl9v4razU7AyWqW3Tc,546
|
|
644
703
|
wbcore/contrib/notifications/factories/tokens.py,sha256=7gNy_jM5ZHB3ovtOPFb67ZGrl24MnaOc-exyIZxeoRk,457
|
|
704
|
+
wbcore/contrib/notifications/locale/de/LC_MESSAGES/django.po,sha256=vPgv30cTmgcxtLiYoqpZBZ89MdEoT3x1Z9Iq-ppkEfU,2063
|
|
645
705
|
wbcore/contrib/notifications/migrations/0001_initial.py,sha256=7OKlC4ntOE7isSAY7IHd437XZNepZb25Yj6eEi_L-kI,4832
|
|
646
706
|
wbcore/contrib/notifications/migrations/0002_notificationusertoken_unique_user_token_device.py,sha256=itVmm02meTWqYigcsrhKQMCxN_it9_740d516aK1JOQ,470
|
|
647
707
|
wbcore/contrib/notifications/migrations/0003_notificationusertoken_updated.py,sha256=WHsxV8yPXo52UMI-_SDbXmKGg9x70bxUojaGuYDdCvg,437
|
|
@@ -653,10 +713,13 @@ wbcore/contrib/notifications/models/__init__.py,sha256=l7E4YjFreG6YeBCjcYJrK1Zn2
|
|
|
653
713
|
wbcore/contrib/notifications/models/notification_types.py,sha256=Ocdiayt3OaEunNGnqVMmwyDhxJWGaq5iY0-M4ssBWxI,3830
|
|
654
714
|
wbcore/contrib/notifications/models/notifications.py,sha256=htMR0cDYjX71GNehnIsTOm2sLNAmzuAQuExfav7Fjbg,2645
|
|
655
715
|
wbcore/contrib/notifications/models/tokens.py,sha256=iTT07HtljTiGb7QeGdRmROFU7txsOX7xvkpjauutZjU,1543
|
|
716
|
+
wbcore/contrib/notifications/release_notes/1_0_0.md,sha256=pyuuGK8zEp7sbPchnpXyPngwJ9-qvrm0dJh3P2DJGIg,168
|
|
656
717
|
wbcore/contrib/notifications/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
657
718
|
wbcore/contrib/notifications/serializers/__init__.py,sha256=VTZMTbvPTO1A6gI30qSVXFzfQjrQtGt7Rr0be7swy8A,181
|
|
658
719
|
wbcore/contrib/notifications/serializers/notification_types.py,sha256=LDc_qy_eT7mmW62S18Qqk_68HAA5n6BtMc5zX0gaxbs,988
|
|
659
720
|
wbcore/contrib/notifications/serializers/notifications.py,sha256=tNMIIYzSJYwmxF2xrkWJt66uMbN7OfMO_yXvuxRzn10,1072
|
|
721
|
+
wbcore/contrib/notifications/static/notifications/service-worker.js,sha256=4_yl6qd0ituPK5KxFIyYXs6zXOIc_Y4wtzXKzWkSnqw,4926
|
|
722
|
+
wbcore/contrib/notifications/templates/notifications/notification_template.html,sha256=k-o9ieU6z6c0SKAw43_iLEleJTIZK43Y8jrRCwbKPCc,1441
|
|
660
723
|
wbcore/contrib/notifications/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
661
724
|
wbcore/contrib/notifications/tests/conftest.py,sha256=QthEmk6WnvMsvo9Rdva7RGGT8grNlGvSLdD9Ggj4480,1486
|
|
662
725
|
wbcore/contrib/notifications/tests/test_configs.py,sha256=I9rYEKXe0zLAOu8CrF5NzKQ7EYXj4qJUywT27Uj8fr0,259
|
|
@@ -693,6 +756,7 @@ wbcore/contrib/tags/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
693
756
|
wbcore/contrib/tags/models/__init__.py,sha256=o5Oqc0SJ5kZWQ466Z5Wgj8J9Ppsv1E3JcuLHWM5p9Zw,66
|
|
694
757
|
wbcore/contrib/tags/models/mixins.py,sha256=B3UhUsU3veuGsh_cx6-VASxvUMVPKanaOknkYp0SmFg,950
|
|
695
758
|
wbcore/contrib/tags/models/tags.py,sha256=0Ov0c_fhQVPQqRG3aiO3hCGQycjrPguG_AvXEGqSyBU,3181
|
|
759
|
+
wbcore/contrib/tags/release_notes/1_0_0.md,sha256=jG3JupsX-qW0P8UN2ktJJce_7mCMCc1fAL-nbiCJJnE,160
|
|
696
760
|
wbcore/contrib/tags/release_notes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
697
761
|
wbcore/contrib/tags/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
698
762
|
wbcore/contrib/tags/tests/conftest.py,sha256=V4H8IpNANaDnkKSP6cfFgFBDyQnJQ5jd-LqQMqpdovA,176
|
|
@@ -732,6 +796,8 @@ wbcore/contrib/workflow/filters/process.py,sha256=GWTc-FqUSwaS-8uR5kZKAvp4qQzW5O
|
|
|
732
796
|
wbcore/contrib/workflow/filters/step.py,sha256=Y1a8Np6klbLlNZ6pnc5cmDtRwRpgHr-SpSn-MI7ImMk,8075
|
|
733
797
|
wbcore/contrib/workflow/filters/transition.py,sha256=JwlTnEDITfAxoqB-zVuX9J72DDiAgJf4NkWKtRhQYMo,1544
|
|
734
798
|
wbcore/contrib/workflow/filters/workflow.py,sha256=HyEmgjk29sEnoZgBHZ2t4BHIp6LJ9ZHylXQDqsVJZ5c,1660
|
|
799
|
+
wbcore/contrib/workflow/fixtures/workflow.json,sha256=NMpa4iaHtsyU3Rqe8FFLH_OgHiSSYMtXg2KNRjVkqcY,14231
|
|
800
|
+
wbcore/contrib/workflow/locale/de/LC_MESSAGES/django.po,sha256=IwVmyJmNyd6TLBecMRykaGVgI5VwVzrKgsQlG0LehIY,43884
|
|
735
801
|
wbcore/contrib/workflow/migrations/0001_initial.py,sha256=Tnurc49itIH2G9HOQfvNgS4hH11rD7JDbIWbFyeg7-Q,31000
|
|
736
802
|
wbcore/contrib/workflow/migrations/0002_alter_step_step_type.py,sha256=Q0LTfMdWbKVzBqIuY-cjIfS7CVpDYW4zz50gMm5B0Zc,921
|
|
737
803
|
wbcore/contrib/workflow/migrations/0003_alter_condition_attribute_name_and_more.py,sha256=x-sMfGGINh2w12b0taLKWXCIFdljkslpBxnp-K8ZR3Y,2784
|
|
@@ -755,6 +821,21 @@ wbcore/contrib/workflow/serializers/signals.py,sha256=lV5MvxYYNpSOklr6Bw3G9QkycG
|
|
|
755
821
|
wbcore/contrib/workflow/serializers/step.py,sha256=1fdYrj3SRf70LR8_1epjG5Nf4nyv2x8rSKmWLRbxo8c,14149
|
|
756
822
|
wbcore/contrib/workflow/serializers/transition.py,sha256=g_Pwgoeb9pNgArVGaZFV9PsKYm7MUqzEgjF1jS4z63U,3189
|
|
757
823
|
wbcore/contrib/workflow/serializers/workflow.py,sha256=dpppcFtJy7UoANEsy1bENBRIv8__MqpRCeAamsAn24A,5030
|
|
824
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/assignedprocessstep.md,sha256=Cv9M4bR2GrmXKVWoP5DZxVGDL-8AJAZUboPLyfNEHEw,1496
|
|
825
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/condition.md,sha256=VmkMyDmHBXv7hDn6hxxSMEfbYgknzwIZU65KHWOKCNQ,1464
|
|
826
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/decisionstep.md,sha256=ao6YoFMrGooX0iEMERnkJYGfPFgmFTMzPqmjGZm3m4A,1324
|
|
827
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/emailstep.md,sha256=-YKrYJFBkqjy5_XWG_aXcGC-DWJVuLAyUG_uglYV-bs,1611
|
|
828
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/finishstep.md,sha256=1LEYLR2J8IevuV-4ETvPOLEyx7AKZ02DGPgF_Ag3UW8,1415
|
|
829
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/joinstep.md,sha256=sgK8Ah3ijSam2Evy6hYGM-rB3XRCf45qkATkaKwHfVE,1681
|
|
830
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/process.md,sha256=EgStAd9735GWQtFdOi1tGPzYKSfTNSXZNKmlUgerBNg,1366
|
|
831
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/processstep.md,sha256=9k9RbZhS37MZB0C9gsYuxF9rV4k63VZJeBkbDWgyneM,1722
|
|
832
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/scriptstep.md,sha256=KseSRZGIuGqTyN3NMtAWkVh0x-TPUqqqUajkJcpQGjk,1475
|
|
833
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/splitstep.md,sha256=p-2MTnvz5t5zZ8BSQ6ZU0rSHHuraMQlOQCxLyEpnt10,1295
|
|
834
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/startstep.md,sha256=CLsLRQXZiEfiDFgl8wEX6-07kWYkcMlvjOsvHH8Jvx8,1084
|
|
835
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/transition.md,sha256=-a82f0djfOTcZ8mJLXjLkxXFXFMt0wkSOF99Tdjg2Lg,936
|
|
836
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/userstep.md,sha256=2kduSL_4gdSPuNFfktNiyjofFTcCEQQ2oOUk0ZBIzZ4,1745
|
|
837
|
+
wbcore/contrib/workflow/static/workflow/markdown/documentation/workflow.md,sha256=CS1iyjdQX5N3Fbp8QYnrrPq2QNgu_kaCu9aLLq7pJ3M,43578
|
|
838
|
+
wbcore/contrib/workflow/templates/Test_Templates.txt,sha256=TPyYY95ZVlOPsdH_XPaDgz11RpB6tZH-PUu6BKutJhE,764
|
|
758
839
|
wbcore/contrib/workflow/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
759
840
|
wbcore/contrib/workflow/tests/conftest.py,sha256=N19AOJYDI8Z2mDGMmVM9ILwuIkkYZ0xCsK4xlv1RXog,1526
|
|
760
841
|
wbcore/contrib/workflow/tests/test_configs.py,sha256=LIGgRTM9l6Fj-RHLG08fM9OdutJVEE63x-0XZ2M7oWQ,205
|
|
@@ -820,6 +901,8 @@ wbcore/crontab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
820
901
|
wbcore/crontab/serializers.py,sha256=rplcmnRCFQZHwGHmBdVpQ5aHWP4U-RiORzjF8P5EkrE,812
|
|
821
902
|
wbcore/crontab/viewsets.py,sha256=YSHnWlLfIIxQCnGpCtYT-il8Pwy-B_xEOnKHor4zr_w,334
|
|
822
903
|
wbcore/docs/__init__.py,sha256=Kx0rV2qqhRwcy-DGwHDCJ9ch-UxVisB6A5kNQ1W5v78,773
|
|
904
|
+
wbcore/docs/orderable.md,sha256=lJYGpZACSsbGTgADpXfOHdBU3GXbsrE9OnlXIV9IHEY,2429
|
|
905
|
+
wbcore/docs/reparent.md,sha256=_pWHAuRwSQZRcvRxa7tsNKVdRP4Nj6O0Zdbwk9AsB9Q,839
|
|
823
906
|
wbcore/filters/__init__.py,sha256=I4NntVOrIgMTPh49Ek5K6J6jEGR6Y8YR_TEVtNOJunw,491
|
|
824
907
|
wbcore/filters/backends.py,sha256=7XX5LcFrAFE5jvFj5qSjww4VMux8aKRlcQKmZxdIiKY,730
|
|
825
908
|
wbcore/filters/defaults.py,sha256=669h3-_fFrUelMIYuZiIYXW6SSKGjNcAHTuJUGCHEhM,1987
|
|
@@ -839,6 +922,7 @@ wbcore/filters/fields/text.py,sha256=wmqCQSL07V-DNDjN6uy4CkCmYbg2vCHq03ckgDpQmfg
|
|
|
839
922
|
wbcore/fsm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
840
923
|
wbcore/fsm/markdown_extensions.py,sha256=ckex3ch0OKqD0RESEdz_sDhYZrfT8fCBbnuKYy6Xz4U,990
|
|
841
924
|
wbcore/fsm/mixins.py,sha256=XnG3kIKw3Ced6e5M6CCI48IKE8gIuhwptfbBtAjgYq8,5352
|
|
925
|
+
wbcore/locale/de/LC_MESSAGES/django.po,sha256=NP-uiR7VZ257fe_haFdKb7uykEEhI8_DELbKeP8SbjY,16540
|
|
842
926
|
wbcore/management/__init__.py,sha256=RXB_EGmmCZU6zwD0ys0jP5iUfhhNaPkSQAApLOJty2E,3023
|
|
843
927
|
wbcore/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
844
928
|
wbcore/management/commands/bootstrap.py,sha256=YEYhT6WK8XbFLOvBwlUYjoHvgnlXaoaeh11YMJ6i-w0,655
|
|
@@ -981,7 +1065,19 @@ wbcore/signals/models.py,sha256=EAf6bz7eugVva29e_m8LiZTtkR-3g_veRAHpN4_2lP4,436
|
|
|
981
1065
|
wbcore/signals/permissions.py,sha256=H3jAeAmRcHJDPzKUnReITnk0vUEfG1LHiPoB-ygu3R8,71
|
|
982
1066
|
wbcore/signals/serializers.py,sha256=0ciF0DZTQYnkqZx8G1Yl3aM0JoWUpGRnmr93jqVlVeQ,286
|
|
983
1067
|
wbcore/templates/forms.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1068
|
+
wbcore/templates/errors/404.html,sha256=hiD4YP3wVt1sG60w-ghAD1FJsaUxre4nnCbG3L_BaWY,3922
|
|
1069
|
+
wbcore/templates/errors/500.html,sha256=G4DWI97Xhurr3mUoVKZfhN4aq5j88hvIP567BT81vW4,3852
|
|
1070
|
+
wbcore/templates/errors/503.html,sha256=srP-4rkWucmDl0Lv9MPZy-Vuum5Z2pwAwe3L-0ieN7o,3675
|
|
1071
|
+
wbcore/templates/errors/custom.html,sha256=dSQy5pn4xrhf1Qq_aEe7DEYLLAt2QoCkvy6tpX-pTbA,3663
|
|
1072
|
+
wbcore/templates/notifications/email_template.html,sha256=k-o9ieU6z6c0SKAw43_iLEleJTIZK43Y8jrRCwbKPCc,1441
|
|
984
1073
|
wbcore/templates/reversion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1074
|
+
wbcore/templates/reversion/compare_detail.html,sha256=1bg0o6ycoCvlw630T1dH3LXJifXx1YndLcm_eJQvbIs,520
|
|
1075
|
+
wbcore/templates/wbcore/dynamic_color_array.html,sha256=GMsZFd0mBQwoZmRe1n_QY2KU3KfjLLnn3aeU_gOkOBw,1510
|
|
1076
|
+
wbcore/templates/wbcore/email_base_template.html,sha256=1SI7aMCQROrxw97RpoiU3W7dc9_J_Ar7wxT9kiHAtq0,13290
|
|
1077
|
+
wbcore/templates/wbcore/email_notification_template.html,sha256=_4gNUJ8UU0AqXGLLNk8zH68n_CXZ3mNYYaMSG16kxw4,127
|
|
1078
|
+
wbcore/templates/wbcore/frontend.html,sha256=ZNm9NgvXwxzs10px95I2GyBhORpw9-adF1AluQJskLE,1912
|
|
1079
|
+
wbcore/templates/wbcore/admin/change_list.html,sha256=R4D2DiiESjopzwvUTThpsGqX1ikYA92D1fPbER-M74Q,188
|
|
1080
|
+
wbcore/templates/wbcore/admin/csv_form.html,sha256=g8w6oXAyvwOL7ckNmR_wch-vxnh-JLXFOa3cUkDnGSA,337
|
|
985
1081
|
wbcore/test/__init__.py,sha256=gxYHDwZugGf-eRh7sG5z7247y5uvyDIHmsm4J0ajBis,713
|
|
986
1082
|
wbcore/test/mixins.py,sha256=U6emQX8diJedJuBenN1Zww3P2Jlg6i1eaitRkmNMTgk,34745
|
|
987
1083
|
wbcore/test/signals.py,sha256=UX7n9zsak30feE1GLXkwAhLEbmRnllNPu17D1top6YI,174
|
|
@@ -1074,6 +1170,6 @@ wbcore/viewsets/generics.py,sha256=lKDq9UY_Tyc56u1bqaIEvHGgoaXwXxpZ1c3fLVteptI,1
|
|
|
1074
1170
|
wbcore/viewsets/mixins.py,sha256=87hc4P_NmpEvafmPdcymYcTWNpFze9FcEBziKwgurDg,11717
|
|
1075
1171
|
wbcore/viewsets/utils.py,sha256=-6KU7VJV6dv4hcHVqF6OfxLEhr3O8A_PpGyfjl7r1KE,881
|
|
1076
1172
|
wbcore/viewsets/viewsets.py,sha256=3FH6vyy-qOR5JWs4-E9C4PpAs95ZIfhhSoMusDH114s,4642
|
|
1077
|
-
wbcore-2.2.
|
|
1078
|
-
wbcore-2.2.
|
|
1079
|
-
wbcore-2.2.
|
|
1173
|
+
wbcore-2.2.6.dist-info/METADATA,sha256=XjV9VTOqUqJszgL6JZQtMhtIv-IwB4gf0oicHt6LxE0,2174
|
|
1174
|
+
wbcore-2.2.6.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
1175
|
+
wbcore-2.2.6.dist-info/RECORD,,
|