django-organizations 2.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bump standards-version to 4.6.1 without further change
  * Update debian/watch to version 4
  * Update debian/copyright file path due to upstream reorganization
  * Add Bug-Submit field to debian/upstream/metadata

 -- Scott Kitterman <email address hidden>  Fri, 28 Oct 2022 09:07:12 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-organizations_2.1.0-1.dsc 2.1 KiB 0f4f629c8861e2ed40a00f079b1dacd289cd7a0a0d04050d1752fd1aa2074a30
django-organizations_2.1.0.orig.tar.gz 32.3 KiB 300bdbbd857749f1cdd0e6613417e3b2a40516c3a688bfd1d5228fbb994713c1
django-organizations_2.1.0-1.debian.tar.xz 3.0 KiB 7b4b7ebee0888f7118b581ae89a9ce176acd683a196dc28b761d893911175d13

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.