- 25 Eyl, 2013 11 kayıt (commit)
-
-
Michael Manfre yazdı
-
Loic Bistuer yazdı
-
Anssi Kääriäinen yazdı
A .annotate().select_related() query resulted in misaligned rows vs columns for compiler.resolve_columns() method. Report & patch by Michael Manfre.
-
Baptiste Mispelon yazdı
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
- 24 Eyl, 2013 13 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The commit for #18333 missed quote_cache default value for *. Refs #18333.
-
Florian Apolloner yazdı
Thanks go to Michael Gebetsroither for pointing out this issue and help on the patch.
-
Florian Apolloner yazdı
This reverts commit aae5a96d. This fix is no longer necessary, our pbkdf2 (see next commit) implementation no longer rehashes the password every iteration.
-
Michael Manfre yazdı
-
Tim Graham yazdı
Thanks marfire for the report.
-
Preston Holmes yazdı
Fixed #21152: Corrected small grammatical error in comment.
-
Andrei Picus yazdı
Changed 'there are no filtering' to 'there is no filtering'.
-
Michał Lech yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Andrew Godwin yazdı
-
Florian Apolloner yazdı
This change prevents including the multiple_database test models without duplicating the router code (we probably should do this at one point). Refs #21148
-
Claude Paroz yazdı
-
- 23 Eyl, 2013 10 kayıt (commit)
-
-
Brett Koonce yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
Thanks to @marfire for spotting this.
-
Simon Charette yazdı
The issue was present in 1.4.x but has been reported to be fixed in master. Thanks to @timgraham for the patch.
-
Louis Fill yazdı
Thanks joejasinski for the suggestion.
-
Helen ST yazdı
Thanks akaariai for the suggestion.
-
Daley Chetwynd yazdı
Thanks glarrain for the suggestion.
-
Åke Forslund yazdı
Thanks EvilDMP for the suggestion.
-
Ben Huckvale yazdı
Thanks nicolas at niconomicon.net for the suggestion.
-
Tim Garner yazdı
Thanks moc at mocpa.com for the suggestion.
-
- 22 Eyl, 2013 6 kayıt (commit)
-
-
Florian Apolloner yazdı
Currently module level queries are executed against the real database (specified in NAME) instead of the test database; since it is to late to fix this for 1.6, we at least ensures stable builds. Refs #21443.
-
Aymeric Augustin yazdı
Also fixed a typo.
-
Florian Apolloner yazdı
Our WSGIServer rewrapped the socket errors from server_bind into WSGIServerExceptions, which is used later on to provide nicer error messages in runserver and used by the liveserver to see if the port is already in use. But wrapping server_bind isn't enough since it only binds to the socket, socket.listen (which is called from server_activate) could also raise "Address already in use". Instead of overriding server_activate too I chose to just catch socket errors, which seems to make more sense anyways and should be more robust against changes in wsgiref.
-
Ramiro Morales yazdı
Refs #20693.
-
Aymeric Augustin yazdı
Fixed #21141 -- Updated Sphinx URL.
-
Rogério Yokomizo yazdı
Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
-