From 7a02ef2bb6f5a283d885ef2f97c9bfa718b65d81 Mon Sep 17 00:00:00 2001 From: Julian Wachholz Date: Thu, 16 Nov 2023 13:28:35 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a789986..4d9193f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ django-sqids is a simple and non-intrusive [sqids](https://sqids.org/) library for Django. It acts as a model field, but it does not touch the database or change the model. +The project was forked from [django-hashids](https://github.com/ericls/django-hashids) to provide the same functionality with the newer Sqids library. + # Features - Proxy the internal model `pk` field without storing the value in the database. - Allows lookups and filtering by sqid string.