richie 2.34.1.dev10__py2.py3-none-any.whl → 2.34.1.dev16__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 richie might be problematic. Click here for more details.

Files changed (26) hide show
  1. frontend/scss/colors/_theme.scss +8 -0
  2. frontend/scss/components/_header.scss +103 -14
  3. frontend/scss/objects/_selector.scss +1 -0
  4. richie/apps/core/cache.py +175 -2
  5. richie/apps/core/storage.py +63 -0
  6. richie/apps/core/templates/menu/header_menu.html +31 -11
  7. richie/apps/core/templates/richie/base.html +149 -6
  8. richie/apps/core/tests/test_cache.py +159 -0
  9. richie/apps/core/tests/test_settings.py +52 -0
  10. richie/apps/core/utils.py +60 -0
  11. richie/apps/courses/migrations/0037_alter_blogpostpluginmodel_cmsplugin_ptr_and_more.py +230 -0
  12. richie/apps/courses/migrations/0038_alter_mainmenuentry_menu_color.py +25 -0
  13. richie/apps/courses/models/menuentry.py +1 -1
  14. richie/plugins/glimpse/migrations/0004_alter_glimpse_cmsplugin_ptr_alter_glimpse_variant.py +49 -0
  15. richie/plugins/html_sitemap/migrations/0002_alter_htmlsitemappage_cmsplugin_ptr.py +28 -0
  16. richie/plugins/large_banner/migrations/0004_alter_largebanner_cmsplugin_ptr.py +28 -0
  17. richie/plugins/lti_consumer/migrations/0004_alter_lticonsumer_cmsplugin_ptr.py +28 -0
  18. richie/plugins/nesteditem/migrations/0004_alter_nesteditem_cmsplugin_ptr.py +28 -0
  19. richie/plugins/plain_text/migrations/0002_alter_plaintext_cmsplugin_ptr.py +28 -0
  20. richie/static/richie/css/main.css +1 -1
  21. {richie-2.34.1.dev10.dist-info → richie-2.34.1.dev16.dist-info}/METADATA +3 -1
  22. {richie-2.34.1.dev10.dist-info → richie-2.34.1.dev16.dist-info}/RECORD +26 -14
  23. {richie-2.34.1.dev10.dist-info → richie-2.34.1.dev16.dist-info}/WHEEL +1 -1
  24. {richie-2.34.1.dev10.dist-info → richie-2.34.1.dev16.dist-info}/LICENSE +0 -0
  25. {richie-2.34.1.dev10.dist-info → richie-2.34.1.dev16.dist-info}/top_level.txt +0 -0
  26. {richie-2.34.1.dev10.dist-info → richie-2.34.1.dev16.dist-info}/zip-safe +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: richie
3
- Version: 2.34.1.dev10
3
+ Version: 2.34.1.dev16
4
4
  Summary: A CMS to build learning portals for open education
5
5
  Author-email: "Open FUN (France Université Numérique)" <fun.dev@fun-mooc.fr>
6
6
  License: MIT License
@@ -92,6 +92,8 @@ Requires-Dist: responses==0.25.6; extra == "dev"
92
92
  Provides-Extra: ci
93
93
  Requires-Dist: twine==6.1.0; extra == "ci"
94
94
  Provides-Extra: sandbox
95
+ Requires-Dist: boto3==1.28.9; extra == "sandbox"
96
+ Requires-Dist: django-storages==1.13.2; extra == "sandbox"
95
97
  Requires-Dist: django-configurations==2.5.1; extra == "sandbox"
96
98
  Requires-Dist: dockerflow==2024.4.2; extra == "sandbox"
97
99
  Requires-Dist: factory-boy==3.3.3; extra == "sandbox"
@@ -744,11 +744,11 @@ frontend/scss/_main.scss,sha256=YwIc-Pu78QVFPBBE5SJkrbj5oSzjNv9BZGWHksszJeo,1211
744
744
  frontend/scss/colors/_gradients.scss,sha256=2NExMSBCRc94gaI0gHox8misEwZX7ALR_VRcVbqLxK8,756
745
745
  frontend/scss/colors/_palette.scss,sha256=u1p9XAKs_NMgzdTqzFlYsRs4iougWAfUEKZvlhClb90,318
