accrete 0.0.149__py3-none-any.whl → 0.0.151__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.
Files changed (44) hide show
  1. accrete/contrib/log/queries.py +3 -1
  2. accrete/contrib/ui/admin.py +9 -1
  3. accrete/contrib/ui/forms.py +57 -0
  4. accrete/contrib/ui/migrations/0001_initial.py +39 -0
  5. accrete/contrib/ui/migrations/0002_alter_theme_color_danger_alter_theme_color_link_and_more.py +38 -0
  6. accrete/contrib/ui/migrations/0003_alter_theme_check_user_or_tenant.py +21 -0
  7. accrete/contrib/ui/migrations/0004_theme_force_tenant_theme.py +18 -0
  8. accrete/contrib/ui/models.py +115 -1
  9. accrete/contrib/ui/response.py +14 -5
  10. accrete/contrib/ui/static/css/accrete.css +23 -57
  11. accrete/contrib/ui/static/css/accrete.css.map +1 -1
  12. accrete/contrib/ui/static/css/accrete.scss +76 -55
  13. accrete/contrib/ui/templates/django/forms/widgets/input.html +1 -1
  14. accrete/contrib/ui/templates/ui/custom_theme.html +19 -0
  15. accrete/contrib/ui/templates/ui/layout.html +9 -9
  16. accrete/contrib/ui/templates/ui/list.html +2 -2
  17. accrete/contrib/ui/templates/ui/message.html +2 -2
  18. accrete/contrib/ui/templates/ui/modal.html +3 -3
  19. accrete/contrib/ui/templates/ui/table.html +5 -5
  20. accrete/contrib/ui/templates/ui/templatetags/field.html +50 -11
  21. accrete/contrib/ui/templates/ui/widgets/date_weekday.html +10 -0
  22. accrete/contrib/ui/templates/ui/widgets/model_search_select.html +4 -3
  23. accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html +5 -4
  24. accrete/contrib/ui/templatetags/ui.py +37 -5
  25. accrete/contrib/ui/views.py +90 -2
  26. accrete/contrib/ui/widgets/__init__.py +1 -0
  27. accrete/contrib/ui/widgets/date_weekday.py +6 -0
  28. accrete/contrib/ui/widgets/search_select.py +2 -2
  29. accrete/contrib/user/forms.py +1 -1
  30. accrete/contrib/user/migrations/0009_alter_user_theme.py +18 -0
  31. accrete/contrib/user/migrations/0010_alter_user_theme.py +18 -0
  32. accrete/contrib/user/models.py +5 -3
  33. accrete/contrib/user/templates/user/login.html +3 -11
  34. accrete/contrib/user/templates/user/user_preferences.html +27 -15
  35. accrete/contrib/user/views.py +7 -2
  36. accrete/fields.py +4 -2
  37. accrete/managers.py +9 -0
  38. accrete/migrations/0009_alter_accessgroup_name.py +30 -0
  39. accrete/models.py +6 -4
  40. accrete/views.py +32 -20
  41. {accrete-0.0.149.dist-info → accrete-0.0.151.dist-info}/METADATA +1 -1
  42. {accrete-0.0.149.dist-info → accrete-0.0.151.dist-info}/RECORD +44 -33
  43. {accrete-0.0.149.dist-info → accrete-0.0.151.dist-info}/WHEEL +0 -0
  44. {accrete-0.0.149.dist-info → accrete-0.0.151.dist-info}/licenses/LICENSE +0 -0
@@ -3,16 +3,16 @@ accrete/admin.py,sha256=sK7jzjVTdAPim3TnOluRdorRZYVt2Rv8vx7Bw7dix-I,1308
3
3
  accrete/apps.py,sha256=F7ynMLHJr_6bRujWtZVUzCliY2CGKiDvyUmL4F68L2E,146
4
4
  accrete/config.py,sha256=1Yubvz5PVdCsX0tA7HvazhtnvCvgCoEl33_dR8SHpb8,392
