Skip to content

Commit 0a67c2b

Browse files
author
Joachim Jablon
authored
Merge pull request #6 from peopledoc/badges
Badges
2 parents 286274a + 3bd3b09 commit 0a67c2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# django-postgres-hot-upgrade
22

3+
[![Deployed to PyPI](https://img.shields.io/pypi/v/django-postgres-hot-upgrade?logo=pypi&logoColor=white)](https://pypi.org/pypi/django-postgres-hot-upgrade)
4+
[![Deployed to PyPI](https://img.shields.io/pypi/pyversions/django-postgres-hot-upgrade?logo=pypi&logoColor=white)](https://pypi.org/pypi/django-postgres-hot-upgrade)
5+
[![Continuous Integration](https://img.shields.io/github/workflow/status/peopledoc/django-postgres-hot-upgrade/CI?logo=github)](https://github.com/peopledoc/django-postgres-hot-upgrade/actions?workflow=CI)
6+
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
7+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)
8+
9+
310
Let Django clear its PostgreSQL extensions OIDs cache, making it possible to update
411
the PostgreSQL version to a new major version on the fly.
512

0 commit comments

Comments
 (0)