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

Changelog

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

  * Team upload.
  * Remove python3-six usage using upstream patch

 -- Alexandre Detiste <email address hidden>  Sun, 12 Jan 2025 19:10:10 +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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-auto-one-to-one_3.3.5-2.dsc 2.2 KiB 56b4f43edd0ca9517ce08f0e02ecaaae6b943a20558287ce5a0ce70a1ebd254d
django-auto-one-to-one_3.3.5.orig.tar.gz 4.4 KiB db2c9d429efca0b4e9325dc0766dc949f85a52fa1b98c734e141a798325c0708
django-auto-one-to-one_3.3.5-2.debian.tar.xz 3.7 KiB 9c23d2320afe72b74fbabd258231f33da44748d8c1b73a3723a86f7e478fcf6a

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.