1.9.2.txt 694 B

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