1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/docs/ref
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
..
class-based-views Fixed docs typos. 2014-02-25 10:28:32 -05:00
contrib [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
files [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
forms [1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc. 2014-04-05 18:17:13 -04:00
models [1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection 2014-04-25 09:56:04 -04:00
templates [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
applications.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
checks.txt Fixed #22217 - ManyToManyField.through_fields fixes. 2014-03-11 19:33:04 -03:00
clickjacking.txt Removed gender-based pronouns per [c0a2daad78]. 2013-11-30 08:37:15 -05:00
databases.txt [1.7.x] Various documentation typo/spelling fixes 2014-04-22 20:10:58 -04:00
django-admin.txt [1.7.x] Fixed spelling errors in documentation. 2014-04-16 09:39:25 -04:00
exceptions.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
index.txt Fixed warnings when building the documentation. 2014-02-22 21:43:50 +01:00
middleware.txt [1.7.x] Added RemoteUserMiddleware to middleware reference page. 2014-04-16 07:23:00 -04:00
migration-operations.txt [1.7.x] Fixed #3214 -- Stopped parsing SQL with regex. 2014-04-26 17:46:57 +02:00
request-response.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
schema-editor.txt [1.7.x] Improve migrations/schema docs 2014-04-14 18:09:48 -04:00
settings.txt [1.7.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT default value. 2014-04-25 09:36:18 -04:00
signals.txt [1.7.x] Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal handlers. 2014-03-26 10:41:45 -04:00
template-response.txt Always use parentheses when documenting a method with no arguments. 2014-01-22 22:26:10 +01:00
unicode.txt [1.7.x] Corrected the section identifier for MySQL unicode reference. 2014-04-21 13:20:46 -04:00
urlresolvers.txt [1.7.x] Fixed #22220 -- Added more examples to reverse() documention. 2014-04-16 20:31:01 -04:00
urls.txt [1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url(). 2014-03-27 07:02:02 -04:00
utils.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
validators.txt [1.7.x] Updated doc links to point to Python 3 documentation 2014-04-26 16:03:40 +02:00
views.txt