- 24 Ara, 2012 14 kayıt (commit)
-
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
The test introduced in 4b278131 accidentally passed because of a limitation of Python < 3.3. Refs #17758, #7581.
-
Julien Phalip yazdı
Work by Julien Phalip. Refs #8001, #18310, #19505. See also 0b908b92.
-
Florian Apolloner yazdı
Thanks to garrison for the report and patch.
-
Aymeric Augustin yazdı
Refs #17758.
-
Luke Plant yazdı
Refs #17758
-
Luke Plant yazdı
-
Luke Plant yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
- 22 Ara, 2012 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Ramiro Morales yazdı
-
Claude Paroz yazdı
Also systematically added non-ascii passwords in hashers test suite. Thanks Vaal for the report.
-
Aymeric Augustin yazdı
Thanks aliva for the report and claudep for the feedback.
-
Aymeric Augustin yazdı
This regression was introduced by the unicode_literals patch. The WSGI spec mandates that environ contains native strings.
-
Ramiro Morales yazdı
Thanks Tim Graham for the review and suggestions.
-
- 21 Ara, 2012 2 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Mike O'Connor for the report.
-
Claude Paroz yazdı
Thanks Anton Baklanov for the report and the patch.
-
- 20 Ara, 2012 4 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Caused by regression fix for #19500.
-
Anssi Kääriäinen yazdı
The added promotion logic is based on promoting any joins used in only some of the childs of an OR clause unless the join existed before the OR clause addition.
-
Anssi Kääriäinen yazdı
The ORM didn't reuse joins for direct foreign key traversals when using chained filters. For example: qs.filter(fk__somefield=1).filter(fk__somefield=2)) produced two joins. As a bonus, reverse onetoone filters can now reuse joins correctly The regression was caused by the join() method refactor in commit 68847135 Thanks for Simon Charette for spotting some issues with the first draft of the patch.
-
Russell Keith-Magee yazdı
This is necessary because get_model() checks are case insensitive, and if the swapable check isn't, the swappable logic gets tied up in knots with models that are partially swapped out. Thanks to chris@cogdon.org for the report and extensive analysis, and Preston for his work on the draft patch.
-
- 19 Ara, 2012 2 kayıt (commit)
-
-
Patryk Zawadzki yazdı
Thanks to Patryk Zawadzki for the patch.
-
Ramiro Morales yazdı
-
- 18 Ara, 2012 5 kayıt (commit)
-
-
Tim Graham yazdı
Thanks orblivion for the suggestion.
-
Tim Graham yazdı
Thanks startup.canada for the suggestion.
-
Tim Graham yazdı
Thanks jcspray for the suggestion.
-
Claude Paroz yazdı
Fixed #19430 -- Added 'license' value to setup.py
-
Claude Paroz yazdı
Thanks Dylan Verheul for the report and Anssi Kääriäinen for the review.
-
- 17 Ara, 2012 2 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Thanks to Simon Charette for report.
-
Aymeric Augustin yazdı
Refs #9589.
-
- 16 Ara, 2012 5 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
Cleaned up the implementation of base convert_values() a little, and made sure it accepts None as a value for numeric fields. There are no tests attached. The reason is that not all of the convert_values() accept None as a value for numeric fields (for example sqlite3.convert_values()). The reason the base convert_values() needs to accept None is that this situation might arise in custom compilers for 3rd party backends. It is easy to keep the convert_values() working, so lets do that.
-
Tim Graham yazdı
Thanks colinnkeenan for the suggestion.
-
Claude Paroz yazdı
Thanks Valentin Lorentz for the report and the suggested fix.
-
Aymeric Augustin yazdı
The OmniGraffle source file is included for future use.
-