- 01 Haz, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks lborgav for the initial patch.
-
Tim Graham yazdı
Thanks i.amber.jain@ for the report.
-
Claude Paroz yazdı
Thanks KyleMac for the report, André Cruz for the initial patch and Hiroki Kiyohara for the tests.
-
- 31 May, 2013 11 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
The regression was caused by patch to ticket #15316 and was fixed by a patch to #10790.
-
Chris Wilson yazdı
It's useful to be able to list all the (flattened) keys of a ContextList, to help you figure out why the variable that's supposed to be there is not. No .values() or .items() added as the definition for those aren't clear. The patch is Chris Wilson's patch from pull request 1065 with some modifications by committer.
-
René Fleschenberg yazdı
-
Loic Bistuer yazdı
Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no longer bypass get_fieldsets Thanks msopacua for the report.
-
Tim Graham yazdı
Thanks czambran.
-
Tim Graham yazdı
Thanks tris@ for the report.
-
Tim Graham yazdı
Thanks wim@ for the suggestion.
-
Claude Paroz yazdı
Thanks tinodb for the report.
-
Claude Paroz yazdı
Fixed #20531 -- Don't hard-code class names when calling static methods
-
Anssi Kääriäinen yazdı
Oracle doesn't like grouping by TextField, so use CharFields instead in models.
-
- 30 May, 2013 11 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Claude Paroz yazdı
Thanks Chris Wilson for the report and initial patch.
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks dave@ for the suggestion and Rohan Jain for the patch.
-
Tim Graham yazdı
Clearer explanation when exception has no message
-
Tim Graham yazdı
Thanks Carl for the suggestion and David Cramer for the patch.
-
Tim Graham yazdı
Thanks Gavin Wahl.
-
Tim Graham yazdı
Thanks weipin for the report and Baptiste Mispelon for the patch.
-
Tai Lee yazdı
Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Also made some PEP 8 fixes.
-
Anssi Kääriäinen yazdı
-
Gavin Wahl yazdı
Chicago was missing.
-
- 29 May, 2013 7 kayıt (commit)
-
-
Gavin Wahl yazdı
normalize_email should be called on the instance, not the class. This has the same effect normally but is more helpful to subclassers. When methods are called directly on the class, subclasses can't override them.
-
Simon Charette yazdı
Refs #15653.
-
Tim Graham yazdı
Thanks Edwin.
-
Claude Paroz yazdı
Thanks mbertheau for the report and Ash Christopher for the initial patch.
-
Tim Graham yazdı
Thanks jcumbo@ for the report and adamzap and nott for the patch.
-
Tim Graham yazdı
Thanks nott.
-
Tim Graham yazdı
Thanks wiml@.
-
- 28 May, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
GenericIPAddressField must not allow blank for NOT NULL fields Thanks Erik Romijn.
-
Tim Graham yazdı
Issue was fixed by removal of chunked reads from QuerySet iteration in 70679243. Thanks Simeon Visser for the patch.
-
Tim Graham yazdı
Thanks sane4ka.sh@ for the report.
-
Tim Graham yazdı
Thanks Deepak Thukral for the patch.
-
Tim Graham yazdı
Thanks seddonym.
-
Anssi Kääriäinen yazdı
The cause was assuming that an unordered queryset returns the values always in the same order.
-