django-auto-one-to-one 3.3.0-1 source package in Ubuntu

Changelog

django-auto-one-to-one (3.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.4.1.
  * Specify "Rules-Requires-Root: no".

 -- Chris Lamb <email address hidden>  Tue, 15 Oct 2019 12:10:54 -0700

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-auto-one-to-one_3.3.0-1.dsc 2.2 KiB 718a54b3aa797fa54accdb74e82fcab58ebf6e9dc546dde738a5b18bd718ec14
django-auto-one-to-one_3.3.0.orig.tar.gz 4.2 KiB 1263ca52f2d86d4d1e2018bd6c2366a334a52f40a81ff04d0ab1e1629aa8d65f
django-auto-one-to-one_3.3.0-1.debian.tar.xz 2.8 KiB 1da4673f01ef65b1416f9bec516cf441070f9c5ea3e4b4706393215ac2d07b6a

Available diffs

No changes file available.

Binary packages built by this source

python3-django-auto-one-to-one: Django module to connect child model instances to parent class

 This module for the Django web development framework automatically creates
 "child" model instances when a parent class is created.
 .
 This is very useful when associating more information with one of the Django
 internal models (such as the built-in User) but also to separate concerns
 across an entire Django project.