- 08 May, 2017 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Follow up to: ffdf507e (adding GDAL 2.0 support) ebaa2fef (confirming GDAL 2.1 support) 8c777888 (removing GDAL 1.8, 1.7 support)
-
- 06 May, 2017 5 kayıt (commit)
-
-
Josh Schneier yazdı
Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
François Freitag yazdı
When a connection pooler is set up in transaction pooling mode, queries relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS setting in DATABASES disables server-side cursors for this use case.
-
- 05 May, 2017 7 kayıt (commit)
-
-
Raphael Michel yazdı
-
Tim Graham yazdı
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value. Thanks Simon Charette for review.
-
Christoph Schindler yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This facilitates other changes like refs #28160.
-
- 04 May, 2017 6 kayıt (commit)
-
-
François Freitag yazdı
-
François Freitag yazdı
-
Mariusz Felisiak yazdı
-
Simon Charette yazdı
Thanks Tim for the review.
-
Simon Charette yazdı
-
Tim Graham yazdı
-
- 03 May, 2017 6 kayıt (commit)
-
-
Tim Graham yazdı
-
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 1 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-