1. ===========================
    
  2. Django 1.4.16 release notes
    
  3. ===========================
    
  4. 
    
  5. *October 22, 2014*
    
  6. 
    
  7. Django 1.4.16 fixes a couple regressions in the 1.4.14 security release and a
    
  8. bug preventing the use of some GEOS versions with GeoDjango.
    
  9. 
    
  10. Bugfixes
    
  11. ========
    
  12. 
    
  13. * Allowed related many-to-many fields to be referenced in the admin
    
  14.   (:ticket:`23604`).
    
  15. 
    
  16. * Allowed inline and hidden references to admin fields
    
  17.   (:ticket:`23431`).
    
  18. 
    
  19. * Fixed parsing of the GEOS version string
    
  20.   (:ticket:`20036`).