Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer committed May 3, 2024
1 parent 263dc1a commit 634b045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://hashids.org/>`_ `library <https://pypi.python.org/pypi/hashids/>`_
to obfuscate an IntegerField or AutoField. It can be used in new models or dropped in place of an existing IntegerField,
Expand Down

0 comments on commit 634b045

Please sign in to comment.