746
746
  frontend/scss/colors/_schemes.scss,sha256=E48Sak2fL-_SlXrJ4_lP3MvjWbdOOs8yPg4HwoFy-9A,4083
747
- frontend/scss/colors/_theme.scss,sha256=3JF6rIz9qiX30-6UCk3qGIYtH_8l7l8t4dl3jLdZu1M,20688
747
+ frontend/scss/colors/_theme.scss,sha256=GwPlxFm_qnk736oWYFaQyK06G_GPLffq8PZ-LkFfI4E,21012
748
748
  frontend/scss/components/_content.scss,sha256=D1yQJrGPB0L-tcnwNrJRAtoOo0aTHn0Hl1sN5lHr3io,1804
749
749
  frontend/scss/components/_error.scss,sha256=7QQc0HH_XhSSR76LMT18kr93qfZtVbjLG5Q049gDdtI,426
750
750
  frontend/scss/components/_footer.scss,sha256=qGdMwp_PAenHUzQajlrp5_gHW9ZdGrfOqQFVqxPnJek,6345
751
- frontend/scss/components/_header.scss,sha256=U6Wt69wp1H_ctIsy30nUz5KlZ2smF7DNxS-KOQHNPp8,8663
751
+ frontend/scss/components/_header.scss,sha256=reEwg0_Trh3rG3zhTOxn0qncBLdxei2pSXTg4itetIk,11160
752
752
  frontend/scss/components/_index.scss,sha256=nSJvV5yxRrfwISdBQfPbivi2SDRJgQY0xNkypdz9GL4,5321
753
753
  frontend/scss/components/_styleguide.scss,sha256=2mxdaEA1fMM37zfa34k7qNbhfjHzR3smF06lmtPW1sI,4971
754
754
  frontend/scss/components/_subheader.scss,sha256=tJC55akYAZlx6Jf3__XhBmTEy7scyJ-XzdAad-vOZSI,7923
@@ -799,7 +799,7 @@ frontend/scss/objects/_person_glimpses.scss,sha256=aTYJAM7_vWrptmWxUTDHsNwSdsSx8
799
799
  frontend/scss/objects/_program_glimpses.scss,sha256=hEo4fptQ1GwmKgyRMDtwoVSEjvP8CMSUQMhNvmG2JyU,3447
800
800
  frontend/scss/objects/_react-autosuggest.scss,sha256=gfoTI9EvCOWp1efjJdJ7HsOimvx7Ve7ajIxOLvacelg,937
801
801
  frontend/scss/objects/_search-filter-value.scss,sha256=wQEQ57zuGnn5ISJeNk4Ut70VG2cqwcdO96HDW35dBJA,2738
802
- frontend/scss/objects/_selector.scss,sha256=33rQmjvkIR7dd9EUI4yDrfhJdz88euS8hm0LYYnDK0I,2012
802
+ frontend/scss/objects/_selector.scss,sha256=Erb-ts1rKwtqJMSgqlk0RBWnDNH3NFehUsVfUG18coU,2028
803
803
  frontend/scss/objects/_social-networks.scss,sha256=-VqP3JLrnNq9gaRNlyXpDU8PtKxxEyEmxg8aFKAZdMo,484
804
804
  frontend/scss/settings/_bootstrap.scss,sha256=_hWytur3w8ELCkG7BYd5P5gA-oE2m_tPyaedMQlYYNQ,596
805
805
  frontend/scss/settings/_fonts.scss,sha256=WoBw_6EQyggqOrDSpVNwChXxWjMuUfoJy_o-pWrG5XI,1741
@@ -834,12 +834,14 @@ richie/__init__.py,sha256=2AJyBsryZ0FNAPiX66f974iAlE_Hldj41CDQJl5mQSY,116
834
834
  richie/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
835
835
  richie/apps/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
836
836
  richie/apps/core/admin.py,sha256=pbzLrvlzU32RTLDkCZ3BKU90nrRlMaQfvB5aOzup89s,2247
