- 26 Ara, 2017 6 kayıt (commit)
-
-
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 5 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.
-
Sergey Fedoseev yazdı
Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup. Regression in 58da81a5 and prerequisite for refs #28896.
-
- 11 Ara, 2017 2 kayıt (commit)
- 08 Ara, 2017 6 kayıt (commit)
-
-
Morgan Wahl yazdı
Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a model that uses more than one level of MTI. Forwardport of test and release notes of 35222035 from stable/1.11.x
-
Nick Pope yazdı
-
Simon Charette yazdı
This required allowing WhereNode to be provided as When(condition). This was made possible by cf12257d.
-
Jozef yazdı
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
- 07 Ara, 2017 1 kayıt (commit)
-
-
Tim Graham yazdı
-