5
5
  accrete/context_processors.py,sha256=DySglwyD2TwPsxhElVkYDvyBBUJabEKGMiKCLe0KN4Q,148
6
- accrete/fields.py,sha256=9SlltB5AJvDfiAbYGWZemrqpjqDl1XNgNrhyTGoBJ2A,4693
6
+ accrete/fields.py,sha256=iaEi8Lb2W5AJ4MZpQ5W90LILKN2u_BRsZB_GU7UOcSA,4749
7
7
  accrete/forms.py,sha256=H2hPQemslRLvTVV0Wl1TfUmTc5wU3Z98nQTMiLMliqo,1288
8
- accrete/managers.py,sha256=DevRVm7cStvlfz6TriitSINr40POCi4HNaHX48VkrMA,1620
8
+ accrete/managers.py,sha256=p5HGN2EPjIeI9R263kKprDZcBd3IMMKT8Jfq8w2CB7g,1846
9
9
  accrete/middleware.py,sha256=Xt8iU8K8nBsReGEKrbNsQMWRYwy50MLpQx4fx4QF110,2305
10
- accrete/models.py,sha256=ONj6Q4Gqxq_g6GbYeXKWVCgb7MZNmN846K3Ec_NuAds,5612
10
+ accrete/models.py,sha256=XY0PVVJ49QZ8pZUHdk71e0Qdu5po03lfd1p5u9o5N0M,5694
11
11
  accrete/storage.py,sha256=Jp3oE_uPMqgarjS_G49KDFrR2eSe4XuIJK9oAF_QBxk,1288
12
12
  accrete/tenant.py,sha256=vfalmdfDsjYbl-ol3RqvsTC-YnuQs0JuSC7o85UInG0,2289
13
13
  accrete/tests.py,sha256=Agltbzwwh5htvq_Qi9vqvxutzmg_GwgPS_N19xJZRlw,7197
14
14
  accrete/urls.py,sha256=goDFR-yhOlLLy7AMi9pmh2aBkxdtZtwXNg6mwI2zPhU,227
15
- accrete/views.py,sha256=O8VytX3LtDizhWla_uRdXUiRnfGbgs9Z4xtubwqIOA4,5883
15
+ accrete/views.py,sha256=YC6QUhIEmu80pil-aonlw3IYuPF3WP3fN2G-B5wsunY,6354
16
16
  accrete/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  accrete/contrib/country/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  accrete/contrib/country/admin.py,sha256=0dAcFPfC8c80fhKKOL26-5Wl1uWXBYrkUJEjo2sEkk4,329
@@ -28,7 +28,7 @@ accrete/contrib/log/apps.py,sha256=O0Cje3MmpxPToJVgO195lBg0tRCy9Ou87-ntcdGBKM0,3
28
28
  accrete/contrib/log/config.py,sha256=vRzPVbiUfpo5NGtgiJv5mEKR_h3qsYI_brxjni6-Z-Y,132
29
29
  accrete/contrib/log/helper.py,sha256=n5QXPf4Lo8NvxDaJifZs4QVNJdiNyr17e_z26QT9V-U,2514
30
30
  accrete/contrib/log/models.py,sha256=XRElQUV6Obj4BCMTXE85jcpEup7m-MCRVfquxmt9_Xc,6210
31
- accrete/contrib/log/queries.py,sha256=JMI_q6dQ0JjyORtfRPOW92of45TFxqPiwIhHEEar34o,1126
31
+ accrete/contrib/log/queries.py,sha256=IsdzgcKkCeKE8pOa7zOFuaHcJUGG0wyr8EG1CrRrZRw,1189
32
32
  accrete/contrib/log/signals.py,sha256=OTV4Ajd3oiICLPkLBjfGmeE_FNDsUmThbwQ-K6BH6_k,2174
33
33
  accrete/contrib/log/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
34
34
  accrete/contrib/log/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
