1. ===========================
    
  2. Django 1.11.7 release notes
    
  3. ===========================
    
  4. 
    
  5. *November 1, 2017*
    
  6. 
    
  7. Django 1.11.7 fixes several bugs in 1.11.6.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Prevented ``cache.get_or_set()`` from caching ``None`` if the ``default``
    
  13.   argument is a callable that returns ``None`` (:ticket:`28601`).
    
  14. 
    
  15. * Fixed the Basque ``DATE_FORMAT`` string (:ticket:`28710`).
    
  16. 
    
  17. * Made ``QuerySet.reverse()`` affect ``nulls_first`` and ``nulls_last``
    
  18.   (:ticket:`28722`).
    
  19. 
    
  20. * Fixed unquoted table names in ``Subquery`` SQL when using ``OuterRef``
    
  21.   (:ticket:`28689`).