Package python3-module-django: Information

  • Default inline alert: Version in the repository: 3.2.23-alt1

Source package: python3-module-django
Version: 3.2.13-alt1
Build time:  Apr 12, 2022, 06:04 PM in the task #298294
Report package bug
License: BSD
Summary: A high-level Python 3 Web framework that encourages rapid development and clean, pragmatic design.
Description: 
A high-level Python 3 Web framework that encourages rapid development and clean, pragmatic design.

List of rpms provided by this srpm:
python3-module-django (noarch)
python3-module-django-dbbackend-mysql (noarch)
python3-module-django-dbbackend-oracle (noarch)
python3-module-django-dbbackend-postgresql (noarch)
python3-module-django-dbbackend-sqlite3 (noarch)
python3-module-django-doc (noarch)

Maintainer: Anton Farygin


    1. bash-completion
    2. python3-module-setuptools
    3. rpm-build-python3

Last changed


April 11, 2022 Anton Farygin 3.2.13-alt1
- 3.2.12 -> 3.2.13
- Fixes:
  * CVE-2022-28346: Potential SQL injection in QuerySet.annotate(), aggregate(), and extra()
  * CVE-2022-28347: Potential SQL injection via QuerySet.explain(**options) on PostgreSQL
Feb. 20, 2022 Anton Farygin 3.2.12-alt1
- 3.2.11 -> 3.2.12
- Fixes for the following security vulnerabilities:
  + CVE-2022-22818: Possible XSS via {% debug %} template tag.
  + CVE-2022-23833: Denial-of-service possibility in file uploads.
Jan. 18, 2022 Alexey Shabalin 3.2.11-alt1
- new version 3.2.11
- Fixes for the following security vulnerabilities:
  + CVE-2021-45115 Prevented DoS vector in UserAttributeSimilarityValidator.
  + CVE-2021-45116 Fixed potential information disclosure in dictsort template filter.
  + CVE-2021-45452 Fixed potential path traversal in storage subsystem.