@@ -61,15 +61,20 @@ accrete/contrib/system_mail/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpB
61
61
  accrete/contrib/system_mail/migrations/0001_initial.py,sha256=6cwkkRXGjXvwXoMjjgmWmcPyXSTlUbhW1vMiHObk9MQ,1074
62
62
  accrete/contrib/system_mail/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
63
  accrete/contrib/ui/__init__.py,sha256=DTl4vnTWdYTdChIPv--iYzRGAKi9uVx6NGxrF36iO6Q,365
64
- accrete/contrib/ui/admin.py,sha256=suMo4x8I3JBxAFBVIdE-5qnqZ6JAZV0FESABHOSc-vg,63
64
+ accrete/contrib/ui/admin.py,sha256=MKShWrFexu9_k-lcCAwn1i1SlKqFV2ScCLo_pU5dX4E,245
65
65
  accrete/contrib/ui/apps.py,sha256=E0ao2ox6PQ3ldfeR17FXJUUJuGiWjm2DPCxHbPXGzls,152
66
66
  accrete/contrib/ui/filter.py,sha256=WWELsSZF-v7FxAWw1gGvYHFBB0BhmQWuWacI_joTKas,13703
67
+ accrete/contrib/ui/forms.py,sha256=k2C1O55CDE6uQiIoE4URtkOPT_TP_W0lpHmUVVqlWFo,2023
67
68
  accrete/contrib/ui/middleware.py,sha256=QprWR8FXK9iMPIvLQAeYASaUJSW0uD9BHoYroMKrph0,1560
68
- accrete/contrib/ui/models.py,sha256=Vjc0p2XbAPgE6HyTF6vll98A4eDhA5AvaQqsc4kQ9AQ,57
69
- accrete/contrib/ui/response.py,sha256=mqFqDLdKcR000Iy4BTLTDY84ck7iYhhsp6roqDz7Ws0,13394
69
+ accrete/contrib/ui/models.py,sha256=VcUZzfZCxUpAPXgZUy9PaSx9IZ1C0wNKWOZUNJRm-lQ,3225
70
+ accrete/contrib/ui/response.py,sha256=9ecshf8GEg2nGN42b4UlS5r89Z2AESX3vXfR4fRxQek,13880
70
71
  accrete/contrib/ui/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
71
72
  accrete/contrib/ui/urls.py,sha256=5XUfK85HYWYf7oopMoJEEYmQ6pNgHgZBErBEn97pBt4,337
72
- accrete/contrib/ui/views.py,sha256=5VUbP0jgMcLMv9-3AKxkV315RA0qXuw5PmTRejPc0Yg,1136
73
+ accrete/contrib/ui/views.py,sha256=foVB7rx3_FWU9fkPdUKiqkVsWraAyfenC2OTNyYt7lI,4644
74
+ accrete/contrib/ui/migrations/0001_initial.py,sha256=fZyUj3q1grEJT_9a4UYGT10OZEn5p8fsbkJC5hjH7XU,1984
75
+ accrete/contrib/ui/migrations/0002_alter_theme_color_danger_alter_theme_color_link_and_more.py,sha256=FQDCkb9qYF-qULZOEiJwruXjDvWuLpHPpku1ZsQKRSE,1244
76
+ accrete/contrib/ui/migrations/0003_alter_theme_check_user_or_tenant.py,sha256=HwOOKR7w0zh_mY55gjPK7KdVhhiNAv-_68wOoBRtbfU,784
77
+ accrete/contrib/ui/migrations/0004_theme_force_tenant_theme.py,sha256=YkH1NBiDGpSt8jatpXHGkOZmkI0Zg_cimalhEHGfuLw,503
73
78
  accrete/contrib/ui/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
79
  accrete/contrib/ui/static/bulma/LICENSE,sha256=--fY7Bi3Lt7RXXnKc9pe756OJY9fGv-D5OmT5pdSJ5w,1080
75
80
  accrete/contrib/ui/static/bulma/README.md,sha256=hOiUDWZBD3J2-V4SZeWZ_u9Z16YD_eaD0J_tZdjjkIY,14427
