1
0
forked from pool/python-Django

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

- Update to 3.2.9
  + Fixed a bug in Django 3.2 that caused a migration crash on SQLite
    when altering a field with a functional index

OBS-URL: https://build.opensuse.org/request/show/928778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=93
This commit is contained in:
2021-11-02 13:09:16 +00:00
committed by Git OBS Bridge
parent bccc7af30c
commit 72466787f4
7 changed files with 196 additions and 229 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 2 12:45:45 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 3.2.9
+ Fixed a bug in Django 3.2 that caused a migration crash on SQLite
when altering a field with a functional index
-------------------------------------------------------------------
Tue Oct 5 14:25:34 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>