- 03 May, 2017 5 kayıt (commit)
-
-
Tim Graham yazdı
Regression in 38575b00.
-
Alexander Kavanaugh yazdı
Regression in 4a246a02.
-
Mariusz Felisiak yazdı
-
Tim Graham yazdı
Regression in b52c7300.
-
Tim Graham yazdı
-
- 02 May, 2017 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 01 May, 2017 6 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review.
-
Ian Foote yazdı
-
Tim Graham yazdı
-
Jon Dufresne yazdı
As CharField.to_python() now always calls str(), assigning bytes to a CharField is no longer correct usage. Doing so results in a warning: django/db/models/fields/__init__.py:1061: BytesWarning: str() on a bytes instance Use a unique constraint violation to trigger the database error instead. Warning introduced in 301de774.
-
Simon Charette yazdı
Lookup right hand side processing was compiling query compilers which happened to work by chance as SQLCompiler defines a as_sql() method with two optional parameters albeit it doesn't expect the same type of arguments.
-
Dylan Verheul yazdı
-
- 29 Nis, 2017 3 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Preston Timmons for review.
-
Tim Graham yazdı
-
shinriyo yazdı
-
- 28 Nis, 2017 7 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
Mariusz Felisiak yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
Regression in f5c62957.
-
Simon Charette yazdı
This reverts commit e62ea0bb since it broke multi-column __in lookups and _meta.order_wrt on Oracle.
-
Mariusz Felisiak yazdı
-
Alexander Allakhverdiyev yazdı
-
Tim Graham yazdı
Django's test runners no longer discover doctests.
-
- 27 Nis, 2017 8 kayıt (commit)
-
-
Simon Charette yazdı
Queries could potentially be resolved in cases where ordering matter.
-
Tim Graham yazdı
-
Jon Dufresne yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Daniel F Moisset yazdı
-
Tim Graham yazdı
-
- 26 Nis, 2017 8 kayıt (commit)
-
-
Josh Schneier yazdı
-
kapil garg yazdı
-
Josh Schneier yazdı
-
Ingo Klöcker yazdı
-
Nauman Tariq yazdı
-
Jon Dufresne yazdı
-
Tim Graham yazdı
The is_iterator() function was removed in 2456ffa4.
-
Tim Graham yazdı
-