1.8.9.txt 560 B

1234567891011121314151617181920
  1. ==========================
  2. Django 1.8.9 release notes
  3. ==========================
  4. *Under development*
  5. Django 1.8.9 fixes several bugs in 1.8.8.
  6. Bugfixes
  7. ========
  8. * Fixed a regression that caused the "user-tools" items to display on the
  9. admin's logout page (:ticket:`26035`).
  10. * Fixed a crash in the translations system when the current language has no
  11. translations (:ticket:`26046`).
  12. * Fixed a regression that caused the incorrect day to be selected when opening
  13. the admin calendar widget for timezones from GMT+0100 to GMT+1200
  14. (:ticket:`24980`).