django-audiofield icon indicating copy to clipboard operation
django-audiofield copied to clipboard

Update to threadlocals.py middleware to add compatibility with v.1.10+ of Django (fix of earlier pull request #28)

Open ruggedness-mime opened this issue 8 years ago • 2 comments

This contains the previous updates to threadlocals.py that were contained in my previous pull #28 (which was closed due to a git error on my part) in reference to issue #27.

These changes make the middleware in audiofield compatible with Django 1.10.

The most recent update should work for making threadlocals.py compatible for versions before 1.10 and after 1.10.

Will be testing on pre-1.10 Django versions this week.

ruggedness-mime avatar May 16 '17 23:05 ruggedness-mime

This fix is a step towards creating the future compatible threadlocals middleware class but will not load yet.

Have been able to get the doc supported fix to work appropriately now - have created the new branch of this clone as 'mixin-fix' that implements that but it is not a long term solution.

ruggedness-mime avatar May 17 '17 22:05 ruggedness-mime

Looks like this PR already included, can we close this and related issue?

khasanovbi avatar Apr 19 '18 11:04 khasanovbi