<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/regressiontests/admin_inlines/admin.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.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/chango.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19609: admin Inlines doesn't display help_text for readonly fields</title>
<updated>2013-02-23T17:24:32Z</updated>
<author>
<name>Wiktor Kolodziej</name>
<email>wiktor@pykonik.org</email>
</author>
<published>2013-02-23T17:24:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=67dd54dc841a93a67eac87dc13ed047d72f920dc'/>
<id>urn:sha1:67dd54dc841a93a67eac87dc13ed047d72f920dc</id>
<content type='text'>
Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field.

Original patch from Marc Aymerich Gubern
</content>
</entry>
<entry>
<title>Fix #19524 -- Incorrect caching of parents of unsaved model instances.</title>
<updated>2012-12-28T22:34:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-28T22:16:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e9c24bef74e55729b190cf07e0ac452aa4c86fcd'/>
<id>urn:sha1:e9c24bef74e55729b190cf07e0ac452aa4c86fcd</id>
<content type='text'>
Thanks qcwxezdas for the report. Refs #13839.
</content>
</entry>
<entry>
<title>Fixed #18433 -- Fixed "View on Site" link in inline admin for models with custom PK</title>
<updated>2012-06-07T19:08:36Z</updated>
<author>
<name>Daniel Hepper</name>
<email>daniel.hepper@gmail.com</email>
</author>
<published>2012-06-07T17:52:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0ae727beda8b34deb5061d87fbbeb40e5ac80db3'/>
<id>urn:sha1:0ae727beda8b34deb5061d87fbbeb40e5ac80db3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added missing relative imports in test files.</title>
<updated>2012-05-12T17:58:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-12T17:58:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=33ffd28d76d775c970691a3da282e98b349735c4'/>
<id>urn:sha1:33ffd28d76d775c970691a3da282e98b349735c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.</title>
<updated>2011-12-22T08:33:58Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-12-22T08:33:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2f02a05ffb45be68b4164b4785ff1826833150a3'/>
<id>urn:sha1:2f02a05ffb45be68b4164b4785ff1826833150a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16838 -- Corrected broken add-another inline JS in admin with related_name="+". Thanks jamesp for report and patch.</title>
<updated>2011-09-21T14:00:58Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-09-21T14:00:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09a01435de65989864d56a8bf74ff2d84e9c4bd5'/>
<id>urn:sha1:09a01435de65989864d56a8bf74ff2d84e9c4bd5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Improved test isolation of the admin tests and assigned custom admin sites to</title>
<updated>2011-09-20T18:16:49Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-20T18:16:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7b21bfc0745f92f83a6826a3d3e58797fb74e326'/>
<id>urn:sha1:7b21bfc0745f92f83a6826a3d3e58797fb74e326</id>
<content type='text'>
prevent test order dependant failures.

This involves introducing usage of `TestCase.urls` and implementing proper
admin.py modules for some of the test apps.

Thanks Florian Apolloner for finding the issue and contributing the patch.

Refs #15294 (it solves these problems so the fix for that ticket we are going
to commit doesn't introduce obscure and hard to reproduce test failures when
running the Django test suite.)

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