<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 1.4.16</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.4.16</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.4.16'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2014-10-22T16:36:19Z</updated>
<entry>
<title>[1.4.x] Bump version numbers for bugfix release.</title>
<updated>2014-10-22T16:36:19Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2014-10-22T16:36:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=151d6dbf9c04539bf557af7b380e2a941b7745e4'/>
<id>urn:sha1:151d6dbf9c04539bf557af7b380e2a941b7745e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.4.x] Added release dates to release notes.</title>
<updated>2014-10-22T16:25:45Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-10-22T16:23:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a92e386e2622fa16cc49debc840357b711d8a38f'/>
<id>urn:sha1:a92e386e2622fa16cc49debc840357b711d8a38f</id>
<content type='text'>
Backport of 9dc782b631 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.</title>
<updated>2014-10-10T19:22:46Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-10-10T19:18:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=643374bcf544dbcd1091539a9f3c832b5440fee2'/>
<id>urn:sha1:643374bcf544dbcd1091539a9f3c832b5440fee2</id>
<content type='text'>
Thanks marfire for the report.

Backport of 9db3653670 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin.</title>
<updated>2014-10-06T13:08:45Z</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/chango.git/commit/?id=f58392d8d8b68e2e7777768f39941cd995ce16e4'/>
<id>urn:sha1:f58392d8d8b68e2e7777768f39941cd995ce16e4</id>
<content type='text'>
Thanks Simon Charette for review.

Backport of a24cf21722 from master
</content>
</entry>
<entry>
<title>[1.4.x] Required numpy &lt; 1.9 for tests; refs #23489.</title>
<updated>2014-09-29T23:47:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-29T23:31:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=df657a768248c07fdbdc950b08366f655d0f2f5d'/>
<id>urn:sha1:df657a768248c07fdbdc950b08366f655d0f2f5d</id>
<content type='text'>
Backport of 4743a94429 from stable/1.7.x
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23499 -- Error in built-in template tag "now" documentation</title>
<updated>2014-09-17T07:26:45Z</updated>
<author>
<name>Joseph Dougherty</name>
<email>joseph@jwdougherty.com</email>
</author>
<published>2014-09-17T03:30:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3132edae41dbb13b924e98e8f0254e847155a050'/>
<id>urn:sha1:3132edae41dbb13b924e98e8f0254e847155a050</id>
<content type='text'>
Backport of ab8248361e0a7b4fc7684eaaa5891e16b8562683 from master.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #20036 -- Improved GEOS version string parsing</title>
<updated>2014-09-11T18:54:33Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-13T08:50:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ba2be2761341a6b3d8d578f16c92fa278c0a42bc'/>
<id>urn:sha1:ba2be2761341a6b3d8d578f16c92fa278c0a42bc</id>
<content type='text'>
Thanks chikiro.spam at gmail.com for the report.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.</title>
<updated>2014-09-08T18:22:29Z</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/chango.git/commit/?id=065caafa70b6c422f73e364a4c241b6538969d7b'/>
<id>urn:sha1:065caafa70b6c422f73e364a4c241b6538969d7b</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>[1.4.x] Added dates to release notes.</title>
<updated>2014-09-03T01:36:44Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-03T01:34:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=78085844a7b728fab156ce85bf3463e79cf85b98'/>
<id>urn:sha1:78085844a7b728fab156ce85bf3463e79cf85b98</id>
<content type='text'>
Backport of 0fd23545db from master
</content>
</entry>
<entry>
<title>[1.4.x] Post release version bump.</title>
<updated>2014-09-03T01:07:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-03T01:07:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=89157fe11fce1bcb69a871b04f8f371dc83cc9a1'/>
<id>urn:sha1:89157fe11fce1bcb69a871b04f8f371dc83cc9a1</id>
<content type='text'>
</content>
</entry>
</feed>
