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

Changelog

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

  * New upstream version 3.3.5
  * d/control: Updated Standards-Version from 4.6.0 to 4.6.2.

 -- Petter Reinholdtsen <email address hidden>  Mon, 13 Feb 2023 18:47:31 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-auto-one-to-one_3.3.5-1.dsc 2.2 KiB 1c9e8c7dde3537c036d6b7753409c346d4bd17e9e247eea7f6bc7ea0e5fc3203
django-auto-one-to-one_3.3.5.orig.tar.gz 4.4 KiB db2c9d429efca0b4e9325dc0766dc949f85a52fa1b98c734e141a798325c0708
django-auto-one-to-one_3.3.5-1.debian.tar.xz 3.2 KiB 8d02dc3f4e3a328f5c4d557f3446ea62265d910e0ea98f636c2c7aee5ea47b62

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.