File: control

package info (click to toggle)
django-auto-one-to-one 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 118; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: django-auto-one-to-one
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Chris Lamb <lamby@debian.org>,
 Petter Reinholdtsen <pere@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-django <!nocheck>,
 python3-setuptools,
 python3-six,
Standards-Version: 4.4.1
Homepage: https://chris-lamb.co.uk/projects/django-auto-one-to-one
Vcs-Git: https://salsa.debian.org/python-team/modules/django-auto-one-to-one.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-auto-one-to-one
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-django-auto-one-to-one
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: 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.