<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_inlines/models.py, 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 #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/django.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/django.git/commit/?id=e9c24bef74e55729b190cf07e0ac452aa4c86fcd'/>
<id>urn:sha1:e9c24bef74e55729b190cf07e0ac452aa4c86fcd</id>
<content type='text'>
Thanks qcwxezdas for the report. Refs #13839.
</content>
</entry>
<entry>
<title>Added complementary regression test for commit c1729510</title>
<updated>2012-09-27T13:57:28Z</updated>
<author>
<name>Eduardo Cereto Carvalho</name>
<email>eduardocereto@gmail.com</email>
</author>
<published>2012-09-27T13:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c9c9a5642512155e9693bf5fa6221fd26adeccca'/>
<id>urn:sha1:c9c9a5642512155e9693bf5fa6221fd26adeccca</id>
<content type='text'>
Also fixed #18660.
</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 #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/django.git/commit/?id=0ae727beda8b34deb5061d87fbbeb40e5ac80db3'/>
<id>urn:sha1:0ae727beda8b34deb5061d87fbbeb40e5ac80db3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</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/django.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/django.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/django.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>
