- 11 Ock, 2013 8 kayıt (commit)
-
-
Claude Paroz yazdı
-
Ramiro Morales yazdı
-
Vinod Kurup yazdı
-
Thomas Bartelmess yazdı
Useful under Jython. Thanks Thomas Bartelmess for the report and patch. Ref #9589.
-
Nick Sandford yazdı
Thanks lsaffre for the report and Chris Medrela for the initial patch.
-
Claude Paroz yazdı
Fixes #12914 (again).
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks ingenieroariel for the suggestion and slurms for the review.
-
- 10 Ock, 2013 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks minddust for the report.
-
Nick Sandford yazdı
-
Loic Raucy yazdı
ID check is now done the same way as MultipleHiddenInput.
-
Tim Graham yazdı
Thanks Sam Lai for mentioning this on the mailing list.
-
- 09 Ock, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
It was removed in Django 1.5, not deprecated.
-
Florian Apolloner yazdı
-
Claude Paroz yazdı
Refs #19546. On Python 2.6, DeprecationWarnings are visible by default.
-
Carl Meyer yazdı
-
Preston Holmes yazdı
refs #18985
-
- 08 Ock, 2013 7 kayıt (commit)
-
-
Tim Graham yazdı
Refs #19571
-
Tim Graham yazdı
Thanks rodrigorosa.lg and others for the report.
-
Simon Charette yazdı
-
Anssi Kääriäinen yazdı
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
The original problem was that queryset cloning was really expensive when filtering with F() clauses. The __deepcopy__ went too deep copying _meta attributes of the models used. To fix this the use of __deepcopy__ in qs cloning was removed. This commit results in some speed improvements across the djangobench benchmark suite. Most query_* tests are 20-30% faster, save() is 50% faster and finally complex filtering situations can see 2x to order of magnitude improvments. Thanks to Suor, Alex and lrekucki for valuable feedback.
-
Carl Meyer yazdı
-
- 07 Ock, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #19441.
-
- 06 Ock, 2013 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
The tickets are either about different signature between qs.none() and qs or problems with subclass types (either EmptyQS overrided the custom qs class, or EmptyQS was overridden by another class - values() did this). Fixed #15959, fixed #17271, fixed #17712, fixed #19426
-
Anssi Kääriäinen yazdı
The guarantee that no queries will be made when accessing results is done by new EmptyWhere class which is used for query.where and having. Thanks to Simon Charette for reviewing and valuable suggestions.
-
- 05 Ock, 2013 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Beuc for the report and the initial patch.
-
Preston Holmes yazdı
-
- 04 Ock, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Simon Charette for the initial patch, and Jan Bednařík for his work on the ticket.
-
- 03 Ock, 2013 6 kayıt (commit)
-
-
Claude Paroz yazdı
The exact conditions on which this exception is raised are not known, but this replacement is the best guess we can do at this point.
-
mpaolini yazdı
-
Claude Paroz yazdı
Thanks Sebastian Noack for the report and the initial patch.
-
Claude Paroz yazdı
Thanks Sebastian Noack for the report and the initial patch.
-
Claude Paroz yazdı
PostGIS 2.0.2 has been released on December 3rd 2012, with the fix included.
-
Simon Charette yazdı
-
- 02 Ock, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
Added -n to sphinx builds to catch issues going forward.
-
Chris Beaven yazdı
Slightly reworded another related paragraph for clarity, too.
-
Aymeric Augustin yazdı
-