@@ -167,9 +172,9 @@ accrete/contrib/ui/static/bulma/versions/bulma-no-dark-mode.scss,sha256=1tXoYLlK
167
172
  accrete/contrib/ui/static/bulma/versions/bulma-no-helpers-prefixed.scss,sha256=NRrD7Euz_mfDI02D92a63M6H4UhArjhWy3g5DIhQr5o,366
168
173
  accrete/contrib/ui/static/bulma/versions/bulma-no-helpers.scss,sha256=gyRiEug6frpDJEaxZ7VybdApnmNS5R5A9Zn1R0yWLJg,335
169
174
  accrete/contrib/ui/static/bulma/versions/bulma-prefixed.scss,sha256=cDhte1VyFupdjYFXpUyQb7wGB8aUKDGYuKluZCY5CtA,133
170
- accrete/contrib/ui/static/css/accrete.css,sha256=i3NxjXuMwb-wgnDgX_GohHdWxfDRakv-isig-y_Li18,8065
171
- accrete/contrib/ui/static/css/accrete.css.map,sha256=pue97ypofcpAUPiKg7jIHJB8UeGnash813UNiNA0QFY,4712
172
- accrete/contrib/ui/static/css/accrete.scss,sha256=OTD_70Fv1q38PBghFop-IGmZidmPFXqw_Grzys5DbkU,8114
175
+ accrete/contrib/ui/static/css/accrete.css,sha256=zQdodNStd8z6htwD-hT-Y0_MWuqxyQVfsazWtQgPV8g,6829
176
+ accrete/contrib/ui/static/css/accrete.css.map,sha256=DHtS0sI_UEdIEWE09u6p07plIc0FW5iULhz0EWPm2Qw,4031
177
+ accrete/contrib/ui/static/css/accrete.scss,sha256=oV8q0Yss3I5aGcc0DD8POg2KT5MC0bJeZwWyIBcufgg,8668
173
178
  accrete/contrib/ui/static/css/fa.css,sha256=wiz7ZSCn_btzhjKDQBms9Hx4sSeUYsDrTLg7roPstac,102641
174
179
  accrete/contrib/ui/static/css/icons.css,sha256=5550KHsaayeEtRaUdf0h7esQhyec-_5ZfecZ_sOC6v0,6334
175
180
  accrete/contrib/ui/static/icons/Logo.svg,sha256=hGZuxrAa-LRpFavFiF8Lnc7X9OQcqmb6Xl_dxx-27hM,1861
@@ -191,46 +196,49 @@ accrete/contrib/ui/templates/django/forms/widgets/attrs.html,sha256=zNxjU4Ta_eWZ
191
196
  accrete/contrib/ui/templates/django/forms/widgets/date.html,sha256=s-YWfQ8b2w2fRswE5wZmiRvFk_QXyWfPk6ffXOB9Gv4,285
192
197
  accrete/contrib/ui/templates/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
193
198
  accrete/contrib/ui/templates/django/forms/widgets/file.html,sha256=J1NmXmQTp6IU48K-zRdLeYl-1Tpavx6ZAo3cPIP9Y6Y,755
194
- accrete/contrib/ui/templates/django/forms/widgets/input.html,sha256=FCLULKMx0eNlBckSvfbk1JjgIsy0FCvZG_p-lyZwQz8,268
199
+ accrete/contrib/ui/templates/django/forms/widgets/input.html,sha256=JlH6iRxq5GvD3PQzrC1Z1SgqLmya4KDDuF7MqrVdhcY,295
195
200
  accrete/contrib/ui/templates/django/forms/widgets/select.html,sha256=uSfDpOQox2mEKDm9LWJ6jg5rCa3jCbHHTcmOadFLlBg,455
196
201
  accrete/contrib/ui/templates/django/forms/widgets/text.html,sha256=MSmLlQc7PsPoDLVtTOOiWNprrsPriNr712yFxaHyDIo,47