837
- richie/apps/core/cache.py,sha256=bRNteT0pMykEEJGzC3kN_caxrgkP7eUQi-dPGY0c7-M,6382
837
+ richie/apps/core/cache.py,sha256=ruC2kg0JsZJ44lOggAfPGLQmJYzuhIkdBGag3LraiQ0,12245
838
838
  richie/apps/core/context_processors.py,sha256=2C8EFyYiplk8H78tYznrDPlgEgosAzIYLVeeSUQrDAM,9654
839
839
  richie/apps/core/defaults.py,sha256=E3GNwzXjnDSL-umVsCsGVPXbdN601dVD6_VLtJti30w,2586
840
840
  richie/apps/core/factories.py,sha256=fjEC2bnMLWY6AYvaUs4gq41aFGXzB86wCLB-_Mb-DZI,11377
841
841
  richie/apps/core/helpers.py,sha256=PsbWYgUbP215WEjj44lpqEeYb09dgJ-K_vYZwRxnlh0,5658
842
842
  richie/apps/core/models.py,sha256=dugl4pnEe9DImoxJVEU7lfhYrVBfgFkgt8i_VF7wje0,11275
843
+ richie/apps/core/storage.py,sha256=BaNs4GjBu-8b-nBYC7cR462G35yiUzDr2NDGmAfPMtQ,2240
844
+ richie/apps/core/utils.py,sha256=BS2HQxIEwhdQ0KzwgkGi7gK4lhpM46lTdOEQL6tFpXs,1728
843
845
  richie/apps/core/fields/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
844
846
  richie/apps/core/fields/duration.py,sha256=mjEL4F0z02cip_lZnDo2WKHHnK0IACTLQdumQgdMWH4,9754
845
847
  richie/apps/core/fields/effort.py,sha256=tFISTIosiC-LMuRH8hDEixWtB5Usyj5P9iQbrzBfz84,12054
@@ -892,10 +894,10 @@ richie/apps/core/templates/djangocms_video/default/video_player.html,sha256=6sLP
892
894
  richie/apps/core/templates/djangocms_video/full-width/video_player.html,sha256=X6SPaxKGHKwVDoP6H9AGS9Sl-NmKIjKhUUYP7THU9n0,123
893
895
  richie/apps/core/templates/menu/breadcrumb_item.html,sha256=dRSuDI12o85cPsSseuzgUbkEIvxG9nz14jelFIODvtw,285
894
896
  richie/apps/core/templates/menu/breadcrumbs.html,sha256=tvKDobvDogY-B5SPsF0pgEVNa2D6lVOAIf5rKUbkXvM,300
895
- richie/apps/core/templates/menu/header_menu.html,sha256=5N46ICS_MDHkBnPdTTIeT_xZe7yQdKfn1Y2JF1BHd0E,1184
897
+ richie/apps/core/templates/menu/header_menu.html,sha256=fIp8GkE0LXVlaRtcockUT193AyGszrSVKRQqgZiqegk,2172
896
898
  richie/apps/core/templates/menu/language_menu.html,sha256=x1hGxia3pv4l7YKa8ziJW34gjV8C4MgJ2aeTMLIO1fg,803
897
899
  richie/apps/core/templates/menu/menu.html,sha256=hXRtIwCZHGuUmNKAX79oj8AfNznIKw0yXXzu3Ezp_iA,864
898
- richie/apps/core/templates/richie/base.html,sha256=BThVO-4zuEksMfASbZKlBniHBEURai8vQCrSzwjv-k8,14009
900
+ richie/apps/core/templates/richie/base.html,sha256=bn6jomU0xfezFK88kEKiIjFKC_w8pMshPwiXt0UOMEw,21217
899
901
  richie/apps/core/templates/richie/child_pages_list.html,sha256=4WTj4c-YB-rXQc-74KxCVeQ0Bd19sreMarYBVfdnsLo,644
900
902
  richie/apps/core/templates/richie/dashboard.html,sha256=WvQW_whgP8eyP5THhZz9r8MzjxzrA5dO6sMHq5dGQX0,564
901
903
  richie/apps/core/templates/richie/error.html,sha256=c6ZBE3fqGoTn-HFk-AAoz7-RGgf7NwCG0CHko1kJsaY,448
