3.2.4.txt 778 B

123456789101112131415161718192021222324
  1. ==========================
  2. Django 3.2.4 release notes
  3. ==========================
  4. *Expected June 1, 2021*
  5. Django 3.2.4 fixes several bugs in 3.2.3.
  6. Bugfixes
  7. ========
  8. * Fixed a bug in Django 3.2 where a final catch-all view in the admin didn't
  9. respect the server-provided value of ``SCRIPT_NAME`` when redirecting
  10. unauthenticated users to the login page (:ticket:`32754`).
  11. * Fixed a bug in Django 3.2 where a system check would crash on an abstract
  12. model (:ticket:`32733`).
  13. * Prevented unnecessary initialization of unused caches following a regression
  14. in Django 3.2 (:ticket:`32747`).
  15. * Fixed a crash in Django 3.2 that could occur when running ``mod_wsgi`` with
  16. the recommended settings while the Windows ``colorama`` library was installed
  17. (:ticket:`32740`).