- 30 Nis, 2014 4 kayıt (commit)
-
-
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 7 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ı
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
-
Ana Krivokapic yazdı
-
- 25 Nis, 2014 9 kayıt (commit)
-
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
-
Ben Davis yazdı
-
Aymeric Augustin yazdı
Refs #22422.
-
Tim Graham yazdı
Thanks chris at chrullrich.net.
-
-
Moayad Mardini yazdı
Thanks Erik Romijn for the suggestion.
-
Tim Graham yazdı
Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin. Thanks ross at servercode.co.uk for the report.
-
Aymeric Augustin yazdı
Refs #22496.
-
- 24 Nis, 2014 6 kayıt (commit)
-
-
Shai Berger yazdı
-
Shai Berger yazdı
Refs #22483
-
Aymeric Augustin yazdı
Fixed #22483 (again). Forwardport of 5cd64296 from stable/1.7.x
-
Aymeric Augustin yazdı
Forwardport of 9bbb43dd from stable/1.7.x
-
Tim Graham yazdı
-