@@ -927,6 +929,8 @@ richie/apps/core/templatetags/joanie.py,sha256=N3gZBMxdbsIQkLP0Ra1UjHDcPBAEyZjkJ
927
929
  richie/apps/core/templatetags/language_name.py,sha256=vyKEHHhZXMGnLwn6GxWZuWxwzQmKXzyBOBxLZoNJlfI,619
928
930
  richie/apps/core/templatetags/rfc_5646_locale.py,sha256=rgmub6cp_NtxjngpWUq0hnHvBFtBjFK7JWYGDGqSZJo,1026
929
931
  richie/apps/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
932
+ richie/apps/core/tests/test_cache.py,sha256=WVW_F_SIpdG6TNsdqNJyehGZDiDLIleaGKE03bUlYtU,5841
933
+ richie/apps/core/tests/test_settings.py,sha256=hRwuhRNUCPTJlJqDK1FQYv7mrgCrqobVi2noLALb0kg,2164
930
934
  richie/apps/core/tests/utils.py,sha256=6ighGtbWrTJDoxdRroW0-FI_tWvfJI6KDbeNUGn2Ask,2003
931
935
  richie/apps/core/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
932
936
  richie/apps/core/views/error.py,sha256=4jzdLTUkPgMmZp3fDluUzpPE3PmftjZQpKwWwYAdugs,1762
@@ -992,12 +996,14 @@ richie/apps/courses/migrations/0033_auto_20211207_2251.py,sha256=Vp4dl4ikGNCpD8i
992
996
  richie/apps/courses/migrations/0034_auto_20230817_1736.py,sha256=JIvQyV8bBjocbYRg_0E2pjqqYtWg7uN8wHgOV8fp1yY,2243
993
997
  richie/apps/courses/migrations/0035_add_menuentry.py,sha256=aLIIB3k0Qffh4ISMPH_IUYqqIipJhdZRvIMJk8PZM_g,2466
994
998
  richie/apps/courses/migrations/0036_courserun_certificate_offer_and_more.py,sha256=X-yoVFY-RYM4Dw5YGJZo0RIdN3nuIOxq_Toz5DhusoI,2785
999
+ richie/apps/courses/migrations/0037_alter_blogpostpluginmodel_cmsplugin_ptr_and_more.py,sha256=JsaSL3HYX-5QOh6CCL3BS2D91eGrG5WfIdS4j5SeckU,8565
1000
+ richie/apps/courses/migrations/0038_alter_mainmenuentry_menu_color.py,sha256=INQtkLJgpwFdKnO9k651FUKZhdGGBd8tOvJiJzEvUnc,674
995
1001
  richie/apps/courses/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
996
1002
  richie/apps/courses/models/__init__.py,sha256=TKx_JE0qeWMcDmHjk_NfDb_8CKIxXPgxMHzD7k6IMeA,323
997
1003
  richie/apps/courses/models/blog.py,sha256=q7AHQDYWB2uHeoGJ1nePKjZoPWeLg2bPSrmhudAupcc,3450
998
1004
  richie/apps/courses/models/category.py,sha256=M24o2trqM1ikDiD11igu2n2cdKzARsP6MsOXr2Z3jQQ,7305
999
1005
  richie/apps/courses/models/course.py,sha256=d-1swDcpkroccHipztYBgiAMtU3zYLzf4It5Fk3Ut8Y,45434
1000
- richie/apps/courses/models/menuentry.py,sha256=Id3JQFgrW3EHOv-mT3p1Vh43L4gbXYXTGMKEUd5PTSk,1393
1006
+ richie/apps/courses/models/menuentry.py,sha256=ABF8wEhyZ9T45YXhBCUDcK7Up8N5HZ9XB8R824EUSoI,1393
1001
1007
  richie/apps/courses/models/organization.py,sha256=EToxJop9DRxx_grXw8OruSxq_hNOVeJPmt2wbRwZvJs,8664
1002
1008
  richie/apps/courses/models/person.py,sha256=_tQ3tMCwetvWwu4vwOOUOjQ_kED0FC27pP4ziU16lE4,2945
1003
1009
  richie/apps/courses/models/program.py,sha256=6A6hCuRmKPNbvc4Qo_MieOyg-YQsazYjcc7dPg1FDt8,1531
