1
0
mirror of https://github.com/django/django.git synced 2025-04-08 07:26:41 +00:00
Chris Lamb 91d46d2fb8 [1.8.x] Discouraged use of /tmp with predictable names.
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.

Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
2015-12-24 09:57:02 -05:00
..