1. ==========================
    
  2. Django 4.1.3 release notes
    
  3. ==========================
    
  4. 
    
  5. *November 1, 2022*
    
  6. 
    
  7. Django 4.1.3 fixes a bug in 4.1.2 and adds compatibility with Python 3.11.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a bug in Django 4.1 that caused non-Python files created by
    
  13.   ``startproject`` and ``startapp`` management commands from custom templates
    
  14.   to be incorrectly formatted using the ``black`` command (:ticket:`34085`).