This repository was archived by the owner on Aug 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# django-check-constraint
2
2
3
+ | PyPI | Python | Django | [ LICENSE] ( ./LICENSE ) |
4
+ | :------------------------------:| :---------:| :-------:| :--------------------:|
5
+ | [ ![ PyPI version] ( https://badge.fury.io/py/django-check-constraint.svg )] ( https://badge.fury.io/py/django-check-constraint ) | [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-check-constraint.svg )] ( https://pypi.org/project/django-check-constraint ) | [ ![ PyPI - Django Version] ( https://img.shields.io/pypi/djversions/django-check-constraint.svg )] ( https://docs.djangoproject.com/en/2.2/releases/ ) | [ ![ PyPI - License] ( https://img.shields.io/pypi/l/django-check-constraint.svg )] ( https://github.com/jackton1/django-check-constraint/blob/master/LICENSE ) |
6
+
3
7
| Workflow | Status |
4
8
| --------------------------------------| :-------------:|
5
9
| [ django check constraint test] ( https://github.com/jackton1/django-check-constraint/actions?query=workflow%3A%22django+check+constraint+test.%22 ) | ![ django check constraint test] ( https://github.com/jackton1/django-check-constraint/workflows/django%20check%20constraint%20test./badge.svg?branch=master ) |
6
10
| [ Upload Python Package] ( https://github.com/jackton1/django-check-constraint/actions?query=workflow%3A%22Upload+Python+Package%22 ) | ![ Upload Python Package] ( https://github.com/jackton1/django-check-constraint/workflows/Upload%20Python%20Package/badge.svg ) |
7
11
| [ Create New Release] ( https://github.com/jackton1/django-check-constraint/actions?query=workflow%3A%22Create+New+Release%22 ) | ![ Create New Release] ( https://github.com/jackton1/django-check-constraint/workflows/Create%20New%20Release/badge.svg ) |
8
12
9
13
10
- | PyPI | Python | Django | [ LICENSE] ( ./LICENSE ) |
11
- | :------------------------------:| :---------:| :-------:| :--------------------:|
12
- | [ ![ PyPI version] ( https://badge.fury.io/py/django-check-constraint.svg )] ( https://badge.fury.io/py/django-check-constraint ) | [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-check-constraint.svg )] ( https://pypi.org/project/django-check-constraint ) | [ ![ PyPI - Django Version] ( https://img.shields.io/pypi/djversions/django-check-constraint.svg )] ( https://docs.djangoproject.com/en/2.2/releases/ ) | [ ![ PyPI - License] ( https://img.shields.io/pypi/l/django-check-constraint.svg )] ( https://github.com/jackton1/django-check-constraint/blob/master/LICENSE ) |
13
-
14
14
15
15
16
16
Extends [ Django's Check constraint] ( https://docs.djangoproject.com/en/3.0/ref/models/options/#constraints )
You can’t perform that action at this time.
0 commit comments