@@ -1167,6 +1173,7 @@ richie/plugins/glimpse/models.py,sha256=F-q5_FOTQ9tYiKGDNOzriXuAuPyYeoGmB7okRRwP
1167
1173
  richie/plugins/glimpse/migrations/0001_initial.py,sha256=Czl3lhARpS_P15M1mngWVBH1nU04v2b_lmDCGkMhFx8,3234
1168
1174
  richie/plugins/glimpse/migrations/0002_auto_20200915_1312.py,sha256=TwwMk8tCMbL7_7J4VGRPTYWWKngwp5_FK6Axd6uHyFg,1079
1169
1175
  richie/plugins/glimpse/migrations/0003_auto_20201118_1153.py,sha256=RXVsZ6ibMiuhBrgSC8SbJwDQmlwlm6xcUY-I_AbEQNM,900
1176
+ richie/plugins/glimpse/migrations/0004_alter_glimpse_cmsplugin_ptr_alter_glimpse_variant.py,sha256=R6QaNqKJWnAWAO_7zawUGealeswtqpzLI7U99Yov4kM,1475
1170
1177
  richie/plugins/glimpse/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1171
1178
  richie/plugins/glimpse/templates/richie/glimpse/glimpse.html,sha256=vWI5cFS5EOSl2AlvvuzjTYuBO0Guwiraah5jdeO_bDM,2707
1172
1179
  richie/plugins/glimpse/templates/richie/glimpse/glimpse_person.html,sha256=4VDA3VPN3vpUoXg1oiyb1yHts6l-u0T7MgzAmUcaj-4,1875
@@ -1175,6 +1182,7 @@ richie/plugins/html_sitemap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
1175
1182
  richie/plugins/html_sitemap/cms_plugins.py,sha256=hVD2c0i8snRcnEaGevUDdZV_GSs7LJPEnulTgVwxqJA,6411
1176
1183
  richie/plugins/html_sitemap/models.py,sha256=Mdxsheul23Ry2jRvgzULONQg5c99YziCFlLXxrAdDIk,2171
1177
1184
  richie/plugins/html_sitemap/migrations/0001_initial.py,sha256=_9LOsxh1khOXOQj0p3AvdYHZylCl4REDMfbag5qNHiI,2798
1185
+ richie/plugins/html_sitemap/migrations/0002_alter_htmlsitemappage_cmsplugin_ptr.py,sha256=dVGCz6J8KFPtNGyATqsbHIwosxGY_d6grEMM01B6YGU,767
1178
1186
  richie/plugins/html_sitemap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1179
1187
  richie/plugins/html_sitemap/templates/richie/html_sitemap/html_sitemap.html,sha256=3VjNgLrURNCa925cQ2YwM-duLNNI96LgPiNgF36Ql4A,283
1180
1188
  richie/plugins/html_sitemap/templates/richie/html_sitemap/html_sitemap_item.html,sha256=OMx_cZKJoVn_KgadNaRpdwLKbTZt5TGik603u1yz_7s,332
@@ -1187,6 +1195,7 @@ richie/plugins/large_banner/models.py,sha256=GEIlr29680jipopeDo_zMrDMa9zw5Yj1RJ0
1187
1195
  richie/plugins/large_banner/migrations/0001_initial.py,sha256=SkNBUCGNaGXoms01mfzRQ0FIT2WTwkeoSO1UEi1qhAM,2038
1188
1196
  richie/plugins/large_banner/migrations/0002_add_template_and_content_fields.py,sha256=lticDCVBFJdXTKEanPWSrqbH9vQEB6CqJbWga-twC8w,841
1189
1197
  richie/plugins/large_banner/migrations/0003_make_logo_optional.py,sha256=26A5KXWmaVy_J_aYZhq-z_n2KmK_peDN_xEuupmQ2eU,917
1198
+ richie/plugins/large_banner/migrations/0004_alter_largebanner_cmsplugin_ptr.py,sha256=Otm0atZ2LHkPIxwK7NU7BQo9HaQxC7ii9ovuXvy7EDo,774
1190
1199
  richie/plugins/large_banner/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1191
1200
  richie/plugins/large_banner/templates/richie/large_banner/compacted.html,sha256=yabMA3S3fDhLiQYB98iMTOqkAOcVDsPBccmCteoRXgk,717
