Skip to content

Changes required for Django > 4

Oliver Falk requested to merge django-4.1 into devel
  • Memcached has been replaced with PyMemcache
    • Update reqs accordingly
  • ifequal doesn't work in templates any more / replace with normal if
  • Testing static now throws 404, hence check the redirects
  • url doesn't exist any more, use re_path
  • Update a bare exception - thanks flak8 (E722)

Merge request reports