django-organizations 2.3.1-1 source package in Ubuntu

Changelog

django-organizations (2.3.1-1) unstable; urgency=medium

  * Orphan the package, see #1060406
    - Remove myself from uploaders and update maintainer to Debian QA Group
    - Update Vcs-* to Debian group
  * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
    local changes (python package metadata regeneration) (Closes: #1044258)
  * Bump standards-version to 4.6.2 without further change
  * New upstream release

 -- Scott Kitterman <email address hidden>  Wed, 10 Jan 2024 14:36:31 -0500

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-organizations_2.3.1-1.dsc 2.0 KiB 4ad81b6b17591ee04806984aa00acdc600c9f3a14056ccd1241faa4d380295ba
django-organizations_2.3.1.orig.tar.gz 36.1 KiB e692177ddf1a9fb55a66e97ed8a51778569d28af013cde4952b8101ce25004b9
django-organizations_2.3.1-1.debian.tar.xz 3.2 KiB f6ff8a62f5d6443a396bd3c1d2e1eea6b9c20aae893eb4f2f0d94eeeef902c37

Available diffs

No changes file available.

Binary packages built by this source

python3-django-organizations: Django groups and multi-user account management module (Python 3)

 Django Organizations adds user-managed, multi-user groups to your Django
 project. Use Django Organizations whether your site needs organizations that
 function like social groups or multi-user account objects to provide account
 and subscription functionality beyond the individual user.
 .
   * Works with your existing user model, whether
  ` django.contrib.auth` or a custom model. No additional user
     or authentication functionality required.
   * Users can be belong to and own more than one organization (account, group)
   * Invitation and registration functionality works out of the box for many
     situations and can be extended as need to fit specific requirements.
   * Start with the base models or use your own for greater customization.
 .
 This is the Python 3 version of the package.