From 634b0459270b479ef1cfb326d230870b98aacccf Mon Sep 17 00:00:00 2001 From: Nathan Shafer Date: Fri, 3 May 2024 15:05:05 -0700 Subject: [PATCH] Fix warning --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 20dcb9b..a05150f 100644 --- a/README.rst +++ b/README.rst @@ -6,10 +6,10 @@ Django Hashid Field ==================== -> [!CAUTION] -> 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. +.. caution:: + 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. 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,