1. ==========================
    
  2. Django 4.1.8 release notes
    
  3. ==========================
    
  4. 
    
  5. *April 5, 2023*
    
  6. 
    
  7. Django 4.1.8 fixes a bug in 4.1.7.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a bug in Django 4.1 that caused invalidation of sessions when rotating
    
  13.   secret keys with ``SECRET_KEY_FALLBACKS`` (:ticket:`34384`).