1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/docs/releases
Aymeric Augustin 3bb0f118ca [1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.
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
2014-04-26 17:46:57 +02:00
..
0.95.txt Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
0.96.txt
1.0-alpha-1.txt [1.7.x] Various documentation typo/spelling fixes 2014-04-22 20:10:58 -04:00
1.0-alpha-2.txt
1.0-beta-2.txt Fixed #21141 -- Update Sphinx URL 2013-09-22 14:44:09 -03:00
1.0-beta.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
1.0-porting-guide.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
1.0.1.txt
1.0.2.txt
1.0.txt
1.1-alpha-1.txt
1.1-beta-1.txt
1.1-rc-1.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
1.1.2.txt
1.1.3.txt
1.1.4.txt
1.1.txt [1.7.x] Various documentation typo/spelling fixes 2014-04-22 20:10:58 -04:00
1.2-alpha-1.txt [1.7.x] Various documentation typo/spelling fixes 2014-04-22 20:10:58 -04:00
1.2-beta-1.txt
1.2-rc-1.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
1.2.1.txt
1.2.2.txt
1.2.3.txt
1.2.4.txt
1.2.5.txt
1.2.6.txt
1.2.7.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
1.2.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
1.3-alpha-1.txt Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
1.3-beta-1.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
1.3.1.txt
1.3.2.txt
1.3.3.txt
1.3.4.txt
1.3.5.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
1.3.6.txt
1.3.7.txt
1.3.txt
1.4-alpha-1.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
1.4-beta-1.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
1.4.1.txt
1.4.2.txt
1.4.3.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
1.4.4.txt
1.4.5.txt
1.4.6.txt Removed gender-based pronouns per [c0a2daad78]. 2013-11-30 08:37:15 -05:00
1.4.7.txt Added 1.4.7/1.5.3 release notes 2013-09-10 21:07:22 -04:00
1.4.8.txt Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:14:26 -04:00
1.4.9.txt Fixed typo in docs/releases/1.4.9.txt. 2013-10-25 07:55:05 -04:00
1.4.10.txt Added 1.4.10 release notes. 2013-11-07 09:42:25 -05:00
1.4.11.txt [1.7.x] Added information on resolved security issues to release notes. 2014-04-21 18:29:42 -04:00
1.4.12.txt [1.7.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial. 2014-04-23 08:49:53 -04:00
1.4.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
1.5-alpha-1.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
1.5-beta-1.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
1.5.1.txt
1.5.2.txt Removed gender-based pronouns per [c0a2daad78]. 2013-11-30 08:37:15 -05:00
1.5.3.txt Added 1.4.7/1.5.3 release notes 2013-09-10 21:07:22 -04:00
1.5.4.txt Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:14:26 -04:00
1.5.5.txt Fixed spelling of compatibility. 2013-11-09 10:17:17 -05:00
1.5.6.txt [1.7.x] Added information on resolved security issues to release notes. 2014-04-21 18:29:42 -04:00
1.5.7.txt [1.7.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial. 2014-04-23 08:49:53 -04:00
1.5.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
1.6.1.txt Copied 1.6.1 release notes from stable/1.6.x branch. 2013-12-12 15:08:22 -05:00
1.6.2.txt Updated 1.6.2 release notes for release (and linkified tickets). 2014-02-06 15:34:22 -06:00
1.6.3.txt [1.7.x] Added information on resolved security issues to release notes. 2014-04-21 18:29:42 -04:00
1.6.4.txt [1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin. 2014-04-25 08:36:20 -04:00
1.6.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
1.7.txt [1.7.x] Fixed #3214 -- Stopped parsing SQL with regex. 2014-04-26 17:46:57 +02:00
index.txt [1.7.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial. 2014-04-23 08:49:53 -04:00
security.txt [1.7.x] Update for 1.7b2 security release. 2014-04-21 18:21:55 -05:00