Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-django-registration-5.2.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-django-registration Distribution: openSUSE Tumbleweed
Version: 5.2.1 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 30 22:57:48 2026
Group: Unspecified Build host: reproducible
Size: 278198 Source RPM: python-django-registration-5.2.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/ubernostrum/django-registration/
Summary: An extensible user-registration application for Django
This is a user registration application for Django. It requires a
functional installation of Django, but has no other
dependencies.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Mar 30 2026 Dirk Müller <dmueller@suse.com>
  - update to 5.2.1:
    * Correct a packaging error with 5.2.0.
    * Supported Django versions are now 4.2, 5.1, and 5.2.
    * Adopted "DjangoVer" versioning.
    * Supported Django versions are now 4.2, 5.0, and 5.1.
    * Supported Python versions are now 3.9, 3.10, 3.11, 3.12, and
      3.13.
    * The base :class:`~django_registration.forms.RegistrationForm`
      has been completely rewritten, though in a backwards-
      compatible way. It is no longer a subclass of Django's
      UserCreationForm, which means it is far more flexible with
      respect to custom user models (and for many cases, no longer
      requires a custom form subclass just to handle a custom user
      model).
    * :class:`~django_registration.views.ActivationView` has also
      been rewritten, and with it parts of :ref:`the built-in
      activation-based workflow <activation-workflow>`. The primary
      change here is that ActivationView now only attempts to
      activate the user account on an HTTP POST request (previously
      it would do so on GET, which was increasingly unsafe due to
      email clients auto-following links). This is backwards-
      incompatible: the activation view now displays a form on GET,
      and the templates involved have changed. See :ref:`the
      template documentation <default-templates>` for details of
      the required templates.
    * The :ref:`reserved names list <reserved-names>` has a new
      entry: "xrpc", which is used in domain-ownership verification
      by Bluesky/AT protocol.
    * Validation of the email field in registration forms no longer
      applies Django's default email validator, instead applying
      only django-registration's
      :class:`~django_registration.validators.HTML5EmailValidator`
      and :func:`~django_registration.validators.validate_confusabl
      es_email`. Since django-registration's validators are
      significantly stricter, this does not actually change the set
      of email addresses which will be accepted; all it does is
      prevent a duplicate error message displaying when both the
      default Django validator and the django-registration
      validators reject the email address. See GitHub issue #238.
    * The supported Python and Django versions are changed to:
      Django 3.2, 4.1, and 4.2, on Python 3.7 (Django 3.2 only),
      3.8, 3.9, 3.10, and 3.11 (Django 4.1 and 4.2 only).
* Wed Mar 13 2024 Matej Cepl <mcepl@cepl.eu>
  - Clean up the SPEC file
* Tue Mar 12 2024 Max Lin <mlin@suse.com>
  - Add %{?sle15_python_module_pythons}
* Wed Jan 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.3:
    * This release contains no new features or bugfixes.
      The supported Python and Django versions are changed to:
      Django 3.2 and 4.0, on Python 3.7 (Django 3.2 only), 3.8, 3.9, and 3.10.
* Sat Jul 24 2021 John Vandenberg <jayvdb@gmail.com>
  - Update to v3.2
    * Django 3.2 support added
