Skip to content

Commit

Permalink
I give up, github doesn't support adminitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer committed May 3, 2024
1 parent d528114 commit 6896f86
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 6896f86

Please sign in to comment.