Revisions of python-Django

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 854260 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 70)
- Update to 3.1.4
 * Fixed setting the Content-Length HTTP header in AsyncRequestFactory
 * Fixed passing extra HTTP headers to AsyncRequestFactory request methods
 * Fixed crash of key transforms for JSONField on PostgreSQL when usingi
     on a Subquery() annotation
 * Fixed a regression in Django 3.1 that caused the incorrect grouping
     by a Q object annotation
 * Fixed a regression in Django 3.1 that caused suppressing connection errors
     when JSONField is used on SQLite
 * Fixed a crash on SQLite, when QuerySet.values()/values_list() contained
     key transforms for JSONField returning non-string primitive values
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 845465 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 69)
- Update to 3.1.3
 * Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin
   changelist search bar
 * Fixed a regression in Django 3.1.2 that caused the incorrect width of the
   admin changelist search bar on a filtered page
 * Fixed displaying Unicode characters in forms.JSONField and read-only
   models.JSONField values in the admin
 * Fixed a regression in Django 3.1 that caused a crash of ArrayAgg and StringAgg
   with ordering on key transforms for JSONField
 * Fixed a regression in Django 3.1 that caused a crash of __in lookup when using
   key transforms for JSONField in the lookup value
 * Fixed a regression in Django 3.1 that caused a crash of ExpressionWrapper with
   key transforms for JSONField
 * Fixed a regression in Django 3.1 that caused a migrations crash on PostgreSQL
   when adding an ExclusionConstraint with key transforms for JSONField in expressions
 * Fixed a regression in Django 3.1 where ProtectedError.protected_objects
   and RestrictedError.restricted_objects attributes returned iterators instead
   of set of objects
 * Fixed a regression in Django 3.1.2 that caused incorrect form input layout
   on small screens in the admin change form view
 * Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password reset tokens
 * Added support for asgiref 3.3
 * Fixed a regression in Django 3.1 that caused incorrect textarea layout
   on medium-sized screens in the admin change form view with the sidebar open
 * Fixed a regression in Django 3.0.7 that didn’t use Subquery() aliases
   in the GROUP BY clause
 * Fixed a bug in Django 3.1 where FileField instances with a callable storage were
   not correctly deconstructed
 * Fixed a regression in Django 3.1 where the QuerySet.ordered attribute returned
   incorrectly True for GROUP BY queries (e.g. .annotate().values()) on models with
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 819476 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 66)
- update to 3.0.8
 * Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings
    raised by cache key validation
 * Fixed a regression in Django 3.0.7 that caused a queryset crash
    when grouping by a many-to-one relationship
 * Reallowed, following a regression in Django 3.0, non-expressions having
    a filterable attribute to be used as the right-hand side in queryset filters
 * Fixed a regression in Django 3.0.2 that caused a migration crash
    on PostgreSQL when adding a foreign key to a model with a namespaced db_table
 * Added compatibility for cx_Oracle 8
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 811528 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 65)
- update to 3.0.7
- drop 32bit.patch
 *  boo#1172167 - CVE-2020-13254: Potential data leakage via malformed
      memcached keys
 * boo#1172167 -  CVE-2020-13596: Possible XSS via admin
      ForeignKeyRawIdWidget
 * many other bugfixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 800883 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 64)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 791106 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 63)
- Update to 2.2.12:
  * Added the ability to handle .po files containing different plural
    equations for the same language (#30439).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 786136 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 62)
- update to 2.2.11
 * fix boo#1165022 (CVE-2020-9402) Potential SQL injection via tolerance
   parameter in GIS functions and aggregates on Oracle

 * fix boo#1161919 (CVE-2020-7471) Potential SQL injection via ``StringAgg(delimiter)``
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 769928 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 61)
- update to 2.2.10
- drop pyyaml53.patch
 * fix boo#1161919 (CVE-2020 7471) Potential SQL injection via ``StringAgg(delimiter)``
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 764691 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 60)
- add pyyaml53.patch - fix tests with PyYAML 5.3
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 759885 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 59)
- Update to 2.2.9
 * CVE-2019-19844: Potential account hijack via password reset form (bsc#1159447)
 * Fixed a data loss possibility in SplitArrayField.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 748860 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 57)
- Update to 2.2.7:
  * Fixed a crash when using a contains, contained_by, has_key, has_keys, or has_any_keys lookup on JSONField, if the right or left hand side of an expression is a key transform (#30826).
  * Prevented migrate --plan from showing that RunPython operations are irreversible when reverse_code callables don’t have docstrings or when showing a forward migration plan (#30870).
  * Fixed migrations crash on PostgreSQL when adding an Index with fields ordering and opclasses (#30903).
  * Restored the ability to override get_FOO_display() (#30931).

- Require full python interpreter on build and runtime
Displaying revisions 41 - 60 of 116
openSUSE Build Service is sponsored by