* Fri Apr 16 2021 Markéta Machová <mmachova@suse.com>
  - Update to 3.1.2 (bsc#1184427, CVE-2021-21416)
    * Filter sensitive POST parameters in error reports
    * Fix RemovedInDjango40Warning from Signal arguments
* Mon Apr 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Drop py2 dep from py3 only package
* Thu Feb 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 3.1:
    * no changelog provided
* Mon May 20 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 3.0.1:
    * Support for django 2.2
* Tue Mar 19 2019 John Vandenberg <jayvdb@gmail.com>
  - Add missing runtime dependency python-confusable-homoglyphs

Files

/usr/lib/python3.11/site-packages/django_registration
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/licenses
/usr/lib/python3.11/site-packages/django_registration-5.2.1.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/django_registration/__init__.py
/usr/lib/python3.11/site-packages/django_registration/__pycache__
/usr/lib/python3.11/site-packages/django_registration/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/_backports.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/_backports.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/forms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/forms.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/signals.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/signals.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/validators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/validators.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/views.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/__pycache__/views.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/_backports.py
/usr/lib/python3.11/site-packages/django_registration/backends
/usr/lib/python3.11/site-packages/django_registration/backends/__init__.py
/usr/lib/python3.11/site-packages/django_registration/backends/__pycache__
/usr/lib/python3.11/site-packages/django_registration/backends/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__init__.py
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/forms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/forms.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/urls.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/urls.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/views.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/__pycache__/views.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/activation/forms.py
/usr/lib/python3.11/site-packages/django_registration/backends/activation/urls.py
/usr/lib/python3.11/site-packages/django_registration/backends/activation/views.py
/usr/lib/python3.11/site-packages/django_registration/backends/one_step
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__init__.py
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__/urls.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__/urls.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__/views.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/__pycache__/views.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/urls.py
/usr/lib/python3.11/site-packages/django_registration/backends/one_step/views.py
/usr/lib/python3.11/site-packages/django_registration/exceptions.py
/usr/lib/python3.11/site-packages/django_registration/forms.py
/usr/lib/python3.11/site-packages/django_registration/locale
/usr/lib/python3.11/site-packages/django_registration/locale/ar
/usr/lib/python3.11/site-packages/django_registration/locale/ar/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/ar/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/ar/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/bg
/usr/lib/python3.11/site-packages/django_registration/locale/bg/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/bg/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/bg/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/ca
/usr/lib/python3.11/site-packages/django_registration/locale/ca/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/ca/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/ca/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/cs
/usr/lib/python3.11/site-packages/django_registration/locale/cs/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/cs/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/cs/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/da
/usr/lib/python3.11/site-packages/django_registration/locale/da/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/da/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/da/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/de
/usr/lib/python3.11/site-packages/django_registration/locale/de/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/de/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/de/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/el
/usr/lib/python3.11/site-packages/django_registration/locale/el/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/el/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/el/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/en
/usr/lib/python3.11/site-packages/django_registration/locale/en/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/en/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/en/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/es
/usr/lib/python3.11/site-packages/django_registration/locale/es/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/es/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/es/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/es_AR
/usr/lib/python3.11/site-packages/django_registration/locale/es_AR/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/es_AR/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/es_AR/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/fa
/usr/lib/python3.11/site-packages/django_registration/locale/fa/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/fa/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/fa/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/fr
/usr/lib/python3.11/site-packages/django_registration/locale/fr/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/fr/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/fr/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/he
/usr/lib/python3.11/site-packages/django_registration/locale/he/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/he/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/he/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/hr
/usr/lib/python3.11/site-packages/django_registration/locale/hr/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/hr/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/hr/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/id
/usr/lib/python3.11/site-packages/django_registration/locale/id/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/id/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/id/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/is
/usr/lib/python3.11/site-packages/django_registration/locale/is/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/is/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/is/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/it
/usr/lib/python3.11/site-packages/django_registration/locale/it/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/it/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/it/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/ja
/usr/lib/python3.11/site-packages/django_registration/locale/ja/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/ja/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/ja/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/ko
/usr/lib/python3.11/site-packages/django_registration/locale/ko/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/ko/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/ko/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/nb
/usr/lib/python3.11/site-packages/django_registration/locale/nb/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/nb/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/nb/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/nl
/usr/lib/python3.11/site-packages/django_registration/locale/nl/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/nl/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/nl/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/pl
/usr/lib/python3.11/site-packages/django_registration/locale/pl/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/pl/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/pl/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/pt
/usr/lib/python3.11/site-packages/django_registration/locale/pt/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/pt/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/pt/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/pt_BR
/usr/lib/python3.11/site-packages/django_registration/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/pt_BR/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/pt_BR/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/ru
/usr/lib/python3.11/site-packages/django_registration/locale/ru/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/ru/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/ru/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/sl
/usr/lib/python3.11/site-packages/django_registration/locale/sl/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/sl/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/sl/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/sr
/usr/lib/python3.11/site-packages/django_registration/locale/sr/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/sr/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/sr/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/sv
/usr/lib/python3.11/site-packages/django_registration/locale/sv/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/sv/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/sv/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/tr_TR
/usr/lib/python3.11/site-packages/django_registration/locale/tr_TR/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/tr_TR/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/tr_TR/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/zh_CN
/usr/lib/python3.11/site-packages/django_registration/locale/zh_CN/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/zh_CN/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/zh_CN/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/locale/zh_TW
/usr/lib/python3.11/site-packages/django_registration/locale/zh_TW/LC_MESSAGES
/usr/lib/python3.11/site-packages/django_registration/locale/zh_TW/LC_MESSAGES/django.mo
/usr/lib/python3.11/site-packages/django_registration/locale/zh_TW/LC_MESSAGES/django.po
/usr/lib/python3.11/site-packages/django_registration/migrations
/usr/lib/python3.11/site-packages/django_registration/migrations/0001_initial.py
/usr/lib/python3.11/site-packages/django_registration/migrations/__init__.py
/usr/lib/python3.11/site-packages/django_registration/migrations/__pycache__
/usr/lib/python3.11/site-packages/django_registration/migrations/__pycache__/0001_initial.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/migrations/__pycache__/0001_initial.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/migrations/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/django_registration/migrations/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/django_registration/signals.py
/usr/lib/python3.11/site-packages/django_registration/validators.py
/usr/lib/python3.11/site-packages/django_registration/views.py
/usr/share/doc/packages/python311-django-registration
/usr/share/doc/packages/python311-django-registration/AUTHORS
/usr/share/doc/packages/python311-django-registration/README.rst
/usr/share/licenses/python311-django-registration
/usr/share/licenses/python311-django-registration/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 10 22:27:30 2026