- 29 Kas, 2014 4 kayıt (commit)
-
-
Berker Peksag yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Creating a new cluster is neither required not recommendable for most users. The previous section explains how to create a user with sufficient permissions to automatically create a database during tests.
-
Tim Graham yazdı
Warnings could escape depending on the order in which tests were run.
-
- 28 Kas, 2014 12 kayıt (commit)
-
-
Thomas Chaumeny yazdı
-
Berker Peksag yazdı
-
Matthew Somerville yazdı
One handler in WSGIServer, to catch the error when raised from SocketServer.BaseServer's finish_request, and one in WSGIRequestHandler (by creating a subclass of ServerHandler), to catch the error when raised in wsgiref.handlers.BaseHandler's finish_response.
-
sdeprez yazdı
-
Tim Graham yazdı
-
Tim Heap yazdı
If no changes that need migrations are found, `makemigrations --exit` exits with error code 1.
-
Anssi Kääriäinen yazdı
Also removed Query.join_map. This structure was used to speed up join reuse calculation. Initial benchmarking shows that this isn't actually needed. If there are use cases where the removal has real-world performance implications, it should be relatively straightforward to reintroduce it as map {alias: [Join-like objects]}.
-
Anssi Kääriäinen yazdı
Thanks to github aliases dbrgn, carljm, slurms, dfunckt, and timgraham for reviews.
-
Markus Holtermann yazdı
-
Martin Blech yazdı
Thanks to Berker Peksag and Tim Graham for the review and suggestions.
-
Thomas Chaumeny yazdı
-
Diego Guimarães yazdı
Thanks Jonathan Lindén for the initial patch, and Tim Graham and Gabe Jackson for the suggestions.
-
- 27 Kas, 2014 9 kayıt (commit)
-
-
Martin Blech yazdı
-
wrwrwr yazdı
-
wrwrwr yazdı
Refs #20432 and #23746.
-
wrwrwr yazdı
Refs #23641.
-
wrwrwr yazdı
-
Berker Peksag yazdı
-
Anssi Kääriäinen yazdı
Aggregation over subquery produced syntactically incorrect queries in some cases as Django didn't ensure that source expressions of the aggregation were present in the subquery.
-
Anssi Kääriäinen yazdı
-
Berker Peksag yazdı
-
- 26 Kas, 2014 9 kayıt (commit)
-
-
MattBlack85 yazdı
-
Anssi Kääriäinen yazdı
The .dates() queries were implemented by using custom Query, QuerySet, and Compiler classes. Instead implement them by using expressions and database converters APIs.
-
Kenial Lee yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
-
Jannis Leidel yazdı
Refs #23677.
-
Tim Graham yazdı
-
Luke Plant yazdı
-
- 25 Kas, 2014 6 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Thanks to Tim for the review.
-
Simon Charette yazdı
refs #23754, #23862
-
Simon Charette yazdı
This change allows dynamically created inlines "Add related" button to work correcly as long as their associated foreign key is pointing to the primary key of the related model. Thanks to amorce for the report, Julien Phalip for the initial patch, and Collin Anderson for the review.
-
Simon Charette yazdı
-
Redouane Zait yazdı
Thanks Redouane Zait for the report.
-
Tim Graham yazdı
-