- 03 May, 2014 3 kayıt (commit)
-
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
Thanks Florian Apolloner for noticing the issue and Aymeric Augustin for the expertise. Refs #22540.
-
Tim Graham yazdı
Thanks andrewsg for the report.
-
- 02 May, 2014 5 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks ygbo for the report.
-
Loic Bistuer yazdı
This fixes a regression caused by 0707b824. Refs #22328.
-
Claude Paroz yazdı
So as the save step is centralized in create(), especially useful when customizing behavior in subclasses. Thanks craig.labenz@gmail.com for the report.
-
Brenda J. Butler yazdı
-
Chris Beaven yazdı
-
- 01 May, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks fatal10110 at gmail.com for the report. The fix is 1.6-only because that code has been refactored in 1.7 (6983201c). 'Docs-only' forward port of 120a9812 from 1.6.x.
-
Yehonatan Daniv yazdı
-
- 30 Nis, 2014 12 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks bjb at sourcer.ca for the suggestion.
-
Andrew Godwin yazdı
-
Moayad Mardini yazdı
Thanks bjb at sourcerer.ca for the suggestion.
-
Andrew Godwin yazdı
-
Simon Charette yazdı
Thanks to chrisedgemon for the report and shaib, akaariai and timgraham for the review.
-
Doug Beck yazdı
Also fixes #18192 and #21055.
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Mike Fogel yazdı
-
Tim Graham yazdı
Thanks benjaoming for raising the issue and Loic for the examples.
-
Tim Graham yazdı
-
Bruno Ribeiro da Silva yazdı
-
- 29 Nis, 2014 5 kayıt (commit)
-
-
Simon Charette yazdı
Thanks to cdestigter for the report.
-
Simon Charette yazdı
No more `NewBase` horrors. Thanks to bendavis78 for his work on merging this into six.
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
Thanks z for the report and timo for the proposal.
-
Tim Graham yazdı
-
- 28 Nis, 2014 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
This reverts commit 4fdd51b7. See the ticket for concerns with this implementation; it will be revisited.
-
Tim Graham yazdı
Thanks Peter Landry for the report.
-
Simon Charette yazdı
Fix a typo in logging.txt
-
Zhaorong Ma yazdı
-
Tim Graham yazdı
Thanks nliberg for the suggestion.
-
- 27 Nis, 2014 3 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Karen Tracey for the report.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks kevin-brown for the report.
-
- 26 Nis, 2014 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Eric Holscher and Tim Graham for the review.
-
Alex Gaynor yazdı
-
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.
-
Claude Paroz yazdı
-