- 31 Mar, 2014 10 kayıt (commit)
-
-
Daniel Neuhäuser yazdı
Changed the BaseEmailBackend to allow usage as context manager to open and close connections.
-
Claude Paroz yazdı
-
Loic Bistuer yazdı
The order of admin's changelist filters in the querystring relied on dict ordering.
-
Tim Graham yazdı
Thanks Keryn Knight.
-
Tim Graham yazdı
-
Loic Bistuer yazdı
Thanks to trac username honyczek for the report. Refs #6903.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
- 30 Mar, 2014 12 kayıt (commit)
-
-
Ramiro Morales yazdı
-
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 5 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.
-