- 12 Kas, 2014 2 kayıt (commit)
-
-
Jozef Knaperek yazdı
Made _do_update behave more strictly according to its docs, including a corner case when specific concurent updates are executed and select_on_save is set.
-
Anssi Kääriäinen yazdı
-
- 11 Kas, 2014 8 kayıt (commit)
-
-
Aymeric Augustin yazdı
`io.open` is required on Python 2.7. Just `open` would work on Python 3.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
JavaScript string extraction support has been added in gettext 0.18.3. Thanks Aymeric Augustin for the review.
-
Aymeric Augustin yazdı
Added a test for the condition safe_join is designed to prevent. Previously, a generic ValueError was raised. It was impossible to tell an intentional exception raised to implement safe_join's contract from an unintentional exception caused by incorrect inputs or unexpected conditions. That resulted in bizarre exception catching patterns, which this patch removes. Since safe_join is a private API and since the change is unlikely to create security issues for users who use it anyway -- at worst, an uncaught SuspiciousFileOperation exception will bubble up -- it isn't documented.
-
Tim Graham yazdı
-
averybigant yazdı
-
Anssi Kääriäinen yazdı
-
aruseni yazdı
-
- 10 Kas, 2014 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Removed legacy code from old transaction system
-
Thomas Chaumeny yazdı
-
Thomas Chaumeny yazdı
Query the table introduced in MySQL 5.1; refs #23144.
-
Luke Plant yazdı
-
aruseni yazdı
-
- 09 Kas, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Kas, 2014 1 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks to w0rp for the report
-
- 05 Kas, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Loic Bistuer yazdı
This snippet wasn't particularly helpful as `add_error()` is described in greater details in the following section. Thanks Claude Paroz for the report.
-
Tim Graham yazdı
-
- 04 Kas, 2014 10 kayıt (commit)
-
-
Berker Peksag yazdı
-
Marc Tamlyn yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Peter Inglesby yazdı
Thanks vanschelven and expleo for the initial patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks NotSqrt for the report; refs #23741.
-
Marc Tamlyn yazdı
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews.
-
Berker Peksag yazdı
-
-
- 03 Kas, 2014 7 kayıt (commit)
-
-
Zan Anderle yazdı
Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
-
Zan Anderle yazdı
-
Davide Ceretti yazdı
Fixed #23300 -- Made assertTemplateUsed throw an error on responses not fetched using the test client. Thanks zags for the report and bmispelon for the patch.
-
Tim Graham yazdı
-
Thomas Chaumeny yazdı
-
Danilo Bargen yazdı
-
Michael Kelly yazdı
Added getvalue() to HttpResponse to return the content of the response, along with a few other methods to partially match io.IOBase. Thanks Claude Paroz for the suggestion and Nick Sanford for review.
-