From 6896f86c672c8fca28d34f21ec1f6dc5572a8f21 Mon Sep 17 00:00:00 2001 From: Nathan Shafer Date: Fri, 3 May 2024 15:14:14 -0700 Subject: [PATCH] I give up, github doesn't support adminitions --- README.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index f415ee7..b09c2ac 100644 --- a/README.rst +++ b/README.rst @@ -3,14 +3,15 @@ .. image:: https://badge.fury.io/py/django-hashid-field.svg :target: https://badge.fury.io/py/django-hashid-field -Django Hashid Field -==================== +WARNING! This module is retired! +================================ -.. warning:: +**This library has been retired. It is no longer recommended for new projects. Existing projects do not require +changes, but should consider migrating to a different library. See the [RETIRED](RETIRED.md) document for more +information.** - This library has been retired. It is no longer recommended for new projects. Existing projects do not require - changes, but should consider migrating to a different library. See the [RETIRED](RETIRED.md) document for more - information. +Django Hashid Field +==================== A custom Model Field that uses the `Hashids `_ `library `_ to obfuscate an IntegerField or AutoField. It can be used in new models or dropped in place of an existing IntegerField,