- 01 Ara, 2014 9 kayıt (commit)
-
-
wrwrwr yazdı
It was originally added to fix a test (refs #7514); but Site now has a pre_save signal handler (refs #19698) to clear the cache which makes this call redundant.
-
Alexander Shchapov yazdı
-
wrwrwr yazdı
-
wrwrwr yazdı
-
wrwrwr yazdı
-
wrwrwr yazdı
-
wrwrwr yazdı
-
Markus Holtermann yazdı
-
Shai Berger yazdı
-
- 29 Kas, 2014 5 kayıt (commit)
-
-
wrwrwr yazdı
StringIO import was adapted for compatibility with Python 2.
-
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 5 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ı
-