nshafer / django-hashid-field

Django Model Field that uses Hashids to obscure the value
MIT License
370 stars 40 forks source link

Fix RemovedInDjango30Warning on Django 2.0+ #28

Closed adamchainz closed 6 years ago

adamchainz commented 6 years ago

Fixes #27.

Also turning PendingDeprecationWarning into an error so this gets caught sooner in future.