197
202
  accrete/contrib/ui/templates/django/forms/widgets/textarea.html,sha256=c9BTedqb3IkXLyVYd0p9pR8DFnsXCNGoxVBWZTk_Fic,278
198
203
  accrete/contrib/ui/templates/ui/content.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
204
  accrete/contrib/ui/templates/ui/content_right.html,sha256=aOFjbtXjjlqwmHpGoEpAUz6LtLGSTM6mX_RAO5-aM6k,380
205
+ accrete/contrib/ui/templates/ui/custom_theme.html,sha256=son43yhp-7ROTpRU9SY3pSgxXDdFiuHa1ThkCG8bnwk,695
200
206
  accrete/contrib/ui/templates/ui/detail.html,sha256=V0HccLE0Pb-5haQFpvIoWZfF1UOrvMwPYv2UTwRnt_A,293
201
207
  accrete/contrib/ui/templates/ui/favicon.html,sha256=ZSK6qDGV4Cexgt0VA3KOHYN100yZHOFjfOiFZVudWg0,90
202
208
  accrete/contrib/ui/templates/ui/form_error.html,sha256=WWqfFWyJ_LCzm5IkxXztn23GFak5wyM2HZcmiZ3Eq9s,417
203
- accrete/contrib/ui/templates/ui/layout.html,sha256=sMCoIDFS-LKyTiUaOJwhDMoKZH9K0tPbnTQlP_cTUJ0,14022
204
- accrete/contrib/ui/templates/ui/list.html,sha256=5ORnXkIZdGXl5HB77oI_FbgfLGI6GZscbTc567pCxiw,2264
209
+ accrete/contrib/ui/templates/ui/layout.html,sha256=WD6fBujdimHopJcpoCW0v133jXDyZUTcPMVxbESQdfM,14015
210
+ accrete/contrib/ui/templates/ui/list.html,sha256=eXQjYOz_-I7qp_5DH8fmIEHfFNJT_GJoabWMHxDnprQ,2302
205
211
  accrete/contrib/ui/templates/ui/list_update.html,sha256=CUV-OJCieOBrtSbh0vAoyZYL-_e9lP7vQrY4j1TlT7M,276
206
- accrete/contrib/ui/templates/ui/message.html,sha256=dQnPNkHIrrOzelXCTO8CLWG5ufmxJ8MuWp66YLZbmro,773
207
- accrete/contrib/ui/templates/ui/modal.html,sha256=3FzvnFVWvwRQ_r1-2qd9N5wYIOh6_oYDDp7uk6XoJPE,3481
212
+ accrete/contrib/ui/templates/ui/message.html,sha256=iw6ne9O8ZpaGNPT6CSaeC7KZLn8sc1-sfXguHt9pJp4,707
213
+ accrete/contrib/ui/templates/ui/modal.html,sha256=sJI7YwTHPvirNlig69A08z7sk_5aYRmyeAUWzm1ceVs,3464
208
214
  accrete/contrib/ui/templates/ui/oob.html,sha256=lZHIBBYclefbGkKguS1A7vrtOhODJizbSRaGAAHDvG8,267
209
- accrete/contrib/ui/templates/ui/table.html,sha256=WNAclm7qmeFbRX8itc7PIHYHfeWwAxFpRTA-k1zK3OE,3700
215
+ accrete/contrib/ui/templates/ui/table.html,sha256=ow52Gn9IDSlFfg3vwwan9-688nQvgnVU1kwfUuyp0tc,3759
210
216
  accrete/contrib/ui/templates/ui/table_row_update.html,sha256=v3YHCzQbGbp3zC6zmJ_EvNvtgvCH_84R6gUsH5mpC0k,439
211
217
  accrete/contrib/ui/templates/ui/filter/filter.html,sha256=GOTXouHH4RSCFsIzg1UPFAcmKaNNxTPmRj5Bx9K1m4o,759
212
218
  accrete/contrib/ui/templates/ui/filter/query_input.html,sha256=Qg_41fODXMgL534ohktb0QOxNzAEbaeBzAajJCEK7Pg,2035
