<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/__init__.py, branch 1.7.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-11-03T13:59:17Z</updated>
<entry>
<title>[1.7.x] Fixed #23420 - broken warning for unbound naive datetime objects</title>
<updated>2014-11-03T13:59:17Z</updated>
<author>
<name>Andy Chosak</name>
<email>chosak@gmail.com</email>
</author>
<published>2014-10-08T19:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=12e5b87b89074cd0380ddcdadd24a6c621178c07'/>
<id>urn:sha1:12e5b87b89074cd0380ddcdadd24a6c621178c07</id>
<content type='text'>
Fixed issue with warning message displayed for unbound naive datetime
objects when USE_TZ is True. Adds unit test that demonstrates the issue
(discoverable when using a custom lookup in MySQL).

Backport of ceb1ffcc8d from master.

Conflicts:
	tests/custom_lookups/tests.py
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23156 -- Added missing BinaryField.deconstruct() method.</title>
<updated>2014-08-03T13:28:14Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2014-08-03T10:59:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23b0d636d3dc8b37fee6dc7539b0cd1f245b673a'/>
<id>urn:sha1:23b0d636d3dc8b37fee6dc7539b0cd1f245b673a</id>
<content type='text'>
Backport of 72f1eb48df335c110f39d56f7978d95896a56bb8 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Added missing logic to TimeField.deconstruct().</title>
<updated>2014-08-03T13:27:57Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2014-08-03T12:02:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b1d0afc92e1dbc353418953960a083cbba63c50'/>
<id>urn:sha1:0b1d0afc92e1dbc353418953960a083cbba63c50</id>
<content type='text'>
If auto_now or auto_now_add was used then the serialized
field in the migration contained unnecessary `editable` and
`blank` arguments.

Backport of 74325339327e5b8a2480aee7f482bc71f73c71f9 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23112 -- Field.get_choices tries to index an iterable</title>
<updated>2014-07-30T19:36:01Z</updated>
<author>
<name>areski</name>
<email>areski@gmail.com</email>
</author>
<published>2014-07-27T21:39:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e22ad1c3250a59d046d73bf34ae39c0c40e03c98'/>
<id>urn:sha1:e22ad1c3250a59d046d73bf34ae39c0c40e03c98</id>
<content type='text'>
Backport of 97a38de230371c0b6ad8a86abba8425186c147c7 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23098 -- Checked that lazy choices are not evaluated too soon</title>
<updated>2014-07-27T11:32:07Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2014-07-25T17:20:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99c2c917c3f859f2cc3fc1f7d5abb72730aa6c48'/>
<id>urn:sha1:99c2c917c3f859f2cc3fc1f7d5abb72730aa6c48</id>
<content type='text'>
Thanks Matthieu Agopian for the report.

Backport of 2f73b527dda6683868fac2791f7f07ccb01ea0d9 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22887 -- Added comment for translators on unique_for_date error message</title>
<updated>2014-07-26T11:56:58Z</updated>
<author>
<name>Federico Frenguelli</name>
<email>synasius@gmail.com</email>
</author>
<published>2014-07-26T10:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc3d401b9f95ebc5bd25488708b5a82074c53ebb'/>
<id>urn:sha1:bc3d401b9f95ebc5bd25488708b5a82074c53ebb</id>
<content type='text'>
Backport of 6eed751162 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22564 -- Prevented unneeded bytestrings in migrations</title>
<updated>2014-05-06T07:14:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-05-05T18:39:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d138b9cf450b213b950595527b63d253926609d'/>
<id>urn:sha1:0d138b9cf450b213b950595527b63d253926609d</id>
<content type='text'>
In some cases, this could lead to migrations written with Python 2
being incompatible with Python 3.
Thanks Tim Graham for the report and Loïc Bistuer for the advices.
Backport of da9cf53cb from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed queries that may return unexpected results on MySQL due to typecasting.</title>
<updated>2014-04-21T22:29:39Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2014-04-20T20:25:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34526c2f56b863c2103655a0893ac801667e86ea'/>
<id>urn:sha1:34526c2f56b863c2103655a0893ac801667e86ea</id>
<content type='text'>
This is a security fix. Disclosure will follow shortly.

Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
</content>
</entry>
<entry>
<title>[1.7.x] Appeased flake8 2.1.0.</title>
<updated>2014-04-21T11:50:50Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-04-21T10:25:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62eb79fc4cc956b798e5c3a3be96101037ae9cb0'/>
<id>urn:sha1:62eb79fc4cc956b798e5c3a3be96101037ae9cb0</id>
<content type='text'>
Backport of 428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95.</title>
<updated>2014-03-26T17:02:52Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-03-26T01:40:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4678efd3f1e2f764583a59b9c1f4302d955acebb'/>
<id>urn:sha1:4678efd3f1e2f764583a59b9c1f4302d955acebb</id>
<content type='text'>
Thanks to @loic for the help and @timgraham for the review.

refs #12030.

Backport of b9e50e4774 from master
</content>
</entry>
</feed>