1192
1201
  richie/plugins/large_banner/templates/richie/large_banner/hero-intro.html,sha256=WIdOmP6ll0lakKRK0FZxK2-LEHIG2FdKEO24Y2LVEP8,1277
@@ -1202,6 +1211,7 @@ richie/plugins/lti_consumer/urls.py,sha256=L_fS_bT2UaBM_X4JjfoaJZpdb9q_untnpROkA
1202
1211
  richie/plugins/lti_consumer/migrations/0001_initial.py,sha256=_fwdu_N0p0J_PFIF51oPEGcgocnAI8cWHj2QePYNLoc,2104
1203
1212
  richie/plugins/lti_consumer/migrations/0002_auto_20210603_1817.py,sha256=IBHcIna14ijTGYlzWCpQD8m4G71CpksHmevH0czSI5g,1418
1204
1213
  richie/plugins/lti_consumer/migrations/0003_auto_20221005_0931.py,sha256=TzuhsM8ezw75r2kcDN-fzMNHxb35QWmRxChTvqFhNLE,1403
1214
+ richie/plugins/lti_consumer/migrations/0004_alter_lticonsumer_cmsplugin_ptr.py,sha256=zwkn_OE30WNn2qt4qprHIBAxo3ob_8eTq7D0moDkEjs,774
1205
1215
  richie/plugins/lti_consumer/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1206
1216
  richie/plugins/lti_consumer/static/lti_consumer/js/change_form.js,sha256=GeGOKsRP1j63WR_JKVp3jh3dcB9C8d2xDYp2gqHEcRA,445
1207
1217
  richie/plugins/lti_consumer/templates/richie/lti_consumer/lti_consumer.html,sha256=dH41_4CSZtnxsdYBMbo5FYqN0ZNJI-VY99gzJSlWAAk,213
@@ -1213,6 +1223,7 @@ richie/plugins/nesteditem/models.py,sha256=I2rdZuX1EGtpna8Ewv88AtLC1Z9hUz4x8qkbr
1213
1223
  richie/plugins/nesteditem/migrations/0001_initial.py,sha256=Nvz9dQG-ZV3tEQoXdAP5lpQcXPeUx3o9SyMzW0TT8tM,1711
1214
1224
  richie/plugins/nesteditem/migrations/0002_auto_20200417_1237.py,sha256=IP5GPASptTI-jhhBFb-sMGGrJaaSHeeVNx8e7KmfmQk,416
1215
1225
  richie/plugins/nesteditem/migrations/0003_auto_20200511_2258.py,sha256=UcGe_Fs-0GaCcfFNT798weL398-pZxfQ1K1N0_WX5YM,618
1226
+ richie/plugins/nesteditem/migrations/0004_alter_nesteditem_cmsplugin_ptr.py,sha256=zPrS6dklODDUDlLsWPXG86dnAbyeXAOPHSCkaYmDGaM,771
1216
1227
  richie/plugins/nesteditem/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1217
1228
  richie/plugins/nesteditem/templates/richie/nesteditem/nesteditem.html,sha256=iz9fGIsuAyK6Do3YmaSR1nqv0u-F3_VwwDlomQWKKPw,1628
1218
1229
  richie/plugins/plain_text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1220,6 +1231,7 @@ richie/plugins/plain_text/cms_plugins.py,sha256=k7wfmySFKGfmXawKeO_UaU5BzY_1c0Dh
1220
1231
  richie/plugins/plain_text/factories.py,sha256=rWAPBhYW4Nge2gHVs6PJ4Vr4E31qUezRM3P_hsDLiC0,322
1221
1232
  richie/plugins/plain_text/models.py,sha256=x6c2uSiZg4DGFy4v-0V3_EM2-5N8XW-LFySj9SR7ky8,698
1222
1233
  richie/plugins/plain_text/migrations/0001_initial.py,sha256=yce26iS8kyfcVkAW_i3nq5J0iUmnWEZFFutg1W0a6LQ,1005
1234
+ richie/plugins/plain_text/migrations/0002_alter_plaintext_cmsplugin_ptr.py,sha256=ojB1V1_Smka-XIQg7cy0i87j3zDaHyhKvDh4o__Xt3Y,759
1223
1235
  richie/plugins/plain_text/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1224
