2024-02-08 23:43:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django: updated to 5.0.2
Django 5.0.2 fixes a security issue with severity “moderate” and several \
bugs in 5.0.1. Also, the latest string translations from Transifex are \
incorporated.
CVE-2024-24680: Potential denial-of-service in intcomma template filter
The intcomma template filter was subject to a potential denial-of-service attack \
when used with very long strings.
Bugfixes
Reallowed, following a regression in Django 5.0.1, filtering against local \
foreign keys not included in ModelAdmin.list_filter
Fixed a regression in Django 5.0 where links in the admin had an incorrect color
Fixed a bug in Django 5.0 that caused a crash of Model.full_clean() on models \
with a GeneratedField
Fixed a regression in Django 5.0 that caused a crash of FilteredRelation() with \
querysets as right-hand sides
Fixed a regression in Django 5.0 that caused a crash of the dumpdata management \
command when a base queryset used prefetch_related()
Fixed a regression in Django 5.0 that caused the request_finished signal to \
sometimes not be fired when running Django through an ASGI server, resulting in \
potential resource leaks
Fixed a bug in Django 5.0 that caused a migration crash on MySQL when adding a \
BinaryField, TextField, JSONField, or GeometryField with a db_default
Fixed a bug in Django 5.0 that caused a migration crash on models with a literal \
db_default of a complex type such as dict instance of a JSONField. Running \
makemigrations might generate no-op AlterField operations for fields using \
db_default
|
2024-01-09 13:56:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django: updated to 4.2.9
4.2.9
Bugfixes
Fixed a regression in Django 4.2.8 where admin fields on the same line could \
overflow the page and become non-interactive
|
2023-12-04 18:25:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django: updated to 4.2.8
Django 4.2.8 fixes several bugs in 4.2.7 and adds compatibility with Python 3.12.
Bugfixes
Fixed a regression in Django 4.2 that caused makemigrations --check to stop \
displaying pending migrations
Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate() \
with aggregates referencing other aggregates or window functions through \
conditional expressions
Fixed a regression in Django 4.2 that caused a crash when annotating a QuerySet \
with a Window expressions composed of a partition_by clause mixing field types \
and aggregation expressions
Fixed a regression in Django 4.2 where the admin’s change list page had \
misaligned pagination links and inputs when using list_editable
Fixed a regression in Django 4.2 where checkboxes in the admin would be centered \
on narrower screen widths
Fixed a regression in Django 4.2 that caused a crash of querysets with \
aggregations on MariaDB when the ONLY_FULL_GROUP_BY SQL mode was enabled
Fixed a regression in Django 4.2 where the admin’s read-only password widget \
and some help texts were incorrectly aligned at tablet widths
Fixed a regression in Django 4.2 that caused a migration crash on SQLite when \
altering unsupported Meta.db_table_comment
|
2023-11-01 21:14:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django: updated to 4.2.7
4.2.7
CVE-2023-46695: Potential denial of service vulnerability in UsernameField on Windows
|
2023-10-04 23:37:14 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
py-django: added version 4.2.6
What’s new in Django 4.2
Psycopg 3 support
Comments on columns and tables
Mitigation for the BREACH attack
In-memory file storage
Custom file storages
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-01-05 16:51:59 by Thomas Klausner | Files touched by this commit (4) |
Log message:
py-django*: switch to USE_PKG_RESOURCES
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-05 11:09:54 by Thomas Klausner | Files touched by this commit (4) |
Log message:
py-django*: add dependency on py-setuptools
These use pkg_resources.
Noted by joerg.
Bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|