- 13 Kas, 2014 4 kayıt (commit)
-
-
Adam DePue yazdı
The issue was fixed on master in e9103402 so this just forwardports the test and release notes from stable/1.7.x. Forwardport of 2d12a599 from stable/1.7.x
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Sean Wang yazdı
-
- 12 Kas, 2014 9 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Custom form fields having a `queryset` attribute but no `limit_choices_to` could no longer be used in ModelForms. Refs #2445. Thanks to artscoop for the report.
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
__init__ isn't allowed to return anything other than None and it isn't common practice to include a return statement.
-
wrwrwr yazdı
Thanks Baptiste Mispelon for review.
-
Tim Graham yazdı
Usage of this method was removed pre 1.0 (c2ba59fc).
-
Tim Graham yazdı
This fix is necessary for Python 3.5 compatibility (refs #23763). Thanks Berker Peksag for review.
-
Anssi Kääriäinen yazdı
-
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 6 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ı
-