- 07 May, 2019 9 kayıt (commit)
-
-
Rob yazdı
Using annotated FilteredRelations raised a FieldError when coupled with exclude(). This is due to not passing filtered relation fields to the subquery created in split_exclude(). We fixed this issue by passing the filtered relation data to the newly created subquery. Secondly, in the case where an INNER JOIN is used in the excluded subquery, the ORM would trim the filtered relation INNER JOIN in attempt to simplify the query. This will also remove the ON clause filters generated by the FilteredRelation. We added logic to not trim the INNER JOIN if it is from FilteredRelation.
-
sanchjat yazdı
-
Chris Adkins yazdı
-
Daniel Musketa yazdı
-
Rob Golding-Day yazdı
-
Tobias Kunze yazdı
Refs #26678 -- Added tests for using the field the relation points to with RelatedManager.add()/remove()/set().
-
Tobias Kunze yazdı
Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to.
-
Ben Muschol yazdı
Fixes bug on browsers which do support the required attribute but not the :valid pseudo-selector
-
Daniel Hahler yazdı
It was removed in in 728548e4.
-
- 06 May, 2019 2 kayıt (commit)
-
-
Tobias Kunze yazdı
-
Stephen Brown yazdı
Thanks Simon Charette for the review.
-
- 03 May, 2019 7 kayıt (commit)
-
-
Daniel Hahler yazdı
Bumped minimum supported pywatchman version to 1.2.0. These exceptions don't require checking a server status.
-
Mariusz Felisiak yazdı
-
Tobias Kunze yazdı
-
Tobias Kunze yazdı
-
Tobias Kunze yazdı
Thanks Nick Pope for the review.
-
Mariusz Felisiak yazdı
Unused since its introduction in febd5aee.
-
can yazdı
-
- 02 May, 2019 3 kayıt (commit)
-
-
Mykola Kokalko yazdı
-
Mykola Kokalko yazdı
-
can yazdı
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
-
- 01 May, 2019 2 kayıt (commit)
-
-
zeyneloz yazdı
-
Mariusz Felisiak yazdı
-
- 30 Nis, 2019 5 kayıt (commit)
-
-
François Freitag yazdı
-
can yazdı
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite.
-
Jon Dufresne yazdı
-
Tobias Kunze yazdı
-
Simon Charette yazdı
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator on Oracle and PostgreSQL. The LIKE operator wildcard generated for contains, startswith, endswith and their case-insensitive variant lookups was conflicting with parameter interpolation on CREATE constraint statement execution. Ideally we'd delegate parameters interpolation in DDL statements on backends that support it but that would require backward incompatible changes to the Index and Constraint SQL generating methods. Thanks David Sanders for the report.
-
- 29 Nis, 2019 9 kayıt (commit)
-
-
kingbuzzman yazdı
-
kingbuzzman yazdı
-
Tom Forbes yazdı
-
Tom Forbes yazdı
Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_module raising an exception.
-
Tom Forbes yazdı
-
Mariusz Felisiak yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
Follow up to 253adc2b.
-
Jon Dufresne yazdı
-
- 27 Nis, 2019 2 kayıt (commit)
-
-
Carlton Gibson yazdı
Regression in 181fb601.
-
Daniel Hahler yazdı
-
- 26 Nis, 2019 1 kayıt (commit)
-
-
Jacob Green yazdı
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable. Made the default timeout of watchman client customizable via DJANGO_WATCHMAN_TIMEOUT environment variable.
-