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-03-10 09:22:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
admin_scripts
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
..
app_with_import
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
broken_app
Fixed
#11696
: Changed app loading code so that it does not swallow import errors that used to be (prior to r10088) raised.
2010-04-12 12:39:18 +00:00
complex_app
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
custom_templates
Fixed
#18634
-- Don't escape variables in the context for startproject/startapp.
2012-07-25 22:24:41 +02:00
management
Fixed
#18634
-- Don't escape variables in the context for startproject/startapp.
2012-07-25 22:24:41 +02:00
simple_app
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
__init__.py
Refs
#5943
,
#6107
-- Added framework and tests to check for the correct operation of django-admin and manage.py. Thanks for Simon Willison and Karen Tracey for their contributions and assistance testing this patch.
2008-07-10 12:12:41 +00:00
models.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
tests.py
Fixed
#18634
-- Don't escape variables in the context for startproject/startapp.
2012-07-25 22:24:41 +02:00
urls.py
Fixed
#17042
-- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing.
2011-12-22 22:38:02 +00:00