Commit Graph

  • d9e40802ee Accepting request 1330890 from devel:languages:python:django factory Ana Guerrero 2026-02-06 20:29:55 +00:00
  • 53638080fd Add test_strip_tags_incomplete.patch leap-16.1 leap-16.0 Markéta Machová 2026-02-04 14:29:48 +01:00
  • 239aa42157 CVE-2025-13473 CVE-2025-14550 CVE-2026-1207 CVE-2026-1285 CVE-2026-1287 CVE-2026-1312 Markéta Machová 2026-02-04 12:00:44 +01:00
  • e3535b927b Accepting request 1330887 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2026-02-04 09:40:05 +00:00
  • b5218298c3 Accepting request 1326319 from devel:languages:python:django Ana Guerrero 2026-01-12 09:16:08 +00:00
  • e3bb02787c Accepting request 1326313 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2026-01-09 10:19:53 +00:00
  • 75f2e4722d Accepting request 1324665 from devel:languages:python:django Ana Guerrero 2025-12-29 14:15:47 +00:00
  • b9e2a57598 Accepting request 1324662 from home:mcalabkova:branches:devel:languages:python:C Markéta Machová 2025-12-29 09:49:28 +00:00
  • a869fc30c6 Accepting request 1321589 from devel:languages:python:django Ana Guerrero 2025-12-09 11:46:45 +00:00
  • 271fb72743 Accepting request 1321577 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-12-08 13:35:41 +00:00
  • 58adc28d1a CVE-2025-64459 CVE-2025-64460 CVE-2025-13372 Markéta Machová 2025-12-08 12:08:01 +01:00
  • 16e18feb51 Accepting request 1315976 from devel:languages:python:django Ana Guerrero 2025-11-07 17:20:57 +00:00
  • 76abeb5196 Accepting request 1315948 from home:mcalabkova:branches:devel:languages:python:django Matej Cepl 2025-11-06 09:57:16 +00:00
  • a626c2df28 Accepting request 1308583 from devel:languages:python:django Ana Guerrero 2025-10-03 13:42:46 +00:00
  • af8743f627 Accepting request 1308563 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-10-02 10:47:09 +00:00
  • a2220d5d79 CVE-2025-59681, CVE-2025-59682 Markéta Calábková 2025-10-02 12:08:09 +02:00
  • e68767c767 Accepting request 1302720 from devel:languages:python:django Ana Guerrero 2025-09-05 19:42:17 +00:00
  • 59a6beb077 CVE-2025-57833 Markéta Calábková 2025-09-04 15:16:57 +02:00
  • 10db7ca9ba Accepting request 1302719 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-09-04 11:14:46 +00:00
  • ca72a13001 Accepting request 1299114 from devel:languages:python:django Dominique Leuenberger 2025-08-13 14:23:21 +00:00
  • 6544325d4d Accepting request 1299046 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-08-12 15:39:39 +00:00
  • 9de3da6953 Accepting request 1296919 from devel:languages:python:django Dominique Leuenberger 2025-08-03 11:36:22 +00:00
  • bc7ec78837 - Reinstate Requires on tzdata, a lot of packages use it. Steve Kowalik 2025-08-01 02:09:29 +00:00
  • 00bffa3e19 Accepting request 1296418 from devel:languages:python:django Dominique Leuenberger 2025-07-31 15:44:58 +00:00
  • e6b698152d - Add patch support-msgfmt-0.25.patch: * Support msgfmt 0.25 error messages changes. (bsc#1246966) - Remove unneeded Requires on tzdata. Steve Kowalik 2025-07-30 06:04:11 +00:00
  • 8d85f7e406 Accepting request 1294515 from devel:languages:python:django Ana Guerrero 2025-07-20 13:28:54 +00:00
  • de79c5c8a8 Accepting request 1294515 from devel:languages:python:django Ana Guerrero 2025-07-20 13:28:54 +00:00
  • 516be982f1 Fix typo in changelog Matej Cepl 2025-07-19 10:39:03 +00:00
  • 36009a2c4e Fix typo in changelog Matej Cepl 2025-07-19 10:39:03 +00:00
  • de18a0b8d5 - Add upstream test_trip_tags.patch to fix test errors with at-this-point future python interpreters Matej Cepl 2025-07-19 10:26:26 +00:00
  • 9fd21c68c8 Accepting request 1294490 from home:mcalabkova:branches:devel:languages:python:Factory Matej Cepl 2025-07-19 10:26:26 +00:00
  • 48f0ae5840 Accepting request 1290998 from devel:languages:python:django Ana Guerrero 2025-07-08 13:28:05 +00:00
  • e5f0ae3884 Accepting request 1290998 from devel:languages:python:django Ana Guerrero 2025-07-08 13:28:05 +00:00
  • d027a9fa92 - Update to 5.2.4 * Fixed a log injection possibility by migrating remaining response logging to django.utils.log.log_response(), which safely escapes arguments such as the request path to prevent unsafe log output (CVE 2025-48432). * Fixed a regression in Django 5.2 that caused QuerySet.bulk_update() to incorrectly convert None to JSON null instead of SQL NULL for JSONField * Fixed a regression in Django 5.2.2 where the q parameter was removed from the internal django.http.MediaType.params property * Fixed a regression in Django 5.2.2 where HttpRequest.get_preferred_type() incorrectly preferred more specific media types with a lower quality * Fixed a crash in Django 5.2 when performing an __in lookup involving a composite primary key and a subquery on certain backends Markéta Machová 2025-07-07 09:04:27 +00:00
  • dd9fdde65b Accepting request 1290240 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-07-07 09:04:27 +00:00
  • 94416b615b Accepting request 1283580 from devel:languages:python:django Ana Guerrero 2025-06-10 06:59:24 +00:00
  • bcdf45bee3 Accepting request 1283580 from devel:languages:python:django Ana Guerrero 2025-06-10 06:59:24 +00:00
  • 019c08ddee - Update to 5.2.2 (bsc#1244095) * CVE-2025-48432: Potential log injection via unescaped request path * Fixed a crash when using select_related against a ForeignObject originating from a model with a CompositePrimaryKey * Fixed a regression in Django 5.2 that caused a crash when no arguments were passed into QuerySet.union(). * Fixed a regression in Django 5.2 that caused a crash when using OuterRef in PostgreSQL aggregate functions ArrayAgg, StringAgg, and JSONBAgg. * Fixed a bug in Django 5.2 where HttpRequest.get_preferred_type() did not account for media type parameters in Accept headers, reducing specificity in content negotiation. Markéta Machová 2025-06-06 08:51:39 +00:00
  • 78064dc5d5 Accepting request 1283359 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-06-06 08:51:39 +00:00
  • 2136d497be Accepting request 1276782 from devel:languages:python:django Ana Guerrero 2025-05-13 18:12:16 +00:00
  • 7966c88bd6 Accepting request 1276782 from devel:languages:python:django Ana Guerrero 2025-05-13 18:12:16 +00:00
  • c5f3696bba - Update to 5.2.1 (bsc#1242210) * This release was built using an upgraded setuptools, producing filenames compliant with PEP 491 and PEP 625 and thus addressing a PyPI warning about non-compliant distribution filenames. This change only affects the Django packaging process and does not impact Django’s behavior. * CVE-2025-32873: Denial-of-service possibility in strip_tags() * Fixed a data corruption possibility in file_move_safe() when allow_overwrite=True * Fixed a regression introduced when fixing CVE 2025-26699, where the wordwrap template filter did not preserve empty lines between paragraphs after wrapping text * Fixed many bugs and regressions in Django 5.2, see upstream changelog Markéta Machová 2025-05-12 08:52:11 +00:00
  • 2e58847883 Accepting request 1276780 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-05-12 08:52:11 +00:00
  • c1bbd7f1e2 Accepting request 1271967 from devel:languages:python:django Ana Guerrero 2025-04-23 13:18:25 +00:00
  • 161629dff1 Accepting request 1271967 from devel:languages:python:django Ana Guerrero 2025-04-23 13:18:25 +00:00
  • 81b62ad5fd - Add missing runtime dependency on tzdata Markéta Machová 2025-04-22 15:46:56 +00:00
  • bc901503ad - Add missing runtime dependency on tzdata Markéta Machová 2025-04-22 15:46:56 +00:00
  • d0beaac527 add tzdata dependency Markéta Machová 2025-04-17 09:43:50 +00:00
  • 10e7ba185a Accepting request 1270243 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-04-17 09:43:50 +00:00
  • 8cea3c6a81 Accepting request 1269472 from devel:languages:python:django Ana Guerrero 2025-04-15 18:47:09 +00:00
  • 054fe60b1c Accepting request 1269472 from devel:languages:python:django Ana Guerrero 2025-04-15 18:47:09 +00:00
  • bb643f6074 - Update to 5.2 * Django 5.2 is designated as a long-term support release. It will receive security updates for at least three years after its release. * Django 5.2 supports Python 3.10, 3.11, 3.12, and 3.13. ** What’s new in Django 5.2 ** * Automatic models import in the shell * Composite Primary Keys * Simplified override of BoundField * ... and many more smaller features ** Backwards incompatible changes in 5.2 ** * Database backend API changes * Dropped support for PostgreSQL 13 * Changed MySQL connection character set default * ... and more, see upstream changelog ** Features deprecated in 5.2 ** * The all argument for the django.contrib.staticfiles.finders.find() function is deprecated in favor of the find_all argument. * The ordering keyword argument of the PostgreSQL specific aggregation functions is deprecated in favor of the order_by argument. Markéta Machová 2025-04-15 07:42:05 +00:00
  • f151a3c797 Accepting request 1269461 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-04-15 07:42:05 +00:00
  • 111c0aa28e Accepting request 1267715 from devel:languages:python:django Ana Guerrero 2025-04-11 14:45:30 +00:00
  • 85360b46fb Accepting request 1267715 from devel:languages:python:django Ana Guerrero 2025-04-11 14:45:30 +00:00
  • f6f2db94ee - Update to 5.1.8 * CVE-2025-27556: Potential denial-of-service vulnerability in LoginView, LogoutView, and set_language() on Windows * Fixed a regression in Django 5.1.7 where the removal of the single_object parameter unintentionally altered the signature and return type of LogEntryManager.log_actions() Markéta Machová 2025-04-07 14:33:55 +00:00
  • 12fd0a5c12 Accepting request 1267711 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-04-07 14:33:55 +00:00
  • bd9d4e8e4b - update filelist to be compatible with newer setuptools Dirk Mueller 2025-03-30 08:29:55 +00:00
  • 79071578aa - update filelist to be compatible with newer setuptools Dirk Mueller 2025-03-30 08:29:55 +00:00
  • 86ddc9c8c4 Accepting request 1254138 from devel:languages:python:django Ana Guerrero 2025-03-20 18:24:28 +00:00
  • 76981348a7 Accepting request 1254138 from devel:languages:python:django Ana Guerrero 2025-03-20 18:24:28 +00:00
  • 9fb974a5c8 - Update to 5.1.7 (bsc#1239052) * CVE-2025-26699: Potential denial-of-service vulnerability in django.utils.text.wrap() * Fixed a bug in Django 5.1 where the {% querystring %} template tag returned an empty string rather than "?" * Fixed a bug in Django 5.1 where FileSystemStorage, with allow_overwrite set to True, did not truncate the overwritten file content * Fixed a regression in Django 5.1 where the count and exists methods of ManyToManyField related managers would always return 0 and False when the intermediary model back references used to_field * Fixed a regression in Django 5.1 where the pre_save and post_save signals for LogEntry were not sent when deleting a single object in the admin Markéta Machová 2025-03-18 13:18:43 +00:00
  • 34c7f06b3c Accepting request 1254130 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-03-18 13:18:43 +00:00
  • 4cfbeac954 Accepting request 1245111 from devel:languages:python:django Ana Guerrero 2025-02-11 20:20:19 +00:00
  • 5530001c64 Accepting request 1245111 from devel:languages:python:django Ana Guerrero 2025-02-11 20:20:19 +00:00
  • a5b485aaa4 - Update to 5.1.6 * Fixed a regression in Django 5.1.5 that caused validate_ipv6_address() and validate_ipv46_address() to crash when handling non-string values * Fixed a regression in Django 5.1 where password fields, despite being set to required=False, were still treated as required in forms derived from BaseUserCreationForm Markéta Machová 2025-02-11 14:13:37 +00:00
  • 11ca90c769 Accepting request 1245099 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-02-11 14:13:37 +00:00
  • 3cf5681960 Accepting request 1238033 from devel:languages:python:django Ana Guerrero 2025-01-17 17:36:51 +00:00
  • c3b5ab4d75 Accepting request 1238033 from devel:languages:python:django Ana Guerrero 2025-01-17 17:36:51 +00:00
  • b2d85302c5 - Update to 5.1.5 (bsc#1235856) * CVE-2024-56374: Potential denial-of-service vulnerability in IPv6 validation * Fixed a crash when applying migrations with references to the removed Meta.index_together option Markéta Machová 2025-01-15 12:08:37 +00:00
  • 31211500a9 Accepting request 1237996 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2025-01-15 12:08:37 +00:00
  • ed596b7283 Accepting request 1229315 from devel:languages:python:django Ana Guerrero 2024-12-10 22:43:01 +00:00
  • 4e19229a8d Accepting request 1229315 from devel:languages:python:django Ana Guerrero 2024-12-10 22:43:01 +00:00
  • cec361ba85 - Update to 5.1.4 (bsc#1234231, CVE-2024-53908, bsc#1234232, CVE-2024-53907) * CVE-2024-53907: Potential denial-of-service in django.utils.html.strip_tags() * CVE-2024-53908: Potential SQL injection in HasKey(lhs, rhs) on Oracle * Fixed a crash in createsuperuser on Python 3.13+ caused by an unhandled OSError * Fixed a regression in Django 5.1 where relational fields were not updated * Fixed a bug in Django 5.1 where DomainNameValidator accepted any input value that contained a valid domain name, rather than only input values that were a valid domain name * Fixed a regression in Django 5.1 that prevented the use of DB-IP databases with GeoIP2 * Fixed a regression in Django 5.1 where non-ASCII fieldset names were not displayed when rendering admin fieldsets Markéta Machová 2024-12-09 11:00:19 +00:00
  • 4b21501c66 Accepting request 1229256 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2024-12-09 11:00:19 +00:00
  • f398fa39be Accepting request 1208607 from devel:languages:python:django Ana Guerrero 2024-10-18 13:52:54 +00:00
  • 2ada01d39d Accepting request 1208607 from devel:languages:python:django Ana Guerrero 2024-10-18 13:52:54 +00:00
  • 828c0a3f1e - Update to 5.1.2 * Fixed a regression in Django 5.1 that caused a crash when using the PostgreSQL lookup trigram_similar on output fields from Concat * Fixed a regression in Django 5.1 that caused a crash of JSONObject() when using server-side binding with PostgreSQL 16+ * Fixed a regression in Django 5.1 that made selected items in multi-select widgets indistinguishable from non-selected items in the admin dark theme Markéta Machová 2024-10-17 10:32:45 +00:00
  • a9323c63eb Accepting request 1208605 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2024-10-17 10:32:45 +00:00
  • aa9f2197a0 Accepting request 1198700 from devel:languages:python:django Ana Guerrero 2024-09-05 13:46:17 +00:00
  • 1533e17b78 Accepting request 1198700 from devel:languages:python:django Ana Guerrero 2024-09-05 13:46:17 +00:00
  • 789323fdc2 - Update to 5.1.1 (bsc#1229823, bsc#1229824) Markéta Machová 2024-09-04 12:09:20 +00:00
  • dafc696f6b - Update to 5.1.1 (bsc#1229823, bsc#1229824) Markéta Machová 2024-09-04 12:09:20 +00:00
  • 8d6af13dc7 - Update to 5.1.1 (CVE-2024-45230, bsc#1229823, CVE-2024-45231, bsc#1229824) * Fixed a regression in Django 5.1 that caused a crash of Window() when passing an empty sequence to the order_by parameter, and a crash of Prefetch() for a sliced queryset without ordering * Fixed a regression in Django 5.1 where a new usable_password field was included in BaseUserCreationForm (and children). * Adjusted the deprecation warning stacklevel in Model.save() and Model.asave() to correctly point to the offending call site * Adjusted the deprecation warning stacklevel when using OS_OPEN_FLAGS in FileSystemStorage to correctly point to the offending call site * Adjusted the deprecation warning stacklevel in FieldCacheMixin.get_cache_name() to correctly point to the offending call site * Restored, following a regression in Django 5.1, the ability to override the timezone and role setting behavior used within the init_connection_state method of the PostgreSQL backend * Fixed a bug in Django 5.1 where variable lookup errors were logged when rendering admin fieldsets Markéta Machová 2024-09-04 07:53:21 +00:00
  • ebd59fdf8f Accepting request 1198650 from home:mcalabkova:branches:devel:languages:python:django Markéta Machová 2024-09-04 07:53:21 +00:00
  • 9989555d48 - Update to 5.1.1 * CVE-2024-45230: Potential denial-of-service vulnerability in django.utils.html.urlize() * CVE-2024-45231: Potential user email enumeration via response status on password reset * Fixed a regression in Django 5.1 that caused a crash of Window() when passing an empty sequence to the order_by parameter, and a crash of Prefetch() for a sliced queryset without ordering * Fixed a regression in Django 5.1 where a new usable_password field was included in BaseUserCreationForm (and children). A new AdminUserCreationForm including this field was added, isolating the feature to the admin where it was intended * Adjusted the deprecation warning stacklevel in Model.save() and Model.asave() to correctly point to the offending call site * Adjusted the deprecation warning stacklevel when using OS_OPEN_FLAGS in FileSystemStorage to correctly point to the offending call site * Adjusted the deprecation warning stacklevel in FieldCacheMixin.get_cache_name() to correctly point to the offending call site * Restored, following a regression in Django 5.1, the ability to override the timezone and role setting behavior used within the init_connection_state method of the PostgreSQL backend * Fixed a bug in Django 5.1 where variable lookup errors were logged when rendering admin fieldsets Alberto Planas Dominguez 2024-09-04 07:52:11 +00:00
  • 5d6567866e Accepting request 1198652 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2024-09-04 07:52:11 +00:00
  • 7b2716d803 Accepting request 1192955 from devel:languages:python:django Dominique Leuenberger 2024-08-11 14:55:29 +00:00
  • b088808d13 Accepting request 1192955 from devel:languages:python:django Dominique Leuenberger 2024-08-11 14:55:29 +00:00
  • 1fe3b55357 Accepting request 1192591 from devel:languages:python:django Dominique Leuenberger 2024-08-09 14:15:06 +00:00
  • 05974f0ef9 Accepting request 1192591 from devel:languages:python:django Dominique Leuenberger 2024-08-09 14:15:06 +00:00
  • 159aab95f6 - Update to 5.1 * Supports Python >= 3.10. * Easier guardrails for authentication: the new and shiny LoginRequiredMiddleware, when added to MIDDLEWARE, enforces authentication for all views by default. * A more inclusive framework: Django 5.1 includes several accessibility enhancements, such as improved screen reader support in the admin interface, more semantic HTML elements, and better association of help text and labels with form fieldsets. * The second oldest ticket fixed in this release provides the long awaited querystring template tag, which greatly simplifies the handling of query strings when building URLs in templates. * For a detailed list of changes see https://docs.djangoproject.com/en/5.1/releases/5.1/ - Refreshed python-Django.keyring Alberto Planas Dominguez 2024-08-09 14:04:24 +00:00
  • 457ae52508 Accepting request 1192949 from home:mcalabkova:branches:devel:languages:python:django Alberto Planas Dominguez 2024-08-09 14:04:24 +00:00
  • 67729811db add bugzilla entries for the CVEs Markéta Machová 2024-08-08 10:33:49 +00:00
  • 0e66e59a61 add bugzilla entries for the CVEs Markéta Machová 2024-08-08 10:33:49 +00:00
  • 53691256c5 Accepting request 1192060 from devel:languages:python:django Dominique Leuenberger 2024-08-08 08:57:04 +00:00
  • 179eb33670 Accepting request 1192060 from devel:languages:python:django Dominique Leuenberger 2024-08-08 08:57:04 +00:00
  • 56b3641859 - Update to 5.0.8 * CVE-2024-41989: Memory exhaustion in django.utils.numberformat.floatformat() * CVE-2024-41990: Potential denial-of-service vulnerability in django.utils.html.urlize() * CVE-2024-41991: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget * CVE-2024-42005: Potential SQL injection in QuerySet.values() and values_list() * Added missing validation for UniqueConstraint(nulls_distinct=False) when using *expressions * Fixed a regression in Django 5.0 where ModelAdmin.action_checkbox could break the admin changelist HTML page when rendering a model instance with a __html__ method * Fixed a crash when creating a model with a Field.db_default and a Meta.constraints constraint composed of __endswith, __startswith, or __contains lookups * Fixed a regression in Django 5.0.7 that caused a crash in LocaleMiddleware when processing a language code over 500 characters * Fixed a bug in Django 5.0 that caused a system check crash when ModelAdmin.date_hierarchy was a GeneratedField with an output_field of DateField or DateTimeField * Fixed a bug in Django 5.0 which caused constraint validation to either crash or incorrectly raise validation errors for constraints referring to fields using Field.db_default * Fixed a crash in Django 5.0 when saving a model containing a FileField with a db_default set Alberto Planas Dominguez 2024-08-07 06:25:06 +00:00
  • 3036718655 Accepting request 1192057 from home:aplanas:branches:devel:languages:python:django Alberto Planas Dominguez 2024-08-07 06:25:06 +00:00
  • d8de200361 Accepting request 1188243 from devel:languages:python:django Ana Guerrero 2024-07-18 17:15:46 +00:00