codeforlife-portal 8.5.0__py2.py3-none-any.whl → 8.5.1__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.
- {codeforlife_portal-8.5.0.dist-info → codeforlife_portal-8.5.1.dist-info}/METADATA +3 -3
- {codeforlife_portal-8.5.0.dist-info → codeforlife_portal-8.5.1.dist-info}/RECORD +7 -7
- {codeforlife_portal-8.5.0.dist-info → codeforlife_portal-8.5.1.dist-info}/WHEEL +1 -1
- portal/__init__.py +1 -1
- portal/templates/portal/partials/cookie_list.html +9 -9
- {codeforlife_portal-8.5.0.dist-info → codeforlife_portal-8.5.1.dist-info}/licenses/LICENSE.md +0 -0
- {codeforlife_portal-8.5.0.dist-info → codeforlife_portal-8.5.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 8.5.
|
|
3
|
+
Version: 8.5.1
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.1.31; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-common==8.5.
|
|
11
|
+
Requires-Dist: cfl-common==8.5.1
|
|
12
12
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.1; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -59,7 +59,7 @@ Requires-Dist: asttokens==3.0.0; python_version >= "3.8" and extra == "dev"
|
|
|
59
59
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
60
60
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
61
61
|
Requires-Dist: certifi==2025.1.31; python_version >= "3.6" and extra == "dev"
|
|
62
|
-
Requires-Dist: cfl-common==8.5.
|
|
62
|
+
Requires-Dist: cfl-common==8.5.1; extra == "dev"
|
|
63
63
|
Requires-Dist: charset-normalizer==3.4.1; python_version >= "3.7" and extra == "dev"
|
|
64
64
|
Requires-Dist: click==8.1.8; python_version >= "3.7" and extra == "dev"
|
|
65
65
|
Requires-Dist: coverage[toml]==7.7.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -87,7 +87,7 @@ cfl_common/common/tests/utils/organisation.py,sha256=vNgKFtU3VPcWRnZfh82yCS90PLA
|
|
|
87
87
|
cfl_common/common/tests/utils/student.py,sha256=PLd980iSlxmMoB8J3C2pVjNC5xHdVxfAkJXzhv_dRhg,3814
|
|
88
88
|
cfl_common/common/tests/utils/teacher.py,sha256=KQ_NAl4yQqiX_zwcULQjkovc29JPhnkLR5Nk3Ljzbpg,2661
|
|
89
89
|
cfl_common/common/tests/utils/user.py,sha256=NvLzZLVP4jy5Hn1iztOYF_BTQ9WsbSmuWMEzGzhAsRU,919
|
|
90
|
-
codeforlife_portal-8.5.
|
|
90
|
+
codeforlife_portal-8.5.1.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
91
91
|
deploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
92
|
deploy/captcha.py,sha256=MbOBuGnbT_SOIltSjP1XMOLrfo1DldCilaVAEim0vM4,23
|
|
93
93
|
deploy/views.py,sha256=7mY2zNPkaBFrlWGByJHp2zFqHIHSMc0YArjE_sFWMMU,131
|
|
@@ -111,7 +111,7 @@ example_project/portal_test_settings.py,sha256=fSjkcEWgW1bQW7wTPpiWzytPfKnlzDnI9
|
|
|
111
111
|
example_project/settings.py,sha256=b680hIHT1mtrvBjOQSli1AkDo0k3anZYHfsKhFheKlM,5684
|
|
112
112
|
example_project/urls.py,sha256=FUTzHPlUS1O5kqMHjL5V4L552N2ln7uTDXcw9wjKUto,422
|
|
113
113
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
114
|
-
portal/__init__.py,sha256=
|
|
114
|
+
portal/__init__.py,sha256=W_tY7fIhORMEcPmzRIeyvneoTvGLNU_GEC4R4ml8Rl0,22
|
|
115
115
|
portal/admin.py,sha256=RKJizTF6dPJKmGPZw7nZUM0X8jkiTjgyKhLQxtvHJ0I,6148
|
|
116
116
|
portal/app_settings.py,sha256=DhWLQOwM0zVOXE3O5TNKbMM9K6agfLuCsHOdr1J7xEI,651
|
|
117
117
|
portal/backends.py,sha256=2Dss6_WoQwPuDzJUF1yEaTQTNG4eUrD12ujJQ5cp5Tc,812
|
|
@@ -470,7 +470,7 @@ portal/templates/portal/partials/banner.html,sha256=5MzRKCZWFPDzcRzHPqG5MeED_Ksm
|
|
|
470
470
|
portal/templates/portal/partials/benefits.html,sha256=TZm4U_XimgivkPMjDXxxkV7PLfRyi2PAwkH8Y4sFDps,2363
|
|
471
471
|
portal/templates/portal/partials/card_list.html,sha256=yHcp4oc0WRG9H6Ek871VCHbwYkDRcwQYbZ320gtsFn8,1550
|
|
472
472
|
portal/templates/portal/partials/character_list.html,sha256=SnNFHzbIkOSaiRPIvSdplEf_B87UYgJ1pOvMltNDxLE,415
|
|
473
|
-
portal/templates/portal/partials/cookie_list.html,sha256=
|
|
473
|
+
portal/templates/portal/partials/cookie_list.html,sha256=MrQ6lqae_X-LSxQjlLhZzKESt_cqJ2HJYsjKqTQ9W0A,6303
|
|
474
474
|
portal/templates/portal/partials/delete_popup.html,sha256=nEhnwgnmKoFzb6LlCwdX973Em9bVOFh6MON36RPteYs,1275
|
|
475
475
|
portal/templates/portal/partials/footer.html,sha256=IKEUmghaiiuQs5g9JfE97oNzjRTzBTu3SoFgJhRMyi8,5533
|
|
476
476
|
portal/templates/portal/partials/header.html,sha256=xorEsPYzbmZGXHBOKm_6SHXQJxkCFKEWfMJbADG3k3I,20816
|
|
@@ -635,7 +635,7 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
635
635
|
portal/views/two_factor/core.py,sha256=Lk32z2SN2Pg0rRkK-N-LXMvXC1kKKsH3l692kiSDQ4E,964
|
|
636
636
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
637
637
|
portal/views/two_factor/profile.py,sha256=SHSg_xHccE5PtD-OfuOkYhREYz_er4bj5ro1RjJ88Yw,393
|
|
638
|
-
codeforlife_portal-8.5.
|
|
639
|
-
codeforlife_portal-8.5.
|
|
640
|
-
codeforlife_portal-8.5.
|
|
641
|
-
codeforlife_portal-8.5.
|
|
638
|
+
codeforlife_portal-8.5.1.dist-info/METADATA,sha256=UUHIcvu3_PbQL_w3ppuU2BAC3jzDI-TBYn7uSSY07tk,12087
|
|
639
|
+
codeforlife_portal-8.5.1.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
|
|
640
|
+
codeforlife_portal-8.5.1.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
641
|
+
codeforlife_portal-8.5.1.dist-info/RECORD,,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "8.5.
|
|
1
|
+
__version__ = "8.5.1"
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
<table class="table table-bordered header-primary">
|
|
4
4
|
<colgroup>
|
|
5
|
-
<col span="1" style="width:
|
|
6
|
-
<col span="1" style="width:
|
|
7
|
-
<col span="1" style="width:
|
|
5
|
+
<col span="1" style="width: 23%;">
|
|
6
|
+
<col span="1" style="width: 17%;">
|
|
7
|
+
<col span="1" style="width: 50%;">
|
|
8
8
|
<col span="1" style="width: 10%;">
|
|
9
9
|
</colgroup>
|
|
10
10
|
<tr>
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
|
|
65
65
|
<table class="table table-bordered header-primary">
|
|
66
66
|
<colgroup>
|
|
67
|
-
<col span="1" style="width:
|
|
68
|
-
<col span="1" style="width:
|
|
69
|
-
<col span="1" style="width:
|
|
67
|
+
<col span="1" style="width: 23%;">
|
|
68
|
+
<col span="1" style="width: 17%;">
|
|
69
|
+
<col span="1" style="width: 50%;">
|
|
70
70
|
<col span="1" style="width: 10%;">
|
|
71
71
|
</colgroup>
|
|
72
72
|
<tr>
|
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
|
|
125
125
|
<table class="table table-bordered header-primary">
|
|
126
126
|
<colgroup>
|
|
127
|
-
<col span="1" style="width:
|
|
128
|
-
<col span="1" style="width:
|
|
129
|
-
<col span="1" style="width:
|
|
127
|
+
<col span="1" style="width: 23%;">
|
|
128
|
+
<col span="1" style="width: 17%;">
|
|
129
|
+
<col span="1" style="width: 50%;">
|
|
130
130
|
<col span="1" style="width: 10%;">
|
|
131
131
|
</colgroup>
|
|
132
132
|
<tr>
|
{codeforlife_portal-8.5.0.dist-info → codeforlife_portal-8.5.1.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|