1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/tests
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
..
modeltests [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
regressiontests Fixed #18634 -- Don't escape variables in the context for startproject/startapp. 2012-07-25 22:24:41 +02:00
templates
runtests.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
test_sqlite.py
urls.py