<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_views/models.py, branch 1.5.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-10-06T12:54:26Z</updated>
<entry>
<title>[1.5.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin.</title>
<updated>2014-10-06T12:54:26Z</updated>
<author>
<name>Emmanuelle Delescolle</name>
<email>emma@lasolution.be</email>
</author>
<published>2014-10-05T18:06:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=314e9cd38f6bf72a619e5d07c99371439c33ba11'/>
<id>urn:sha1:314e9cd38f6bf72a619e5d07c99371439c33ba11</id>
<content type='text'>
Thanks Simon Charette for review.

Backport of a24cf21722 from master
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.</title>
<updated>2014-09-08T18:09:14Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-09-04T21:04:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d9d4d62d8539fc3b72c979c04d11e160bc8fff9d'/>
<id>urn:sha1:d9d4d62d8539fc3b72c979c04d11e160bc8fff9d</id>
<content type='text'>
This fixes a regression introduced by the 53ff096982 security fix.

Thanks to @a1tus for the report and Tim for the review.

refs #23329.

Backport of 342ccbd from master
</content>
</entry>
<entry>
<title>Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.</title>
<updated>2014-08-28T02:05:30Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-08-21T15:55:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c96bd8fb31d2325112ba92ed3cbdc3ff1bbfabc'/>
<id>urn:sha1:4c96bd8fb31d2325112ba92ed3cbdc3ff1bbfabc</id>
<content type='text'>
Thanks to Trac alias Markush2010 and ross for the detailed reports.

Backport of 3cbb759 from master
</content>
</entry>
<entry>
<title>[1.5.x] Expanded tests added when fixing #14529.</title>
<updated>2012-12-24T21:13:38Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-12-24T19:17:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b32e5cc2d4b6db22148cd7e51cdb735aeb25b13'/>
<id>urn:sha1:3b32e5cc2d4b6db22148cd7e51cdb735aeb25b13</id>
<content type='text'>
To make sure changes in 35d1cd0 don't break anything. Refs #19505.

ad769efa85e0296033572315025fed9fa9aefade from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19391 -- Oracle specific failure in tests</title>
<updated>2012-12-04T21:00:17Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-12-04T20:49:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c099ec3ec969ceef8de2e7fc90220b59cdf9b71'/>
<id>urn:sha1:8c099ec3ec969ceef8de2e7fc90220b59cdf9b71</id>
<content type='text'>
The failure was caused by using None as a choice for a CharField. To
avoid Oracle's "" &lt;-&gt; NULL handling the field type was changed to
IntegerField.

Backpatch of 632cf32b43609f7d674c81f81f01eb9e4a059f1f
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values are shown in change forms when the raw value is None.</title>
<updated>2012-11-25T22:16:44Z</updated>
<author>
<name>Edward Tjörnhammar</name>
<email>e@cube2.se</email>
</author>
<published>2012-11-25T22:13:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c91b67cfaf4669df55a715e62d891faea796f20'/>
<id>urn:sha1:7c91b67cfaf4669df55a715e62d891faea796f20</id>
<content type='text'>
Backport of 29d59a879ea5b116</content>
</entry>
<entry>
<title>[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API</title>
<updated>2012-11-20T00:03:30Z</updated>
<author>
<name>Preston Holmes</name>
<email>preston@ptone.com</email>
</author>
<published>2012-11-17T21:53:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3a0e0230f76131cf23c0fdd0b18f3dd718c0f62f'/>
<id>urn:sha1:3a0e0230f76131cf23c0fdd0b18f3dd718c0f62f</id>
<content type='text'>
Thanks to Lowe Thiderman for the patch and tests
</content>
</entry>
<entry>
<title>Fixed #18530 -- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report.</title>
<updated>2012-09-15T23:20:56Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-09-15T23:20:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c555741aa7840d8ee4b3a191550924cca6f27105'/>
<id>urn:sha1:c555741aa7840d8ee4b3a191550924cca6f27105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)</title>
<updated>2012-09-08T15:20:05Z</updated>
<author>
<name>Travis Swicegood</name>
<email>development@domain51.com</email>
</author>
<published>2012-09-08T15:18:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ccd1bb0d81381b5611fb5caf2c4ebe5927fe2095'/>
<id>urn:sha1:ccd1bb0d81381b5611fb5caf2c4ebe5927fe2095</id>
<content type='text'>
During the new-admin changes, catching of AttributeError was added to
the admin.  This patch removes that as it's no longer possible to add a
value to a ModelAdmin that is not available.  Adding an attribute that
can not be called causes an ImproperlyConfigured exception to be raised.
</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>
</feed>
