<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/regressiontests/admin_inlines, 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>Made a couple of selenium tests wait for page loaded</title>
<updated>2013-02-20T21:56:57Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-02-20T01:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=50677b29af39ca670274fb45087415c883c78b04'/>
<id>urn:sha1:50677b29af39ca670274fb45087415c883c78b04</id>
<content type='text'>
The admin_widgets tests were issuing click() to the browser but
didn't wait for the effects of those clicks. This caused the resulting
request to be processed concurrently with the test case. When using
in-memory SQLite this caused weird failures.

Also added wait_page_loaded() to admin selenium tests for code
reuse.

Fixed #19856
</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>Use HTML parser to compare html snippets</title>
<updated>2012-12-24T00:26:09Z</updated>
<author>
<name>Ian Clelland</name>
<email>ian@fullfactor.com</email>
</author>
<published>2012-09-28T07:25:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=585aa11d233b7e3e40fe45fa69ef045d8f282345'/>
<id>urn:sha1:585aa11d233b7e3e40fe45fa69ef045d8f282345</id>
<content type='text'>
</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/chango.git/commit/?id=c9c9a5642512155e9693bf5fa6221fd26adeccca'/>
<id>urn:sha1:c9c9a5642512155e9693bf5fa6221fd26adeccca</id>
<content type='text'>
Also fixed #18660.
</content>
</entry>
<entry>
<title>Moved the admin inline JS to new JS files for cleanliness.</title>
<updated>2012-09-08T19:09:37Z</updated>
<author>
<name>Travis Swicegood</name>
<email>travis@domain51.com</email>
</author>
<published>2012-09-08T19:07:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4754f122dd9b41fc9b2dee3fa74e19fc384237ab'/>
<id>urn:sha1:4754f122dd9b41fc9b2dee3fa74e19fc384237ab</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/chango.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/chango.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/chango.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>
</feed>
