This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-21 23:05:09 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_scripts
/
management
/
commands
History
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
..
__init__.py
…
app_command.py
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
base_command.py
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
custom_startproject.py
Fixed
#18634
-- Don't escape variables in the context for startproject/startapp.
2012-07-25 22:24:41 +02:00
label_command.py
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
noargs_command.py
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00