1. ==========================
    
  2. Django 2.0.7 release notes
    
  3. ==========================
    
  4. 
    
  5. *July 2, 2018*
    
  6. 
    
  7. Django 2.0.7 fixes several bugs in 2.0.6.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed admin changelist crash when using a query expression without ``asc()``
    
  13.   or ``desc()`` in the page's ordering (:ticket:`29428`).
    
  14. 
    
  15. * Fixed admin check crash when using a query expression in
    
  16.   ``ModelAdmin.ordering`` (:ticket:`29428`).
    
  17. 
    
  18. * Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`).
    
  19. 
    
  20. * Fixed migrations crash with namespace packages on Python 3.7
    
  21.   (:ticket:`28814`).