<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_scripts, branch 1.5a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-10-23T00:49:08Z</updated>
<entry>
<title>Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.</title>
<updated>2012-10-23T00:49:08Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-10-23T00:13:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3541a10d492db6d1f509f3a50a024568c16c5229'/>
<id>urn:sha1:3541a10d492db6d1f509f3a50a024568c16c5229</id>
<content type='text'>
Thanks Mario César for the report and draft patch.
</content>
</entry>
<entry>
<title>Fixed #18845 -- Do not swallow AttributeErrors when running commands</title>
<updated>2012-09-26T13:07:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-26T13:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb7da7844ff9f11286509c22a2549bbd4553d58d'/>
<id>urn:sha1:bb7da7844ff9f11286509c22a2549bbd4553d58d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review.</title>
<updated>2012-09-08T20:26:33Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-09-08T20:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=307706d082d20ac868654ccbaee18879db5197db'/>
<id>urn:sha1:307706d082d20ac868654ccbaee18879db5197db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3k] Silence many warnings while running the tests.</title>
<updated>2012-09-07T17:17:34Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2012-09-07T17:17:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=292322f977b1844e15ba25d59d1e985461571c15'/>
<id>urn:sha1:292322f977b1844e15ba25d59d1e985461571c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Fixed test failures introduced in 3afb5916b215c79e36408b729c9516bc435f5cb7.</title>
<updated>2012-08-28T22:04:34Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-08-28T22:02:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9eafb6592e9ed27a59cb3cd9920c44cf230a6c65'/>
<id>urn:sha1:9eafb6592e9ed27a59cb3cd9920c44cf230a6c65</id>
<content type='text'>
</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>[py3] Fixed admin_scripts tests</title>
<updated>2012-08-13T08:58:21Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-13T08:58:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73f0f18c8fc04a03bbfb20794aabb95944c90f63'/>
<id>urn:sha1:73f0f18c8fc04a03bbfb20794aabb95944c90f63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</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 #18318 -- Changed some tests to be 3rd party DB friendly</title>
<updated>2012-05-22T20:33:42Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-05-22T20:30:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ee1a664f9ef127bc488b03f478e8ba2f0dc7f19'/>
<id>urn:sha1:8ee1a664f9ef127bc488b03f478e8ba2f0dc7f19</id>
<content type='text'>
Thanks to manfre for report and patch.
</content>
</entry>
</feed>
