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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user