Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Use-local-inventory-for-intersphinx.patch | Use local inventory for intersphinx | Carsten Schoenert <c.schoenert@t-online.de> | not-needed | 2021-09-06 | ||
django-4.x-fixes/Use-smart_str-instead-of-deprecated-smart_text-Django-fun.patch | Use smart_str instead of deprecated smart_text Django function | =?utf-8?q?Bartolom=C3=A9_S=C3=A1nchez_Salado?= | yes | 2021-12-12 | ||
django-4.x-fixes/Use-re_path-instead-of-deprecated-url-Django-function.patch | Use re_path instead of deprecated url Django function | =?utf-8?q?Bartolom=C3=A9_S=C3=A1nchez_Salado?= | yes | 2021-12-12 | ||
django-4.x-fixes/Add-support-for-Django-4-compatibility.patch | Add support for Django 4 compatibility | =?utf-8?q?Bartolom=C3=A9_S=C3=A1nchez_Salado?= | yes | 2021-12-12 | ||
django-4.x-fixes/Check-FullResultSet-exception.patch | Ignore FullResultSet exception introduced in Django 4.2 As of version 4.2 Django added an exception during query generation when a query matches everything contained in a table. Since the models.usage_for_queryset function is meant to handle this case, this patch instead uses the exception to determine if extra criteria are required. This effectively replaces the if statement that determines if a "where" value was generated. The if statement is maintained along with the ImportError skip to keep compatibility with older Django versions. |
Lena Voytek <lena.voytek@canonical.com> | no | 2023-08-01 | ||
python3.11.patch | Fix FTBFS with python3.11. | Bas Couwenberg <sebastic@debian.org> | no | debian | ||
python3.12.patch | assertEquals is removed in py3.12 | Alexandre Rossi <niol@zincube.net> | yes |