Fix #666: crashing Django admin when loading track detail page

This commit is contained in:
Eliot Berriot 2019-01-24 11:06:11 +01:00
parent 887373c006
commit 51dbd905e7
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ipython>=6,<7
mutagen>=1.42,<1.43
django-taggit>=0.22,<0.23
django-taggit>=0.23,<0.24
pymemoize==1.0.3
django-dynamic-preferences>=1.7,<1.8

View File

@ -0,0 +1 @@
Fixed crashing Django admin when loading track detail page (#666)