fix: quick and dirty update to django 4.2 django-4.2
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 25 Oct 2023 09:14:06 +0000 (10:14 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 25 Oct 2023 09:14:06 +0000 (10:14 +0100)
commit29f2eef0ba05968f84c3afad30e1fa105fc56ed3
treeb7a348c30459965f1475521aaf9bc4ba8a94b0dc
parenteeafdfccb63314d85802f3064b6fb904375bda03
fix: quick and dirty update to django 4.2
13 files changed:
sommitrealweird/blog/migrations/0003_alter_blogentry_id_alter_blogsection_id.py [new file with mode: 0644]
sommitrealweird/blog/templates/blog/blog_index.html
sommitrealweird/blog/urls.py
sommitrealweird/bpcms/context_processors.py
sommitrealweird/bpcms/migrations/0003_alter_cssdocument_id_alter_document_folder_and_more.py [new file with mode: 0644]
sommitrealweird/bpcms/urls.py
sommitrealweird/generic/templatetags/xhtml11rst.py
sommitrealweird/photo/migrations/0002_alter_album_id_alter_photo_id.py [new file with mode: 0644]
sommitrealweird/photo/templates/photo/album_list.html
sommitrealweird/photo/templates/photo/photo_list.html
sommitrealweird/photo/urls.py
sommitrealweird/settings.py
sommitrealweird/urls.py