1
0
forked from pool/python-Django

- Add fix_test_custom_fields_SQLite.patch fixing issues with

modern SQLite (gh#django/django#15168).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=100
This commit is contained in:
2022-01-12 14:16:45 +00:00
committed by Git OBS Bridge
parent d4f3e90ca0
commit cc14e0cce5
3 changed files with 49 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 12 14:16:23 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add fix_test_custom_fields_SQLite.patch fixing issues with
modern SQLite (gh#django/django#15168).
-------------------------------------------------------------------
Mon Jan 10 09:27:36 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>