Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
julianwachholz committed Nov 16, 2023
1 parent 5dbe9e0 commit 7a02ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a02ef2

Please sign in to comment.