1. ==========================
    
  2. Django 3.0.8 release notes
    
  3. ==========================
    
  4. 
    
  5. *July 1, 2020*
    
  6. 
    
  7. Django 3.0.8 fixes several bugs in 3.0.7.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed messages of ``InvalidCacheKey`` exceptions and ``CacheKeyWarning``
    
  13.   warnings raised by cache key validation (:ticket:`31654`).
    
  14. 
    
  15. * Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping
    
  16.   by a many-to-one relationship (:ticket:`31660`).
    
  17. 
    
  18. * Reallowed, following a regression in Django 3.0, non-expressions having a
    
  19.   ``filterable`` attribute to be used as the right-hand side in queryset
    
  20.   filters (:ticket:`31664`).
    
  21. 
    
  22. * Fixed a regression in Django 3.0.2 that caused a migration crash on
    
  23.   PostgreSQL when adding a foreign key to a model with a namespaced
    
  24.   ``db_table`` (:ticket:`31735`).
    
  25. 
    
  26. * Added compatibility for ``cx_Oracle`` 8 (:ticket:`31751`).