- 19 Kas, 2015 1 kayıt (commit)
-
-
Andrei Fokau yazdı
Thanks Tim Graham for the review.
-
- 13 Kas, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
mysqlclient 1.3.7 fixes the test failures caused by 1.3.6.
-
- 17 Eyl, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 10 Eyl, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 31 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 03 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 28 Ara, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 27 Eki, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient.
-
- 26 Nis, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
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.
-
- 17 Nis, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse." This reverts commit 071c9337. This introduced a regression on MySQL and custom SQL is deprecated.
-
- 09 Nis, 2014 1 kayıt (commit)
-
-
julien 'pouete' Godin yazdı
Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse.
-
- 02 Ara, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
Thanks Tim Graham for the report
-
- 07 Eyl, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 10 Tem, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-