File: control

package info (click to toggle)
python-django-zeal 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 1,387; makefile: 25; sh: 9
file content (43 lines) | stat: -rw-r--r-- 1,248 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
34
35
36
37
38
39
40
41
42
43
Source: python-django-zeal
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-factory-boy (>= 3.3.1~),
 python3-pytest,
 python3-pytest-benchmark,
 python3-pytest-django,
 python3-pytest-mock,
 python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/taobojlen/django-zeal
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-zeal
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-zeal.git
Rules-Requires-Root: no

Package: python3-django-zeal
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Detect N+1s in your Django app (Python3 version)
 Catch N+1 queries in your Django project.
 .
 Features:
  * Detects N+1s from missing prefetches and from use of .defer()/.only()
  * Friendly error messages like N+1 detected on User.followers at
    myapp/views.py:25 in get_user
  * Configurable thresholds
  * Allow-list
  * Well-tested
  * No dependencies
 .
 This package contains the Python 3 version of the library.