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

Changelog

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

  * New upstream release.

 -- Chris Lamb <email address hidden>  Wed, 03 Oct 2018 12:53:07 +0100

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-auto-one-to-one_3.1.1-1.dsc 2.2 KiB e81217243c7d42ea2cb28b547e6d03f3983a607a0385e232de125da91c6d9e5c
django-auto-one-to-one_3.1.1.orig.tar.gz 3.6 KiB e0caa59b722c7ee058bf3168990d75f69b7d23655e03e68c72ff88edb4c2f6c4
django-auto-one-to-one_3.1.1-1.debian.tar.xz 2.7 KiB febd2afd831d1c345d8c45bc511bc9a9c2106d9def807683bd41eb01db91c45b

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.