File: 4.0.3.txt

package info (click to toggle)
python-django 3%3A4.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 58,592 kB
  • sloc: python: 334,729; javascript: 18,754; xml: 215; makefile: 178; sh: 27
file content (19 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
==========================
Django 4.0.3 release notes
==========================

*March 1, 2022*

Django 4.0.3 fixes several bugs in 4.0.2. Also, all Python code in Django is
reformatted with :pypi:`black`.

Bugfixes
========

* Prevented, following a regression in Django 4.0.1, :djadmin:`makemigrations`
  from generating infinite migrations for a model with ``ManyToManyField`` to
  a lowercased swappable model such as ``'auth.user'`` (:ticket:`33515`).

* Fixed a regression in Django 4.0 that caused a crash when rendering invalid
  inlines with :attr:`~django.contrib.admin.ModelAdmin.readonly_fields` in the
  admin (:ticket:`33547`).