--
Ticket URL: <https://code.djangoproject.com/ticket/21071>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
running linux mint:
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=14
DISTRIB_CODENAME=nadia
DISTRIB_DESCRIPTION="Linux Mint 14 Nadia"
--
Ticket URL: <https://code.djangoproject.com/ticket/21071#comment:1>
* status: new => closed
* resolution: => needsinfo
Comment:
Please can you tell us exactly which version of Django do you use and how
did you install it (from pip, distro package, ...)?
--
Ticket URL: <https://code.djangoproject.com/ticket/21071#comment:2>
* resolution: needsinfo => worksforme
Comment:
I think I found the problem. Linux Mint Nadia uses packages from Ubuntu
12.10 (https://launchpad.net/ubuntu/quantal/+source/python-django). That
version has been patched with the security commit [9936fdb11d0], but not
with the patch that fixed the link mentioned by the OP ([4cdfb24c98]).
So this is a distribution issue, not a Django one.
--
Ticket URL: <https://code.djangoproject.com/ticket/21071#comment:3>