ericls / django-hashids

Non-intrusive hashids library for Django
MIT License
42 stars 11 forks source link

Fix #4 #5

Closed ndrbrt closed 4 years ago

ndrbrt commented 4 years ago

Return empty queryset when using filter method if hashid value does not exists.

ericls commented 4 years ago

good work! thank you!