django-rest-framework-digestauth icon indicating copy to clipboard operation
django-rest-framework-digestauth copied to clipboard

Digest HTTP auth for Django REST framework

Results 5 django-rest-framework-digestauth issues
Sort by recently updated
recently updated
newest added

Hi I ran into a problem while installing this package by pip. I used python=3.7, django=3.1.12. ``` $ pip install djangorestframework-digestauth Collecting djangorestframework-digestauth Downloading djangorestframework-digestauth-1.1.0.tar.gz (5.7 kB) ERROR: Command errored...

The pull request contains the following changes: - support of the django 1.7 or lower has been dropped - support of the django 1.8-2.1 has been added - the south...

when using uwsgi django 1.8 fails with error: ``` raise AppRegistryNotReady("Models aren't loaded yet.") ```

Please consider doing a new 1.1.1 release. The current 1.1.0 release has a hard pinned version requirement for `six==1.5` which can break peoples virtualenv. Master does not have this problem...