- 28 Ara, 2017 2 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
- 27 Ara, 2017 6 kayıt (commit)
-
-
hui shang yazdı
Thanks Gabriel for the report and Adam Johnson for the review.
-
Mariusz Felisiak yazdı
This provides additional test coverage but isn't a regression test for the ticket's issue.
-
Mariusz Felisiak yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
-
Sergey Fedoseev yazdı
-
Mads Jensen yazdı
-
- 26 Ara, 2017 8 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Дилян Палаузов yazdı
-
Ran Benita yazdı
Fixed #28944 -- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()).
-
Tim Martin yazdı
Otherwise it generates invalid SQL.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 25 Ara, 2017 1 kayıt (commit)
-
-
Ramiro Morales yazdı
-
- 23 Ara, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
-
- 22 Ara, 2017 6 kayıt (commit)
-
-
Zac-HD yazdı
Fixed #28878 -- Added python_requires in setup.py and a warning for older pips that don't recognize it.
-
Cameron Curry yazdı
-
Simon Charette yazdı
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model referenced by a ManyToManyField. Introspected database constraints instead of relying on _meta.related_objects to determine whether or not a table or a column is referenced on rename operations. This has the side effect of ignoring both db_constraint=False and virtual fields such as GenericRelation which aren't backend by database level constraints and thus shouldn't prevent the rename operations from being performed in a transaction. Regression in 095c1aaa. Thanks Tim for the additional tests and edits, and Mariusz for the review.
-
Nick Pope yazdı
-
Sergey Fedoseev yazdı
-
Berker Peksag yazdı
The test requirement was bumped in 2514e044.
-
- 21 Ara, 2017 1 kayıt (commit)
-
-
Tilmann Becker yazdı
Regression in df41b5a0.
-
- 20 Ara, 2017 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Regression in 2b09e4c8.
-
Sergey Fedoseev yazdı
Fixed #28932 -- Prevented Oracle from truncating trailing zeros in the fractional part of DecimalField. Fixes the test added in 6fd6d838. Regression in 7c1f3901.
-
Mariusz Felisiak yazdı
-
Sergey Fedoseev yazdı
-
- 19 Ara, 2017 2 kayıt (commit)
-
-
Mariusz Felisiak yazdı
Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetime to Date/DateTimeField.
-
Mariusz Felisiak yazdı
Thanks Sergey Fedoseev for the review.
-
- 18 Ara, 2017 3 kayıt (commit)
-
-
Tim Graham yazdı
-
weijunji yazdı
-
Daniel Hepper yazdı
-
- 16 Ara, 2017 1 kayıt (commit)
-
-
Sergey Fedoseev yazdı
Unused since 5ca82e71.
-
- 13 Ara, 2017 4 kayıt (commit)
-
-
Sergey Fedoseev yazdı
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField. This reverts commit a146b656 and adds a test for the regression.
-
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
Regression in 58da81a5.
-