1. ==========================
    
  2. Django 1.9.7 release notes
    
  3. ==========================
    
  4. 
    
  5. *June 4, 2016*
    
  6. 
    
  7. Django 1.9.7 fixes several bugs in 1.9.6.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Removed the need for the ``request`` context processor on the admin login
    
  13.   page to fix a regression in 1.9 (:ticket:`26558`).
    
  14. 
    
  15. * Fixed translation of password validators' ``help_text`` in forms
    
  16.   (:ticket:`26544`).
    
  17. 
    
  18. * Fixed a regression causing the cached template loader to crash when using
    
  19.   lazy template names (:ticket:`26603`).
    
  20. 
    
  21. * Fixed ``on_commit`` callbacks execution order when callbacks make
    
  22.   transactions (:ticket:`26627`).
    
  23. 
    
  24. * Fixed ``HStoreField`` to raise a ``ValidationError`` instead of crashing on
    
  25.   non-dictionary JSON input (:ticket:`26672`).
    
  26. 
    
  27. * Fixed ``dbshell`` crash on PostgreSQL with an empty database name
    
  28.   (:ticket:`26698`).
    
  29. 
    
  30. * Fixed a regression in queries on a ``OneToOneField`` that has ``to_field``
    
  31.   and ``primary_key=True`` (:ticket:`26667`).