1. ===========================
    
  2. Django 1.4.12 release notes
    
  3. ===========================
    
  4. 
    
  5. *April 28, 2014*
    
  6. 
    
  7. Django 1.4.12 fixes a regression in the 1.4.11 security release.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Restored the ability to ``reverse()`` views created using
    
  13.   :func:`functools.partial()` (:ticket:`22486`).