1
0
forked from pool/python-Django

Accepting request 958255 from home:aplanas:branches:devel:languages:python:django

- Update to 4.0.3
  + Prevented, following a regression in Django 4.0.1, makemigrations
    from generating infinite migrations for a model with
    ManyToManyField to a lowercased swappable model such as
    'auth.user'
  + Fixed a regression in Django 4.0 that caused a crash when
    rendering invalid inlines with readonly_fields in the admin

OBS-URL: https://build.opensuse.org/request/show/958255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=102
This commit is contained in:
2022-03-01 11:24:38 +00:00
committed by Git OBS Bridge
parent 804b177c74
commit 4c26df157f
8 changed files with 250 additions and 196 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 1 10:49:51 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 4.0.3
+ Prevented, following a regression in Django 4.0.1, makemigrations
from generating infinite migrations for a model with
ManyToManyField to a lowercased swappable model such as
'auth.user'
+ Fixed a regression in Django 4.0 that caused a crash when
rendering invalid inlines with readonly_fields in the admin
-------------------------------------------------------------------
Tue Feb 1 10:15:38 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>