- 30 Mar, 2014 11 kayıt (commit)
-
-
Berker Peksag yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Fixed mistake in tests from commit 20399083. Refs #19816.
-
Loic Bistuer yazdı
-
Aymeric Augustin yazdı
Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.
-
Loic Bistuer yazdı
Since assignments on M2M or reverse FK descriptors is composed of a `clear()`, followed by an `add()`, `clear()` could potentially affect the value of the assigned queryset before the `add()` step; pre-evaluating it solves the problem. This patch fixes the issue for ForeignRelatedObjectsDescriptor, ManyRelatedObjectsDescriptor, and ReverseGenericRelatedObjectsDescriptor. It completes 6cb6e1 which addressed ReverseManyRelatedObjectsDescriptor.
-
Aymeric Augustin yazdı
Fixed transaction handling for a number of operations on related objects.
-
Loic Bistuer yazdı
Thanks Anssi and Aymeric for the reviews. Refs #21174.
-
Loic Bistuer yazdı
-
- 29 Mar, 2014 12 kayıt (commit)
-
-
Aymeric Augustin yazdı
There may be more than 100 (default maxsize) commonly seen xx-yy values on some sites. The additional memory consumption isn't significant. Also added a comment explaining why this cache must have a maxsize.
-
Claude Paroz yazdı
Refs #22334. Thanks Tim Graham for spotting the issue.
-
Rémy Sanchez yazdı
Refs #22334.
-
Tim Graham yazdı
Thanks lee at semel.net for the report.
-
Tim Graham yazdı
refs #17922.
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
Thanks to gwahl@fusionbox.com for the report.
-
- 28 Mar, 2014 1 kayıt (commit)
-
-
Maxime Turcotte yazdı
-
- 27 Mar, 2014 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Code borrowed from django.contrib.admin.tests. Without this, the class can throw an exception with something like "The browser appears to have exited before we could connect. The output was: Error: no display specified"
-
Tim Graham yazdı
refs 6ca6c36f
-
Tim Graham yazdı
-
Tim Martin yazdı
Thanks cjerdonek for the report.
-
Tim Graham yazdı
-
Tim Graham yazdı
The test throws an error which Python 3.4 doesn't seem to catch as an expectedFailure. refs 7476d96f
-
Chris Beaven yazdı
-
- 26 Mar, 2014 6 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks coredumperror at gmail.com for the report and Tim Graham for the review.
-
Simon Charette yazdı
Thanks to @loic for the help and @timgraham for the review. refs #12030.
-
Tim Graham yazdı
All signals should now be registered in AppConfig.ready(). Thanks un33k for the report.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems.
-
- 25 Mar, 2014 2 kayıt (commit)
-
-
Zbigniew Siciarz yazdı
-
Simon Charette yazdı
refs #12030.
-