File: control

package info (click to toggle)
django-auto-one-to-one 3.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: python: 120; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (2)
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
Source: django-auto-one-to-one
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Chris Lamb <lamby@debian.org>,
 Petter Reinholdtsen <pere@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-django <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://chris-lamb.co.uk/projects/django-auto-one-to-one
Vcs-Git: https://salsa.debian.org/python-team/packages/django-auto-one-to-one.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.