django-organizations 1.1.2-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bump standards-version to 4.4.0 without further change
  * Fix previous d/changelog entry
  * Finish python2 removal

 -- Scott Kitterman <email address hidden>  Sun, 04 Aug 2019 18:25:18 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-organizations_1.1.2-1.dsc 2.1 KiB c5040b59418779679b9059a7c34d27b4993381f4479200674c4818d349cbdf71
django-organizations_1.1.2.orig.tar.gz 27.3 KiB 798af83f3072b476832fa6a0a476ef18d43674a7071644d7364b86f52f41c33f
django-organizations_1.1.2-1.debian.tar.xz 2.7 KiB d696e3849886cba8301cde8117585a8e9d61da9d9649a104eda85d34c7aee1db

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.