add failing test for making 403 message error more user-readable in the other...
add failing test for making 403 message error more user-readable in the other URL in administration app
app/templates/error_403.html
0 → 100644
... | ... | @@ -6,7 +6,6 @@ atomicwrites==1.3.0 |
attrs==19.3.0 | ||
autopep8==1.5 | ||
beautifulsoup4==4.9.0 | ||
bitarray==1.2.1 | ||
black==19.10b0 | ||
bs4==0.0.1 | ||
cachetools==4.1.0 | ||
... | ... | @@ -61,7 +60,6 @@ pycparser==2.20 |
pyflakes==2.1.1 | ||
pylint==2.4.4 | ||
pylint-django==2.0.15 | ||
pylint-exit==1.1.0 | ||
pylint-plugin-utils==0.6 | ||
pyparsing==2.4.6 | ||
PySocks==1.7.1 | ||
... | ... | @@ -73,6 +71,7 @@ PyYAML==5.3.1 |
regex==2020.4.4 | ||
requests==2.23.0 | ||
rsa==4.0 | ||
simplejson==3.7.3 | ||
six==1.14.0 | ||
soupsieve==2.0 | ||
sqlparse==0.3.1 | ||
... | ... |
Please register or sign in to comment