- 06 Haz, 2013 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Timo Graham for noticing the failures.
-
Marc Tamlyn yazdı
Fixed #19080 -- Fine-grained control over select_related in admin
-
- 05 Haz, 2013 5 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The patch for #19385 caused a regression in certain generic relations .exclude() filters if a subquery was needed. The fix contains a refactoring to how Query.split_exclude() and Query.trim_start() interact. Thanks to Trac alias nferrari for the report.
-
Tomek Paczkowski yazdı
-
Anssi Kääriäinen yazdı
-
Tim Graham yazdı
-
Bojan Mihelac yazdı
Thanks Fak3 for the suggestion.
-
- 04 Haz, 2013 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks awsum for the suggestion and Pavel Ponomarev and Florian Hahn for the patch.
-
Ramiro Morales yazdı
-
Marc Tamlyn yazdı
Explicit exception chaining for db exceptions by setting __cause__ in py2
-
James Aylett yazdı
Use __cause__ to expose the underlying database exceptions even under python 2.
-
- 03 Haz, 2013 5 kayıt (commit)
-
-
Gavin Wahl yazdı
Auth views should be reversed by name, not their locations in `django.contrib.auth.views`. This allows substituting your own implementations of the auth views.
-
Tim Graham yazdı
Thanks wim@ for the suggestion.
-
Florian Apolloner yazdı
-
Aymeric Augustin yazdı
A test failed if the path to the Django checkout contained a dot. Refs #20485.
-
Russell Keith-Magee yazdı
-
- 02 Haz, 2013 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Anssi for reporting this performance bottleneck.
-
Aymeric Augustin yazdı
This method is useful to discover files inside apps.
-
Alex Gaynor yazdı
-
Simon Charette yazdı
Also regenerated the affected translation template. Refs #20540.
-
- 01 Haz, 2013 8 kayıt (commit)
-
-
Tim Graham yazdı
Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work on the patch.
-
Dan Loewenherz yazdı
-
Danilo Bargen yazdı
-
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 1 kayıt (commit)
-
-
Ramiro Morales yazdı
-