File: footing.yaml

package info (click to toggle)
python-django-pgtransaction 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: python: 551; makefile: 101; sh: 9
file content (10 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
_extensions:
- jinja2_time.TimeExtension
_template: git@github.com:Opus10/public-django-app-template.git
_version: baafae2af9d39e491ca17b7fd197562883252ceb
check_types_in_ci: 'False'
is_django: 'True'
module_name: pgtransaction
repo_name: django-pgtransaction
short_description: A context manager/decorator which extends Django's atomic function
  with the ability to set isolation level and retries for a given transaction.