- 03 Tem, 2012 4 kayıt (commit)
-
-
Luke Plant yazdı
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
Thanks to Simon Charette for noticing this.
-
Anssi Kääriäinen yazdı
Cleaned up tests introduced in f572ee0c. Thanks to Claude Paroz for suggesting the changes.
-
- 02 Tem, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Simon Charette for noticing it. Refs #11162.
-
Julien Phalip yazdı
Thanks to josh.oosterman for the report and patch.
-
- 01 Tem, 2012 8 kayıt (commit)
-
-
Tim Graham yazdı
Thanks zsiciarz for the draft patch.
-
Anssi Kääriäinen yazdı
At least Oracle needs parentheses in negated where conditions, even if there is only single condition negated. Fixed this by reverting to old logic in that part of as_sql() and adding a comment about this. I did not investigate why the parentheses are needed. The original offending commit was bd283aa8.
-
Anssi Kääriäinen yazdı
When the postgresql_psycopg2 backend was used with DB-level autocommit mode enabled, after entering transaction management and then leaving it, the isolation level was never set back to autocommit mode. Thanks brodie for report and working on this issue.
-
Anssi Kääriäinen yazdı
- backends: supports_transactions() - select_for_update tests
-
Anssi Kääriäinen yazdı
Made sure the WhereNode.as_sql() handles various EmptyResultSet and FullResultSet conditions correctly. Also, got rid of the FullResultSet exception class. It is now represented by '', [] return value in the as_sql() methods.
-
Anssi Kääriäinen yazdı
Thanks to harm for the report and comments.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Claude Paroz for the draft patch.
-
- 30 Haz, 2012 11 kayıt (commit)
-
-
Tim Graham yazdı
Thanks xbito for the draft patch.
-
Raúl Cumplido yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
This keyword was already deprecated in the code (supported for backwards compatibility only), but never formally deprecated. Thanks Paul McMillan for the report and yasar11732 for the initial patch.
-
Claude Paroz yazdı
Refs #16519.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Refs #15988.
-
Tim Graham yazdı
Thanks codeinthehole for the draft patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks mothsART for the report and the initial patch.
-
- 29 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks anuraguniyal for the report.
-
- 28 Haz, 2012 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks fourga38 for the report and hirokiky at gmail.com for the initial patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 27 Haz, 2012 3 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #17511 - Removed reference to deprecated "reset" management command in FAQ; thanks voxpuibr@ for the report.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks ramilzay at gmail.com for the report.
-
- 26 Haz, 2012 3 kayıt (commit)
-
-
Josh Smeaton yazdı
Correctly configure NLS_SESSION_PARAMETERS to format Date and DateTime on Oracle backend. Thanks to Josh Smeaton for report & patch.
-
Claude Paroz yazdı
When a FileField value has been saved, a new validation should not regenerate a new filename when checking the length. Refs #9893.
-
Anssi Kääriäinen yazdı
This commit tackles a couple of issues. First, in certain cases there were some mixups if field.attname or field.name should be deferred. Field.attname is now always used. Another issue tackled is a case where field is both deferred by .only(), and selected by select_related. This case is now an error. A lot of thanks to koniiiik (Michal Petrucha) for the patch, and to Andrei Antoukh for review.
-
- 25 Haz, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Rob Golding for helping on the patch.
-
Gabriel Grant yazdı
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks aldaran for the patch.
-
- 23 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
-