- 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 2 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.
-
Aarni Koskela yazdı
-
- 25 Nis, 2019 8 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
Alasdair Nicol yazdı
Thanks to Jon on Stack Overflow for reporting the issue.
-
oliver yazdı
-
Ville Skyttä yazdı
Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey(unique/primary_key=True).
-
Mariusz Felisiak yazdı
Thanks Carlton Gibson for the review.
-
Mariusz Felisiak yazdı
-
- 24 Nis, 2019 2 kayıt (commit)
-
-
Jon Dufresne yazdı
-
Martijn Jacobs yazdı
When on MacOS High Sierra or below (<=10.13) it could be that a HFS+ filesystem is used. HFS+ has a time resolution of only one second which can be too low for some of the tests.
-