213
219
  accrete/contrib/ui/templates/ui/filter/query_operator.html,sha256=h4WWLDnse6DK5Rb_0TTb0wqWxhvY_g3qjwx8_eENMuI,569
214
220
  accrete/contrib/ui/templates/ui/filter/query_params.html,sha256=wCkyZ9oSK_ivraNiL-UAY_9TflYw5EspnHHm6V6uOzk,9548
215
221
  accrete/contrib/ui/templates/ui/filter/query_tags.html,sha256=ooeIwIwvhT0fG5SMAuLoMquTVUmYf5n50DM-3gC_iAo,1567
216
- accrete/contrib/ui/templates/ui/templatetags/field.html,sha256=G029l141G0VICuEgPxr6jfr3eBV4MuE-yt6iQLVrrlg,1168
217
- accrete/contrib/ui/templates/ui/widgets/model_search_select.html,sha256=AUlWN2gKhHk_tWP1-KGel5ifaRMTF60MUtgbap7CGQ4,2938
218
- accrete/contrib/ui/templates/ui/widgets/model_search_select_multi.html,sha256=0YtxEmKqagUAIjkP0a36G2T4z0ySi8He4qmMu9EmMVw,4682
222
+ accrete/contrib/ui/templates/ui/templatetags/field.html,sha256=3wkjN-OJ6Em0_xskDWak9gpOVbNaXGU3RAMsxBwPH-8,3141
223
+ accrete/contrib/ui/templates/ui/widgets/date_weekday.html,sha256=l5k7lFJjdao49Q6oyGf20go-bXJFlidTuUVKYOuISGE,628
224
+ 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=J26lubDvQi1gOHJT_TTahCU23aHm9LkjttLftD1dUyA,4673
219
226
  accrete/contrib/ui/templates/ui/widgets/model_search_select_options.html,sha256=4Wky0XkYWZlIKXTXzGjJkJTX3H9rhjXTY1hYai3Q3TA,242
220
227
  accrete/contrib/ui/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
221
- accrete/contrib/ui/templatetags/ui.py,sha256=YRiIdTat-CCKjYP5FG3o-JaHpO4RffqUn6V14B4emeI,5124
222
- accrete/contrib/ui/widgets/__init__.py,sha256=W_y10jfu37lygp4frXuKFSGec97gpNbWskG6DMhTKtY,69
223
- accrete/contrib/ui/widgets/search_select.py,sha256=zKmOt54QsxUobNkDNEA2ut3pPAl8a5DqmEpcfam1l1I,3762
228
+ accrete/contrib/ui/templatetags/ui.py,sha256=6kfm1BH6lH6QSAcxF_nbcgzrKV1Q6MprZ9d-yD2BleU,6039
229
+ accrete/contrib/ui/widgets/__init__.py,sha256=2mcvXyFNdFkqOVHGUBDbLmbaJnWnoFaS1uc4dqmdtpE,106
230
+ accrete/contrib/ui/widgets/date_weekday.py,sha256=r6VNE8dwGVZq4jJLGF_MP320-yp482Iykh-WsjeY9XU,148
231
+ accrete/contrib/ui/widgets/search_select.py,sha256=CnWQp2JpzjNJy9arG_sFWoRvVs29x9OzdgULm7yh7d0,3745
224
232
  accrete/contrib/user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
225
233
  accrete/contrib/user/admin.py,sha256=0SGhVB5RcIsbCvrLf9ZSgIFH68XmGlPzovisMP8bb6c,710
226
234
  accrete/contrib/user/apps.py,sha256=oHDrAiHf-G57mZLyxqGJzRY2DbPprGFD-QgyVJG_ruI,156
227
235
  accrete/contrib/user/auth_backends.py,sha256=doGdxil4fjhgY5oC2s8zueQq-bQsZ1fyiAo46HyBHLk,598
