File: __init__.py

package info (click to toggle)
python-django-pgtrigger 4.14.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 916 kB
  • sloc: python: 3,884; makefile: 114; sh: 8; sql: 2
file content (6 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
import django

if django.VERSION < (3, 2):  # pragma: no cover
    default_app_config = "pgtrigger.tests.apps.PGTriggerTestsConfig"

del django