1
0
mirror of https://github.com/django/django.git synced 2025-01-26 10:09:42 +00:00
Marc Tamlyn a875f612e0 Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
The & symbols which can come up in the secret key were
being escaped to &.
2012-07-25 22:24:41 +02:00
..