228
- accrete/contrib/user/forms.py,sha256=BpwF_t1-7BpBVmwLpIm6hdqUpPqajoR0ZGOJ8cmaO6M,3290
236
+ accrete/contrib/user/forms.py,sha256=aryAdsBmOw9sUE2xd7A3CKPPvZd_2pKilbtdEO3J-D0,3295
229
237
  accrete/contrib/user/middleware.py,sha256=qblcujwJsthopagyT-hPFq4HsMyGt-VvqZw5TQopBjk,403
230
- accrete/contrib/user/models.py,sha256=8vgDZ2Jf-aFOC12W1vKObaK9FJUwcuWwQWqAi2hXQZg,6257
238
+ accrete/contrib/user/models.py,sha256=TDED3rTF_5H6u65As6h94DrptW7wMJjUUzuvVkNedR0,6338
231
239
  accrete/contrib/user/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
232
240
  accrete/contrib/user/urls.py,sha256=_fBa--3NfyYN10Td7PGHpetJYy42SMqTyCCXhgynkEQ,407
233
- accrete/contrib/user/views.py,sha256=O59SwLGpgaihCHn-1vNVsbVSrNFx1-n2YQFQYmFlC6E,3460
241
+ accrete/contrib/user/views.py,sha256=Gwh9mf1lYCg741EHxGE6HsMqn3SbFzLkKDQEOqOcnOg,3930
234
242
  accrete/contrib/user/locale/de/LC_MESSAGES/django.mo,sha256=p3rgUg6WltAVIMkQsjvjBqTsd_usLhSr1GH4Cyltc2c,433
235
243
  accrete/contrib/user/locale/de/LC_MESSAGES/django.po,sha256=f_Nxpo3HTm2L3f3zoHLfeWsZ-4IQp_EEVSku6TCZSvw,1870
236
244
  accrete/contrib/user/migrations/0001_initial.py,sha256=JWfM9PcMDfkJUdCjLWuWieGs6643qP0KdbCyr5uAZoY,2950
@@ -241,13 +249,15 @@ accrete/contrib/user/migrations/0005_remove_user_email_or_login_set_and_more.py,
241
249
  accrete/contrib/user/migrations/0006_remove_user_email_or_login_set_user_is_managed_and_more.py,sha256=Js3cQuT6mRtyIk2OnYfx8wwO6dCkoTZqIydRkBJcb9Q,1337
242
250
  accrete/contrib/user/migrations/0007_user_managed_login.py,sha256=SfG1Yj9m_g-sZbvfLi2u-tm53QDtnMDdJd584REoPs4,648
243
251
  accrete/contrib/user/migrations/0008_remove_user_no_email_for_managed_user_and_more.py,sha256=XypG6tN0WmLyJV8sbZgSVqNFbTxRsBHWhIRyMJGfV7c,655
252
+ accrete/contrib/user/migrations/0009_alter_user_theme.py,sha256=o5s0NCEhauE72Z35q3ggsy3-L8PhFmRnQ2x4dlR1aQE,517
253
+ accrete/contrib/user/migrations/0010_alter_user_theme.py,sha256=l2raJRmLErPCBqep9-v7kor4jzmG27wAT0ZWTwkFTk0,510
244
254
  accrete/contrib/user/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
245
255
  accrete/contrib/user/templates/user/accrete_navbar_end_dropdown.html,sha256=suPoeu1Dm49rDCrhnrkSZY8cBDsovnKqKGXcS5q-7o0,334
246
256
  accrete/contrib/user/templates/user/change_email.html,sha256=frkoUCUwNtVSe9fhxmFmiM8T3RaFzLKOpAv5gZ7F-AY,473
247
257
  accrete/contrib/user/templates/user/change_password.html,sha256=e9_8pGJoEj8FqfgrC_IcDiHuP3gB9BD8ayj-BU-R8kA,538
