Django 1.5.2 release notes

    • Fixed a crash with (#19607) as well as some pickle regressions with prefetch_related (#20157 and #20257).
    • Fixed a regression in django.contrib.gis in the Google Map output on Python 3 (#20773).
    • Fixed the django.core.cache.backends.memcached.MemcachedCache backend’s get_many() method on Python 3 (#20722).
    • Fixed translation syntax errors. Affected languages: Mexican Spanish, Mongolian, Romanian, Turkish (#20695).
    • Added support for wheel packages (#19252).
    • The CSRF token now rotates when a user logs in.
    • Some Python 3 compatibility fixes including #20212 and #20025.
    • no longer crashes with UnicodeDecodeError (#20354).
    • Fixed geojson detection with SpatiaLite.
    • once again works with binary content (#20237).
    • Fixed ManyToManyField if it has a Unicode name parameter (#20207).
    • Ensured that the WSGI request’s path is correctly based on the SCRIPT_NAME environment variable or the setting, regardless of whether or not either has a trailing slash (#20169).