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

Commit bbdc324

Browse files
authored
Update README.md
1 parent b34f05f commit bbdc324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# django-check-constraint
2-
31
| PyPI | Python | Django | [LICENSE](./LICENSE) |
42
|:------------------------------:|:---------:|:-------:|:--------------------:|
53
|[![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) |
@@ -12,6 +10,8 @@
1210

1311

1412

13+
# django-check-constraint
14+
1515

1616
Extends [Django's Check constraint](https://docs.djangoproject.com/en/3.0/ref/models/options/#constraints)
1717
with support for UDF(User defined functions/db functions) and annotations.

0 commit comments

Comments
 (0)