- 02 Ara, 2014 8 kayıt (commit)
-
-
Daniel Wiesmann yazdı
GDAL raster methods return different error codes from the vector API.
-
Daniel Wiesmann yazdı
Refs #23804.
-
Andriy Sokolovskiy yazdı
-
Kamil Braun yazdı
-
Preston Timmons yazdı
-
jerry dumblauskas yazdı
-
Elena Williams yazdı
-
wrwrwr yazdı
-
- 01 Ara, 2014 15 kayıt (commit)
-
-
Andriy Sokolovskiy yazdı
-
Tim Graham yazdı
The failure was introduced in dd1ea707. The tests wouldn't start due to a "Dependency on unknown app" error.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
wrwrwr yazdı
Refs: #15346, #15573, #16353, #16828.
-
Claude Paroz yazdı
Thanks James Rivett-Carnac for the report and Markus Holtermann for the review.
-
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.
-