<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.7b3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7b3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7b3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-04-28T20:46:13Z</updated>
<entry>
<title>[1.7.x] Bump version number for 1.7 beta 3 bugfix release.</title>
<updated>2014-04-28T20:46:13Z</updated>
<author>
<name>James Bennett</name>
<email>james@b-list.org</email>
</author>
<published>2014-04-28T20:46:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=edca57817fa5c366483194020967cd9d4ef1318c'/>
<id>urn:sha1:edca57817fa5c366483194020967cd9d4ef1318c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22254 -- Noted the requirement of calling django.setup() when running</title>
<updated>2014-04-28T16:43:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-28T16:43:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305ab00087a29ff400e815187b5568f84d2d8739'/>
<id>urn:sha1:305ab00087a29ff400e815187b5568f84d2d8739</id>
<content type='text'>
Thanks Peter Landry for the report.

Backport of 26b03f2526 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fix a typo in logging.txt</title>
<updated>2014-04-28T15:21:57Z</updated>
<author>
<name>Zhaorong Ma</name>
<email>mazhaorong@gmail.com</email>
</author>
<published>2014-04-28T14:05:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c73d8c41e41b7407e6a2f4f55337fc3778dc839f'/>
<id>urn:sha1:c73d8c41e41b7407e6a2f4f55337fc3778dc839f</id>
<content type='text'>
Backport of dd3f3e4e89 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22497 -- Highlighted difference between field and class deconstruction.</title>
<updated>2014-04-28T12:20:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-28T12:18:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=63ae243a13759f2a87184784fa268d6d003c694a'/>
<id>urn:sha1:63ae243a13759f2a87184784fa268d6d003c694a</id>
<content type='text'>
Thanks nliberg for the suggestion.

Backport of b829d53b37 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22445 -- Added how to perform a reverse data migration to topic guide.</title>
<updated>2014-04-27T19:21:07Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-27T19:19:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23f3c53aff54b7f298f29e97042d00dbd9379d00'/>
<id>urn:sha1:23f3c53aff54b7f298f29e97042d00dbd9379d00</id>
<content type='text'>
Thanks Karen Tracey for the report.

Backport of 1ce759b69f from master
</content>
</entry>
<entry>
<title>[1.7.x] Improved formatting and links of migration docs.</title>
<updated>2014-04-27T19:06:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-27T19:05:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b89bbb3c21c71a846674a7cad253699ed17ac3fa'/>
<id>urn:sha1:b89bbb3c21c71a846674a7cad253699ed17ac3fa</id>
<content type='text'>
Backport of ab8d8e00c9 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release notes.</title>
<updated>2014-04-27T18:20:51Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-27T18:17:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=529ae6087c8e68587689de646960235e95c26cf0'/>
<id>urn:sha1:529ae6087c8e68587689de646960235e95c26cf0</id>
<content type='text'>
Thanks kevin-brown for the report.

Backport of 8905fcbda6 from master
</content>
</entry>
<entry>
<title>[1.7.x] Documented django.setup().</title>
<updated>2014-04-26T20:11:04Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-04-26T16:32:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5cc99de24be3e5ea4dfa287af678b86598b7915'/>
<id>urn:sha1:a5cc99de24be3e5ea4dfa287af678b86598b7915</id>
<content type='text'>
Thanks Eric Holscher and Tim Graham for the review.

Backport of 58ed387 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fix many many typos in comments throughout the codebase</title>
<updated>2014-04-26T18:35:57Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-04-26T17:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=996564df4d70947913c70b071cf4a6841c658be2'/>
<id>urn:sha1:996564df4d70947913c70b071cf4a6841c658be2</id>
<content type='text'>
Backport of 2bcb8bfc8d from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.</title>
<updated>2014-04-26T15:46:57Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-04-26T08:22:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5'/>
<id>urn:sha1:3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5</id>
<content type='text'>
Avoided introducing a new regex-based SQL splitter in the migrations
framework, before we're bound by backwards compatibility.

Adapted this change to the legacy "initial SQL data" feature, even
though it's already deprecated, in order to facilitate the transition
to migrations.

sqlparse becomes mandatory for RunSQL on some databases (all but
PostgreSQL). There's no API to provide a single statement and tell
Django not to attempt splitting. Since we have a more robust splitting
implementation, that seems like a good tradeoff. It's easier to add a
new keyword argument later if necessary than to remove one.

Many people contributed to both tickets, thank you all, and especially
Claude for the review.

Refs #22401.

Backport of 8b5b199 from master
</content>
</entry>
</feed>
