<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_scripts/custom_templates/project_template, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19397 -- Crash on binary files in project templates.</title>
<updated>2012-12-03T09:45:18Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-03T09:37:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=baae4b818778180fedfcfcfc7aa77acfb9b237fb'/>
<id>urn:sha1:baae4b818778180fedfcfcfc7aa77acfb9b237fb</id>
<content type='text'>
Thanks gw 2012 at tnode com for the report.
</content>
</entry>
<entry>
<title>Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --template=TEMPLATE`.</title>
<updated>2012-08-28T21:23:07Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-08-28T21:22:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3afb5916b215c79e36408b729c9516bc435f5cb7'/>
<id>urn:sha1:3afb5916b215c79e36408b729c9516bc435f5cb7</id>
<content type='text'>
Thanks to Claude Huchet and Tomáš Ehrlich for the patch.
</content>
</entry>
<entry>
<title>Fixed #18634 -- Don't escape variables in the context for startproject/startapp.</title>
<updated>2012-07-25T20:24:41Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2012-07-16T22:26:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a875f612e0ae84c2084d0b6230ffafe32a9777c8'/>
<id>urn:sha1:a875f612e0ae84c2084d0b6230ffafe32a9777c8</id>
<content type='text'>
The &amp; symbols which can come up in the secret key were
being escaped to &amp;amp;.
</content>
</entry>
<entry>
<title>Fixed #17920 -- Actually pass the full path of a newly created project or app in the template context as mentioned in the startproject docs. Many thanks to Preston Holmes for the initial patch.</title>
<updated>2012-03-21T22:29:32Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-03-21T22:29:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4219e2b7f833171bd24c6dd9802deb9eb7d0bafe'/>
<id>urn:sha1:4219e2b7f833171bd24c6dd9802deb9eb7d0bafe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17517 -- Added `--name` option to startproject and startapp management commands to be able to render files without a file extension. Thanks, Florian Apolloner.</title>
<updated>2012-02-04T13:01:30Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-04T13:01:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=faeee611d69717614424b6c3867cd5798ee25496'/>
<id>urn:sha1:faeee611d69717614424b6c3867cd5798ee25496</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>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.</title>
<updated>2011-12-22T22:38:02Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-12-22T22:38:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9a0f0b03f9a02deb03617bf7e9773a307d1328f'/>
<id>urn:sha1:a9a0f0b03f9a02deb03617bf7e9773a307d1328f</id>
<content type='text'>
* Added ability to pass the project or app directory path as the second argument
* Added ``--template`` option for specifying custom project and app templates
* Cleaned up admin_scripts tests a little while I was there

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
