accrete 0.0.154__py3-none-any.whl → 0.0.156__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.
- accrete/channels.py +39 -0
- accrete/consumer.py +18 -0
- accrete/contrib/log/admin.py +0 -16
- accrete/contrib/log/migrations/0006_remove_log_accrete_log_model_cf888c_idx_and_more.py +24 -0
- accrete/contrib/log/models.py +3 -1
- accrete/contrib/log/signals.py +1 -3
- accrete/contrib/ui/__init__.py +2 -1
- accrete/contrib/ui/config.py +9 -0
- accrete/contrib/ui/filter.py +1 -1
- accrete/contrib/ui/forms.py +1 -0
- accrete/contrib/ui/migrations/0005_theme_base_theme.py +18 -0
- accrete/contrib/ui/models.py +9 -0
- accrete/contrib/ui/response.py +31 -8
- accrete/contrib/ui/static/js/htmx.min.js +1 -1
- accrete/contrib/ui/static/js/ws.js +1 -0
- accrete/contrib/ui/templates/ui/filter/query_params.html +5 -0
- accrete/contrib/ui/templates/ui/layout.html +35 -16
- accrete/contrib/ui/templates/ui/list.html +4 -2
- accrete/contrib/ui/templates/ui/message.html +5 -3
- accrete/contrib/ui/templates/ui/table.html +2 -0
- accrete/contrib/ui/templates/ui/templatetags/tenant_quick_switch.html +14 -0
- accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html +2 -2
- accrete/contrib/ui/templatetags/ui.py +45 -1
- accrete/contrib/user/templates/user/accrete_navbar_end_dropdown.html +1 -1
- accrete/contrib/user/templates/user/user_preferences.html +1 -0
- accrete/fields.py +13 -0
- accrete/middleware.py +1 -0
- accrete/migrations/0009_alter_accessgroup_name.py +18 -2
- accrete/migrations/0010_alter_accessgroup_description.py +46 -0
- accrete/models.py +3 -3
- accrete/tenant.py +1 -0
- accrete/utils/__init__.py +4 -1
- accrete/utils/models.py +18 -0
- accrete/utils/views.py +1 -1
- {accrete-0.0.154.dist-info → accrete-0.0.156.dist-info}/METADATA +1 -1
- {accrete-0.0.154.dist-info → accrete-0.0.156.dist-info}/RECORD +38 -30
- {accrete-0.0.154.dist-info → accrete-0.0.156.dist-info}/WHEEL +0 -0
- {accrete-0.0.154.dist-info → accrete-0.0.156.dist-info}/licenses/LICENSE +0 -0
@@ -1,15 +1,17 @@
|
|
1
1
|
accrete/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
accrete/admin.py,sha256=sK7jzjVTdAPim3TnOluRdorRZYVt2Rv8vx7Bw7dix-I,1308
|
3
3
|
accrete/apps.py,sha256=F7ynMLHJr_6bRujWtZVUzCliY2CGKiDvyUmL4F68L2E,146
|
4
|
+
accrete/channels.py,sha256=GCatQ4JM0Ailophvuf02xjfdhS4z5U90l4BoSCDKLIs,1291
|
4
5
|
accrete/config.py,sha256=1Yubvz5PVdCsX0tA7HvazhtnvCvgCoEl33_dR8SHpb8,392
|
6
|
+
accrete/consumer.py,sha256=Vnxete60NfUxogyBiI3kwULbSyeEOF93JYvq6L_cgEg,441
|
5
7
|
accrete/context_processors.py,sha256=DySglwyD2TwPsxhElVkYDvyBBUJabEKGMiKCLe0KN4Q,148
|
6
|
-
accrete/fields.py,sha256=
|
8
|
+
accrete/fields.py,sha256=6eH1ipmdqxpCRhDcAkfICffWkM0WkzWIADTsD2SXCm0,5149
|
7
9
|
accrete/forms.py,sha256=H2hPQemslRLvTVV0Wl1TfUmTc5wU3Z98nQTMiLMliqo,1288
|
8
10
|
accrete/managers.py,sha256=p5HGN2EPjIeI9R263kKprDZcBd3IMMKT8Jfq8w2CB7g,1846
|
9
|
-
accrete/middleware.py,sha256=
|
10
|
-
accrete/models.py,sha256=
|
11
|
+
accrete/middleware.py,sha256=CaqGfDLUd1hvOtx1XJlR6M5sgSYgl2sTPbBivvXw0aM,2306
|
12
|
+
accrete/models.py,sha256=24NxD9kvgu1PrwuxdWFRT-29X11BLY8IxcFLHn57MLk,5755
|
11
13
|
accrete/storage.py,sha256=Jp3oE_uPMqgarjS_G49KDFrR2eSe4XuIJK9oAF_QBxk,1288
|
12
|
-
accrete/tenant.py,sha256=
|
14
|
+
accrete/tenant.py,sha256=2H38-M9xBkChWpZ3swjQ08StCmZp5DNDmm19jHVDDSY,2290
|
13
15
|
accrete/tests.py,sha256=Agltbzwwh5htvq_Qi9vqvxutzmg_GwgPS_N19xJZRlw,7197
|
14
16
|
accrete/urls.py,sha256=goDFR-yhOlLLy7AMi9pmh2aBkxdtZtwXNg6mwI2zPhU,227
|
15
17
|
accrete/views.py,sha256=YC6QUhIEmu80pil-aonlw3IYuPF3WP3fN2G-B5wsunY,6354
|
@@ -23,13 +25,13 @@ accrete/contrib/country/migrations/0002_auto_20250219_1759.py,sha256=hSP0WEErHHJ
|
|
23
25
|
accrete/contrib/country/migrations/0003_alter_country_options.py,sha256=0reOOdHuApMA5pw4ga6BW63TCG2U1i8T8oSug7EjUXw,428
|
24
26
|
accrete/contrib/country/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
27
|
accrete/contrib/log/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
accrete/contrib/log/admin.py,sha256=
|
28
|
+
accrete/contrib/log/admin.py,sha256=iUNGFJJLFlCxvampt-LYDOrMu_fffNY2Vo4m1m5aQlM,799
|
27
29
|
accrete/contrib/log/apps.py,sha256=O0Cje3MmpxPToJVgO195lBg0tRCy9Ou87-ntcdGBKM0,369
|
28
30
|
accrete/contrib/log/config.py,sha256=vRzPVbiUfpo5NGtgiJv5mEKR_h3qsYI_brxjni6-Z-Y,132
|
29
31
|
accrete/contrib/log/helper.py,sha256=n5QXPf4Lo8NvxDaJifZs4QVNJdiNyr17e_z26QT9V-U,2514
|
30
|
-
accrete/contrib/log/models.py,sha256=
|
32
|
+
accrete/contrib/log/models.py,sha256=bNhfYgz8czZNGDroOA-xvuM-Ad96gQ1C1475EIWPtFg,6276
|
31
33
|
accrete/contrib/log/queries.py,sha256=IsdzgcKkCeKE8pOa7zOFuaHcJUGG0wyr8EG1CrRrZRw,1189
|
32
|
-
accrete/contrib/log/signals.py,sha256=
|
34
|
+
accrete/contrib/log/signals.py,sha256=q4ZjAoPBCWXnn--a42J9NKzU3cfadjNBdjoGcBLjfus,2147
|
33
35
|
accrete/contrib/log/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
34
36
|
accrete/contrib/log/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
|
35
37
|
accrete/contrib/log/migrations/0001_initial.py,sha256=wkGMfaYc09dOuJXY0JengDBTkS98rMutUzmEAb6eK3E,2130
|
@@ -37,6 +39,7 @@ accrete/contrib/log/migrations/0002_log_user_alter_log_new_value_type_and_more.p
|
|
37
39
|
accrete/contrib/log/migrations/0003_alter_log_tenant.py,sha256=yp3WizRdAPvPctMiCmKcsqVix3a0LaIRmuAB6LJ6Gb0,582
|
38
40
|
accrete/contrib/log/migrations/0004_logconfig_logconfigfield.py,sha256=iXD3kDj8GAD5Dce9xVozl0n8KCQaK4LsQkLHR3BDZ28,2367
|
39
41
|
accrete/contrib/log/migrations/0005_logconfig_exclude_fields_and_more.py,sha256=eN0AG2vR80-9NvMBfijjM04qPfRGxO7B8VFabrEZ_ZQ,1127
|
42
|
+
accrete/contrib/log/migrations/0006_remove_log_accrete_log_model_cf888c_idx_and_more.py,sha256=K4gA_MrunNpKdvMZFq7CDsAQvnRqBiHspHlgI1ZYO6M,708
|
40
43
|
accrete/contrib/log/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
41
44
|
accrete/contrib/sequence/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
42
45
|
accrete/contrib/sequence/admin.py,sha256=mTjab5cVklRUIQcSrsUo-_JgtXEsSdcFj_gfWhlStS4,273
|
@@ -60,14 +63,15 @@ accrete/contrib/system_mail/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2
|
|
60
63
|
accrete/contrib/system_mail/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
|
61
64
|
accrete/contrib/system_mail/migrations/0001_initial.py,sha256=6cwkkRXGjXvwXoMjjgmWmcPyXSTlUbhW1vMiHObk9MQ,1074
|
62
65
|
accrete/contrib/system_mail/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
|
-
accrete/contrib/ui/__init__.py,sha256=
|
66
|
+
accrete/contrib/ui/__init__.py,sha256=MNeG4PxPZIY_mc_AbxgnrX07OdYvSQCGX8jL1qTQ0t4,391
|
64
67
|
accrete/contrib/ui/admin.py,sha256=MKShWrFexu9_k-lcCAwn1i1SlKqFV2ScCLo_pU5dX4E,245
|
65
68
|
accrete/contrib/ui/apps.py,sha256=E0ao2ox6PQ3ldfeR17FXJUUJuGiWjm2DPCxHbPXGzls,152
|
66
|
-
accrete/contrib/ui/
|
67
|
-
accrete/contrib/ui/
|
69
|
+
accrete/contrib/ui/config.py,sha256=g2nvcsFq9aTleauTRUbV7TJGQ5I6xId-LpeSgoWNIXI,192
|
70
|
+
accrete/contrib/ui/filter.py,sha256=MZfy6p4Q6TVvtjl5nF7_6CemOe1twbk0Bj5LWptjcwM,13722
|
71
|
+
accrete/contrib/ui/forms.py,sha256=Ul3daXNwWLN1G3ppwOvNztrilIAGeLwNY1a-g-njrjQ,2049
|
68
72
|
accrete/contrib/ui/middleware.py,sha256=fVjKeDXnGiJw7NRYZK3nCkj7g-MAainiBl-VhpE3XdQ,1792
|
69
|
-
accrete/contrib/ui/models.py,sha256=
|
70
|
-
accrete/contrib/ui/response.py,sha256=
|
73
|
+
accrete/contrib/ui/models.py,sha256=ikwd7vHuq0R_qcr_gczcHHRvkXwr-zJMrfrriIUJD7U,3426
|
74
|
+
accrete/contrib/ui/response.py,sha256=0wkGpn6XJQRBDA6AYJKtnkTx_jzkJXqrLWE4i6RHVKQ,14635
|
71
75
|
accrete/contrib/ui/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
72
76
|
accrete/contrib/ui/urls.py,sha256=5XUfK85HYWYf7oopMoJEEYmQ6pNgHgZBErBEn97pBt4,337
|
73
77
|
accrete/contrib/ui/views.py,sha256=foVB7rx3_FWU9fkPdUKiqkVsWraAyfenC2OTNyYt7lI,4644
|
@@ -75,6 +79,7 @@ accrete/contrib/ui/migrations/0001_initial.py,sha256=fZyUj3q1grEJT_9a4UYGT10OZEn
|
|
75
79
|
accrete/contrib/ui/migrations/0002_alter_theme_color_danger_alter_theme_color_link_and_more.py,sha256=FQDCkb9qYF-qULZOEiJwruXjDvWuLpHPpku1ZsQKRSE,1244
|
76
80
|
accrete/contrib/ui/migrations/0003_alter_theme_check_user_or_tenant.py,sha256=HwOOKR7w0zh_mY55gjPK7KdVhhiNAv-_68wOoBRtbfU,784
|
77
81
|
accrete/contrib/ui/migrations/0004_theme_force_tenant_theme.py,sha256=YkH1NBiDGpSt8jatpXHGkOZmkI0Zg_cimalhEHGfuLw,503
|
82
|
+
accrete/contrib/ui/migrations/0005_theme_base_theme.py,sha256=guidRLiBg3v0v8-hxckVq-yVmEDMltVCuLKwByuj58A,465
|
78
83
|
accrete/contrib/ui/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
79
84
|
accrete/contrib/ui/static/bulma/LICENSE,sha256=--fY7Bi3Lt7RXXnKc9pe756OJY9fGv-D5OmT5pdSJ5w,1080
|
80
85
|
accrete/contrib/ui/static/bulma/README.md,sha256=hOiUDWZBD3J2-V4SZeWZ_u9Z16YD_eaD0J_tZdjjkIY,14427
|
@@ -183,7 +188,8 @@ accrete/contrib/ui/static/js/alpine-3.14.9.js,sha256=tgDjY9mdlURNtUrL-y3v_smueSq
|
|
183
188
|
accrete/contrib/ui/static/js/alpine-focus-3.14.9.js,sha256=Ayau4EuKva7SPKujcCUpGluBqBLa-TgSi_4eRIRVc-8,14937
|
184
189
|
accrete/contrib/ui/static/js/alpine-sort-3.14.9.js,sha256=tFKFh4yWJOYN69Holh9DDjSctbLmWsWgHQLDroJAnjw,38101
|
185
190
|
accrete/contrib/ui/static/js/filter.js,sha256=XZ9BDoIwXM1jVp1uvefbbnua2sJ9Y1EVraeDuzQIm8Y,4578
|
186
|
-
accrete/contrib/ui/static/js/htmx.min.js,sha256=
|
191
|
+
accrete/contrib/ui/static/js/htmx.min.js,sha256=tnaO7U86-Ftzp1BUcBvWDhfKxxiu8rf2slTl4OIEVhY,51007
|
192
|
+
accrete/contrib/ui/static/js/ws.js,sha256=Pw7TU95j30Vug92V4eldgIMA-cAD7g6LoR23UT0tfI0,5152
|
187
193
|
accrete/contrib/ui/static/webfonts/fa-brands-400.ttf,sha256=VlbVlrxZcWWkIYL2eyufF9KuR6nj7xsEK5pylzlzBwU,207972
|
188
194
|
accrete/contrib/ui/static/webfonts/fa-brands-400.woff2,sha256=OokkzVIDooYocWrttc7wlD2kw7ROP_zukKsGOHtBxJA,117372
|
189
195
|
accrete/contrib/ui/static/webfonts/fa-regular-400.ttf,sha256=XQLcm4WOPIWnlPh-N5hX9P7cTibPFQAXFKmg4LHSKU0,68004
|
@@ -206,26 +212,27 @@ accrete/contrib/ui/templates/ui/custom_theme.html,sha256=son43yhp-7ROTpRU9SY3pSg
|
|
206
212
|
accrete/contrib/ui/templates/ui/detail.html,sha256=V0HccLE0Pb-5haQFpvIoWZfF1UOrvMwPYv2UTwRnt_A,293
|
207
213
|
accrete/contrib/ui/templates/ui/favicon.html,sha256=ZSK6qDGV4Cexgt0VA3KOHYN100yZHOFjfOiFZVudWg0,90
|
208
214
|
accrete/contrib/ui/templates/ui/form_error.html,sha256=WWqfFWyJ_LCzm5IkxXztn23GFak5wyM2HZcmiZ3Eq9s,417
|
209
|
-
accrete/contrib/ui/templates/ui/layout.html,sha256=
|
210
|
-
accrete/contrib/ui/templates/ui/list.html,sha256=
|
215
|
+
accrete/contrib/ui/templates/ui/layout.html,sha256=2Geugdxea9Qw8LFsePg9-BE4NtpeI3Ems1WarpyqC2A,15020
|
216
|
+
accrete/contrib/ui/templates/ui/list.html,sha256=jzxklYBF_oDLKvXxYe-h3x2r5PK04A8flWnZ5-qZ4rM,2392
|
211
217
|
accrete/contrib/ui/templates/ui/list_update.html,sha256=CUV-OJCieOBrtSbh0vAoyZYL-_e9lP7vQrY4j1TlT7M,276
|
212
|
-
accrete/contrib/ui/templates/ui/message.html,sha256=
|
218
|
+
accrete/contrib/ui/templates/ui/message.html,sha256=BGF00gdPSCGrWoZBi6d7U-ohNkDuF0ODKp4_fy0jtTU,856
|
213
219
|
accrete/contrib/ui/templates/ui/modal.html,sha256=sJI7YwTHPvirNlig69A08z7sk_5aYRmyeAUWzm1ceVs,3464
|
214
220
|
accrete/contrib/ui/templates/ui/oob.html,sha256=lZHIBBYclefbGkKguS1A7vrtOhODJizbSRaGAAHDvG8,267
|
215
|
-
accrete/contrib/ui/templates/ui/table.html,sha256=
|
221
|
+
accrete/contrib/ui/templates/ui/table.html,sha256=ATxvStGMsc0Fz4FkUD2xZs_xhbY1-Zn1zGTrBE_w62s,3792
|
216
222
|
accrete/contrib/ui/templates/ui/table_row_update.html,sha256=v3YHCzQbGbp3zC6zmJ_EvNvtgvCH_84R6gUsH5mpC0k,439
|
217
223
|
accrete/contrib/ui/templates/ui/filter/filter.html,sha256=GOTXouHH4RSCFsIzg1UPFAcmKaNNxTPmRj5Bx9K1m4o,759
|
218
224
|
accrete/contrib/ui/templates/ui/filter/query_input.html,sha256=OYXO0l5kVOvsnOYUsa8KaME6tC5AV8C1mJgDtW7nQHE,1975
|
219
225
|
accrete/contrib/ui/templates/ui/filter/query_operator.html,sha256=h4WWLDnse6DK5Rb_0TTb0wqWxhvY_g3qjwx8_eENMuI,569
|
220
|
-
accrete/contrib/ui/templates/ui/filter/query_params.html,sha256=
|
226
|
+
accrete/contrib/ui/templates/ui/filter/query_params.html,sha256=9Kyb-dQRitjeruIEx1HJUI0elznb0KSV5fJR6keWi_4,9994
|
221
227
|
accrete/contrib/ui/templates/ui/filter/query_tags.html,sha256=ooeIwIwvhT0fG5SMAuLoMquTVUmYf5n50DM-3gC_iAo,1567
|
222
228
|
accrete/contrib/ui/templates/ui/templatetags/field.html,sha256=3wkjN-OJ6Em0_xskDWak9gpOVbNaXGU3RAMsxBwPH-8,3141
|
229
|
+
accrete/contrib/ui/templates/ui/templatetags/tenant_quick_switch.html,sha256=5AZ_asMZ5gX7gM3_qD65EXxC9kuTRJLUmNcx4RzHi6Y,926
|
223
230
|
accrete/contrib/ui/templates/ui/widgets/date_weekday.html,sha256=l5k7lFJjdao49Q6oyGf20go-bXJFlidTuUVKYOuISGE,628
|
224
231
|
accrete/contrib/ui/templates/ui/widgets/model_search_select.html,sha256=Pv28g0CRBTeW--v9LoP39NDDc18RGEC8Hu9MAN-Tsi0,2996
|
225
|
-
accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html,sha256=
|
232
|
+
accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html,sha256=stEhZXCvaj8jjRTg1chwQmyWPeseQaDrLPr257vNtGo,4697
|
226
233
|
accrete/contrib/ui/templates/ui/widgets/model_search_select_options.html,sha256=4Wky0XkYWZlIKXTXzGjJkJTX3H9rhjXTY1hYai3Q3TA,242
|
227
234
|
accrete/contrib/ui/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
228
|
-
accrete/contrib/ui/templatetags/ui.py,sha256=
|
235
|
+
accrete/contrib/ui/templatetags/ui.py,sha256=7KmBsQ-q9poHSs2EC5pkkMC-pp9b-kj3RMymggZ4UGM,7461
|
229
236
|
accrete/contrib/ui/widgets/__init__.py,sha256=2mcvXyFNdFkqOVHGUBDbLmbaJnWnoFaS1uc4dqmdtpE,106
|
230
237
|
accrete/contrib/ui/widgets/date_weekday.py,sha256=r6VNE8dwGVZq4jJLGF_MP320-yp482Iykh-WsjeY9XU,148
|
231
238
|
accrete/contrib/ui/widgets/search_select.py,sha256=CnWQp2JpzjNJy9arG_sFWoRvVs29x9OzdgULm7yh7d0,3745
|
@@ -252,12 +259,12 @@ accrete/contrib/user/migrations/0008_remove_user_no_email_for_managed_user_and_m
|
|
252
259
|
accrete/contrib/user/migrations/0009_alter_user_theme.py,sha256=o5s0NCEhauE72Z35q3ggsy3-L8PhFmRnQ2x4dlR1aQE,517
|
253
260
|
accrete/contrib/user/migrations/0010_alter_user_theme.py,sha256=l2raJRmLErPCBqep9-v7kor4jzmG27wAT0ZWTwkFTk0,510
|
254
261
|
accrete/contrib/user/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
255
|
-
accrete/contrib/user/templates/user/accrete_navbar_end_dropdown.html,sha256=
|
262
|
+
accrete/contrib/user/templates/user/accrete_navbar_end_dropdown.html,sha256=kp0_IGY3aRXktrlauruW0ciF84rpR0VzI0PUw7rzSag,351
|
256
263
|
accrete/contrib/user/templates/user/change_email.html,sha256=frkoUCUwNtVSe9fhxmFmiM8T3RaFzLKOpAv5gZ7F-AY,473
|
257
264
|
accrete/contrib/user/templates/user/change_password.html,sha256=e9_8pGJoEj8FqfgrC_IcDiHuP3gB9BD8ayj-BU-R8kA,538
|
258
265
|
accrete/contrib/user/templates/user/login.html,sha256=kzdRosCXadRKdwVRulQTjtVCDx1wmp1VRNsBOKCvCs8,1986
|
259
266
|
accrete/contrib/user/templates/user/password_forgotten.html,sha256=aoNR9VUhLkDFLIQ3NUA2Oh19bFlro0ZXvcRUdGDNPnc,30
|
260
|
-
accrete/contrib/user/templates/user/user_preferences.html,sha256=
|
267
|
+
accrete/contrib/user/templates/user/user_preferences.html,sha256=QM1mnZUoFzNBKER0jEa0eM-xDXHqKWgzzL5PwbEqujk,2857
|
261
268
|
accrete/contrib/user_registration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
262
269
|
accrete/contrib/user_registration/admin.py,sha256=kwmGTsg4Hii-lsw9-UaJG7AhQ4k4SPi48GSrtpZ4YR4,119
|
263
270
|
accrete/contrib/user_registration/apps.py,sha256=mYu3fuuubfjImeJHk4D_Wd6Edw2r3oUNXGcFbAkhir4,181
|
@@ -279,15 +286,16 @@ accrete/migrations/0005_accessgroup_apply_on_alter_member_access_groups_and_more
|
|
279
286
|
accrete/migrations/0006_alter_member_user.py,sha256=l1m1uaP1q8yaCqX2cWdzRcL-fe4VLb1SqQmP966weNQ,643
|
280
287
|
accrete/migrations/0007_accessgroup_description.py,sha256=T8BX0gSckC_fM_uD6a5-fdD-ucAn54vyY7_8o0tDIXA,429
|
281
288
|
accrete/migrations/0008_alter_member_access_groups_and_more.py,sha256=U2VpQJkLsajpL-rvzx-co5V3jYSxMnvkvjSznyVkr34,782
|
282
|
-
accrete/migrations/0009_alter_accessgroup_name.py,sha256=
|
289
|
+
accrete/migrations/0009_alter_accessgroup_name.py,sha256=JD5j-7syUmUtmxfwxwK-nbHhqx4CIXU79CQrEFg5_hA,1360
|
290
|
+
accrete/migrations/0010_alter_accessgroup_description.py,sha256=1oRSg_coeqbNtQOYp4jsp1H5TMGK0gpJIGdjyXyJp60,1454
|
283
291
|
accrete/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
284
|
-
accrete/utils/__init__.py,sha256=
|
292
|
+
accrete/utils/__init__.py,sha256=ZqTvAA625k3NVZHXb4PpPOVAIV3gUESfCe6Ad2f1wuM,361
|
285
293
|
accrete/utils/dates.py,sha256=apM6kt6JhGrKgoT0jfav1W-8AUVTxNc9xt3fJQ2n0JI,1492
|
286
294
|
accrete/utils/forms.py,sha256=naV4urdfvmpxcx5Vf3Fo72M5Fy8DjGg5-vkysMKptbA,3914
|
287
295
|
accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
|
288
|
-
accrete/utils/models.py,sha256=
|
289
|
-
accrete/utils/views.py,sha256=
|
290
|
-
accrete-0.0.
|
291
|
-
accrete-0.0.
|
292
|
-
accrete-0.0.
|
293
|
-
accrete-0.0.
|
296
|
+
accrete/utils/models.py,sha256=0uDhiWl7G2MDnbdYcAdKaIArw-NFMSwRArCcZ0FrZSk,1509
|
297
|
+
accrete/utils/views.py,sha256=LE9pZ1x9f7ioaPYydbrN4t1b0o6NIIq0qUjPTb1Qkbw,5022
|
298
|
+
accrete-0.0.156.dist-info/METADATA,sha256=z9JgzV9JvLMWct6-DAXIuoBqTW0K11cYAnq6SuY_V_g,4953
|
299
|
+
accrete-0.0.156.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
300
|
+
accrete-0.0.156.dist-info/licenses/LICENSE,sha256=vHwb4Qnv8UfYKFiCWyTuRGsi49x19UQwHRCky3b2_NE,1057
|
301
|
+
accrete-0.0.156.dist-info/RECORD,,
|
File without changes
|
File without changes
|