<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_scripts/tests.py, branch 1.4.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-03-21T22:29:32Z</updated>
<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 test cases that generate their own settings file.</title>
<updated>2012-03-02T03:42:20Z</updated>
<author>
<name>Paul McMillan</name>
<email>Paul@McMillan.ws</email>
</author>
<published>2012-03-02T03:42:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe7ccdc5bee76028a14f4afd2532f748253854a4'/>
<id>urn:sha1:fe7ccdc5bee76028a14f4afd2532f748253854a4</id>
<content type='text'>
Now they include SECRET_KEY.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11745 -- Grouped commands by application in the output of `manage.py help`. Made 'version' consistent with 'help' while I was in the area, and added tests. Thanks Jannis for the feedback and review.</title>
<updated>2012-02-07T18:46:29Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-02-07T18:46:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=175e6d77df526dea1ade94661e487072e7c7cd88'/>
<id>urn:sha1:175e6d77df526dea1ade94661e487072e7c7cd88</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17462 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 #17468 -- Made sure the project/app template management command tests correctly handle an existing directory on Windows.</title>
<updated>2012-01-15T16:06:56Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-01-15T16:06:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aef0283f89a0667914ad3524c125ce4efbdad9b9'/>
<id>urn:sha1:aef0283f89a0667914ad3524c125ce4efbdad9b9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.</title>
<updated>2012-01-08T15:05:15Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-01-08T15:05:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40f0ecc56a23d35c2849f8e79276f6d8931412d1'/>
<id>urn:sha1:40f0ecc56a23d35c2849f8e79276f6d8931412d1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17503 -- A destination directory passed to startproject or startapp as optional second argument is now reused as the project/app directory, rather than a new project/app directory created within it. Refs #17042.</title>
<updated>2012-01-04T23:55:34Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-01-04T23:55:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc63ba700a0ae3ba435c267789d8c2e3931016df'/>
<id>urn:sha1:bc63ba700a0ae3ba435c267789d8c2e3931016df</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made sure startproject can handle template URLs with trailing slashes.</title>
<updated>2012-01-01T17:45:40Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-01-01T17:45:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f250ef3573d44ebb2c17c401851768a235742062'/>
<id>urn:sha1:f250ef3573d44ebb2c17c401851768a235742062</id>
<content type='text'>
Thanks Issac Kelly that reported this via IRC.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Moved validation of project names to an earlier spot so no directory with invalid name is created.</title>
<updated>2011-12-29T19:06:57Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-12-29T19:06:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a82204fa9a5c9262252cb038628ce49477e0f7cf'/>
<id>urn:sha1:a82204fa9a5c9262252cb038628ce49477e0f7cf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made sure the new project template functionality works when the template</title>
<updated>2011-12-29T17:03:38Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-12-29T17:03:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f185024fc40d38fb4bcb9d3bb4a9b7a9e0f94219'/>
<id>urn:sha1:f185024fc40d38fb4bcb9d3bb4a9b7a9e0f94219</id>
<content type='text'>
path specified has a trailing path separator.

Thanks Alex for the report.

Fixes #17475.

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