1236
  richie/plugins/plain_text/templates/richie/plain_text/plain_text.html,sha256=9XFp_XNL-9higeNj66CrKzQHEyxNz6SIL8rzsbquE7w,10
1225
1237
  richie/plugins/section/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1274,7 +1286,7 @@ richie/plugins/slider/templates/richie/slider/slider.html,sha256=SHEeuN_sCAa0Ud9
1274
1286
  richie/static/richie/README.md,sha256=fE-DujbS7ECgN3IyfPzQowJDFbEhQk2KcgVfBxV-4O0,696
1275
1287
  richie/static/richie/css/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1276
1288
  richie/static/richie/css/ckeditor.css,sha256=gqVTlhIX-L2zotWZUoUZp2PVeQU793nay_LSjYzKKsE,284
1277
- richie/static/richie/css/main.css,sha256=3104oNLtJ7w9PjiS0PWPSF0RfZtcPBw2h4FCT3_A94U,965196
1289
+ richie/static/richie/css/main.css,sha256=BJJLo-OlqjWHPArHiBkjYiEOr3dVqUquhRRdn-_BzV8,967988
1278
1290
  richie/static/richie/js/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1279
1291
  richie/static/richie/js/build/10072.9cb35fb755efcd2adba9.index.js,sha256=cBoFTJwSg8j0iRhRpN1e_Ryfyn3bvAA0QrcqHX8Tqis,135
1280
1292
  richie/static/richie/js/build/10146.9cb35fb755efcd2adba9.index.js,sha256=oCXypnS8tQiR5Q3aJMTdlHmxAiERqe2UdFPCtxWujls,4166
@@ -2461,9 +2473,9 @@ richie/static/richie/js/build/9986.9cb35fb755efcd2adba9.index.js,sha256=YZTuD2Zq
2461
2473
  richie/static/richie/js/build/99895.9cb35fb755efcd2adba9.index.js,sha256=OX_DrLUZhTNZ0zPnSHWTGOt3fZl98yf9_EpJr5Pz01c,2570
2462
2474
  richie/static/richie/js/build/99953.9cb35fb755efcd2adba9.index.js,sha256=OWoLPJnHrmvF3HBQPgXooAGo5E0yJpJ7QTFHFghJpI8,135
2463
2475
  richie/static/richie/js/build/index.js,sha256=0qwXRllVlKe_pknzhsak6GOo62LsIZuSw8NaNHkNGGY,1331833
2464
- richie-2.34.1.dev10.dist-info/LICENSE,sha256=5LKjFIE1kpKzBfR2iwq_RGHhHM5XawdlfZrcHTsCLpA,1079
2465
- richie-2.34.1.dev10.dist-info/METADATA,sha256=LBjSXXzl5YDGEdqjEsj6C4HDA5frmbLIrgecXkYT-4I,6883
2466
- richie-2.34.1.dev10.dist-info/WHEEL,sha256=3HfeesdN7jshHPzN8HJ8UeFRlEd6ApplqndzbPTvPl8,109
2467
- richie-2.34.1.dev10.dist-info/top_level.txt,sha256=WJvFAAHtUQ5T5MOuG6jRynDJG9kVfl4jtuf1qxIXND8,16
2468
- richie-2.34.1.dev10.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2469
- richie-2.34.1.dev10.dist-info/RECORD,,
2476
+ richie-2.34.1.dev16.dist-info/LICENSE,sha256=5LKjFIE1kpKzBfR2iwq_RGHhHM5XawdlfZrcHTsCLpA,1079
2477
+ richie-2.34.1.dev16.dist-info/METADATA,sha256=DOWrBra4HoSAAYaSwmcU-Osh7eCyT4wfF-YYg3WNcew,6991
2478
+ richie-2.34.1.dev16.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
2479
+ richie-2.34.1.dev16.dist-info/top_level.txt,sha256=WJvFAAHtUQ5T5MOuG6jRynDJG9kVfl4jtuf1qxIXND8,16
2480
+ richie-2.34.1.dev16.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2481
+ richie-2.34.1.dev16.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.1)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any