- 29 Ara, 2012 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
An index on TextField results in a warning message when running tests on MySQL or SQLite, and the test using the TextField was PostgreSQL only in any case.
-
Anssi Kääriäinen yazdı
-
Claude Paroz yazdı
-
- 28 Ara, 2012 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks qcwxezdas for the report. Refs #13839.
-
Aymeric Augustin yazdı
-
Preston Holmes yazdı
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
-
- 27 Ara, 2012 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #9893, #18515. Thanks Russell for the report.
-
Tim Graham yazdı
-
- 26 Ara, 2012 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
to account for the removal of django.contrib.localflavor in 1.6. Refs #19482.
-
Aymeric Augustin yazdı
Also moved the contrib deprecations at the top of their section and made minor markup fixes.
-
Claude Paroz yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 24 Ara, 2012 16 kayıt (commit)
-
-
Aymeric Augustin yazdı
The 1.7 line is a reasonnable forecast, not a final decision.
-
Ramiro Morales yazdı
To make sure changes in 35d1cd0b don't break anything. Refs #19505.
-
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 3 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.
-