summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.1.txt
blob: 2d705f6a99057caed79652af828b3fbe63c43729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==========================
Django 4.1.1 release notes
==========================

*Expected September 5, 2022*

Django 4.1.1 fixes several bugs in 4.1.

Bugfixes
========

* Reallowed, following a regression in Django 4.1, using ``GeoIP2()`` when GEOS
  is not installed (:ticket:`33886`).

* Fixed a regression in Django 4.1 that caused a crash of admin's autocomplete
  widgets when translations are deactivated (:ticket:`33888`).