248
- accrete/contrib/user/templates/user/login.html,sha256=SXbxgq3baEch3ksGMsZqIws5heqAtpkdCLAFX3SLhtQ,2669
258
+ accrete/contrib/user/templates/user/login.html,sha256=kzdRosCXadRKdwVRulQTjtVCDx1wmp1VRNsBOKCvCs8,1986
249
259
  accrete/contrib/user/templates/user/password_forgotten.html,sha256=aoNR9VUhLkDFLIQ3NUA2Oh19bFlro0ZXvcRUdGDNPnc,30
250
- accrete/contrib/user/templates/user/user_preferences.html,sha256=KkRwI1NdLTN0JlGEZIx38pjJ7robb08u6FpvzKfKLdc,1667
260
+ accrete/contrib/user/templates/user/user_preferences.html,sha256=toSPd_yjKIjX8h-85D3RuO6b-yEancZRF3V4lx1H128,2767
251
261
  accrete/contrib/user_registration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
252
262
  accrete/contrib/user_registration/admin.py,sha256=kwmGTsg4Hii-lsw9-UaJG7AhQ4k4SPi48GSrtpZ4YR4,119
253
263
  accrete/contrib/user_registration/apps.py,sha256=mYu3fuuubfjImeJHk4D_Wd6Edw2r3oUNXGcFbAkhir4,181
@@ -269,6 +279,7 @@ accrete/migrations/0005_accessgroup_apply_on_alter_member_access_groups_and_more
269
279
  accrete/migrations/0006_alter_member_user.py,sha256=l1m1uaP1q8yaCqX2cWdzRcL-fe4VLb1SqQmP966weNQ,643
270
280
  accrete/migrations/0007_accessgroup_description.py,sha256=T8BX0gSckC_fM_uD6a5-fdD-ucAn54vyY7_8o0tDIXA,429
271
281
  accrete/migrations/0008_alter_member_access_groups_and_more.py,sha256=U2VpQJkLsajpL-rvzx-co5V3jYSxMnvkvjSznyVkr34,782
282
+ accrete/migrations/0009_alter_accessgroup_name.py,sha256=DsPVmUeBfkvXWITIwgRhcmI7kUGyok8aAp4m5Nmwq5Y,836
272
283
  accrete/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
273
284
  accrete/utils/__init__.py,sha256=xXpPIImuZFRFIc8Sg8j6-OWOiJZGAtX4iphdXcxAYM0,328
274
285
  accrete/utils/dates.py,sha256=apM6kt6JhGrKgoT0jfav1W-8AUVTxNc9xt3fJQ2n0JI,1492
@@ -276,7 +287,7 @@ accrete/utils/forms.py,sha256=naV4urdfvmpxcx5Vf3Fo72M5Fy8DjGg5-vkysMKptbA,3914
276
287
  accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
277
288
  accrete/utils/models.py,sha256=2xTacvcpmDK_Bp4rAK7JdVLf8HU009LYNJ6eSpMgYZI,1014
278
289
  accrete/utils/views.py,sha256=mHfcKNDOiq-38LQ6tz9pDPQt-xs03b2qMxwJClprqu8,5022
279
- accrete-0.0.149.dist-info/METADATA,sha256=KpBJeai7Xxx4zqMietNXJdBAF7Z4y3BL_Rs-3wlM2DM,4953
280
- accrete-0.0.149.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
281
- accrete-0.0.149.dist-info/licenses/LICENSE,sha256=vHwb4Qnv8UfYKFiCWyTuRGsi49x19UQwHRCky3b2_NE,1057
282
- accrete-0.0.149.dist-info/RECORD,,
290
+ accrete-0.0.151.dist-info/METADATA,sha256=d20qBLG1j0Vrv4XsQoc-_NXQXTepjwQMlCZPR1yW98g,4953
291
+ accrete-0.0.151.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
292
+ accrete-0.0.151.dist-info/licenses/LICENSE,sha256=vHwb4Qnv8UfYKFiCWyTuRGsi49x19UQwHRCky3b2_NE,1057
293
+ accrete-0.0.151.dist-info/RECORD,,