Package python-module-django: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #278795
Package removed: Alexey Shabalin
Deletion date: July 15, 2021
Message: delete_python2_django
    Source package: python-module-django
    Version: 1.11.29-alt2
    Build time:  Feb 24, 2021, 11:43 PM in the task #266899
    Report package bug
    License: BSD
    Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
    Description: 
    A high-level Python Web framework that encourages rapid development and clean, pragmatic design.

    List of rpms provided by this srpm:
    python-module-django (noarch)
    python-module-django-dbbackend-mysql (noarch)
    python-module-django-dbbackend-psycopg2 (noarch)
    python-module-django-dbbackend-sqlite3 (noarch)
    python-module-django-doc (noarch)

    Maintainer: Alexey Shabalin


      1. rpm-build-python
      2. rpm-build-python >= 0.8
      3. python-devel = 2.7
      4. python-module-setuptools
      5. python-module-six

    Last changed


    Feb. 24, 2021 Alexey Shabalin 1.11.29-alt2
    - rename package to python-module-django back
    April 12, 2020 Alexey Shabalin 1.11.29-alt1
    - 1.11.29
    - build only for python2
    - merge tests package to main
    - enable tests
    - Fixes for the following security vulnerabilities:
      + CVE-2019-19844: Potential account hijack via password reset form
      + CVE-2020-7471: Potential SQL injection via StringAgg(delimiter)
      + CVE-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle
    Aug. 5, 2019 Alexey Shabalin 1.11.23-alt1
    - 1.11.23
    - Fixes for the following security vulnerabilities:
      + CVE-2019-14232 Adjusted regex to avoid backtracking issues when truncating HTML
      + CVE-2019-14233 Prevented excessive HTMLParser recursion in strip_tags() when handling incomplete HTML entities
      + CVE-2019-14234 Protected JSONField/HStoreField key and index lookups against SQL injection
      + CVE-2019-14235 Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri()