1. ===========================
    
  2. Django 1.9.12 release notes
    
  3. ===========================
    
  4. 
    
  5. *December 1, 2016*
    
  6. 
    
  7. Django 1.9.12 fixes a regression in 1.9.11.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Quoted the Oracle test user's password in queries to fix the "ORA-00922:
    
  13.   missing or invalid option" error when the password starts with a number or
    
  14.   special character (:ticket:`27420`).