Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 78ca3d8

Browse files
authored
Update README.md
1 parent 7726538 commit 78ca3d8

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,14 @@
77
| [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) |
88

99

10-
| PyPI |
11-
|:------------------------------:|
12-
|[![PyPI version](https://badge.fury.io/py/django-check-constraint.svg)](https://badge.fury.io/py/django-check-constraint) |
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) |
1313

14-
| Python | <!-- --> |
15-
|---------|:---------:|
16-
| Supported versions | [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-check-constraint.svg)](https://pypi.org/project/django-check-constraint) |
1714

18-
| Django | <!-- --> |
19-
|--------|:---------:|
20-
| Supported versions | [![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-check-constraint.svg)](https://docs.djangoproject.com/en/2.2/releases/)
2115

22-
23-
| [License](./LICENSE) |
24-
|----------------------|
25-
|[![PyPI - License](https://img.shields.io/pypi/l/django-check-constraint.svg)](https://github.com/jackton1/django-check-constraint/blob/master/LICENSE) |
26-
27-
28-
29-
Extends [Django's Check](https://docs.djangoproject.com/en/3.0/ref/models/options/#constraints)
30-
constraint with support for UDF(User defined functions/db functions) and annotations.
16+
Extends [Django's Check constraint](https://docs.djangoproject.com/en/3.0/ref/models/options/#constraints)
17+
with support for UDF(User defined functions/db functions) and annotations.
3118

3219

3320
#### Installation

0 commit comments

Comments
 (0)