3 years agoMerged in patch from Aryeh Leib Taurog for #9877, adapting as necessary. trunk
Justin Bronn <jbronn@geodjango.org> [Sat, 31 Jan 2009 15:18:50 -0600] rev 138
Merged in patch from Aryeh Leib Taurog for #9877, adapting as necessary.

3 years agoMerged w/trunk up to r9795. trunk
Justin Bronn <jbronn@geodjango.org> [Thu, 29 Jan 2009 21:08:19 -0600] rev 137
Merged w/trunk up to r9795.

3 years ago[svn r9795] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous. trunk
kmtracey [Thu, 29 Jan 2009 14:21:43 -0600] rev 136
[svn r9795] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.

3 years ago[svn r9793] Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change. trunk
russellm [Thu, 29 Jan 2009 06:31:11 -0600] rev 135
[svn r9793] Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change.

3 years ago[svn r9792] Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage. trunk
russellm [Thu, 29 Jan 2009 04:46:36 -0600] rev 134
[svn r9792] Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage.

Many thanks to:
* Nicolas Lara, who worked on this feature during the 2008 Google Summer of Code.
* Alex Gaynor for his help debugging and fixing a number of issues.
* Malcolm Tredinnick for his invaluable review notes.

3 years ago[svn r9791] Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elements, and modified the test added in [9788] to remove a test result that depended on a potentially ambiguous database ordering. trunk
russellm [Sat, 24 Jan 2009 08:16:25 -0600] rev 133
[svn r9791] Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elements, and modified the test added in [9788] to remove a test result that depended on a potentially ambiguous database ordering.

3 years ago[svn r9789] Fixed #10110 -- Added FAQ on how and when to poke the core developers about tickets. Thanks to Graham King for turning a couple of django-dev posts into a good first draft. trunk
russellm [Sat, 24 Jan 2009 06:07:26 -0600] rev 132
[svn r9789] Fixed #10110 -- Added FAQ on how and when to poke the core developers about tickets. Thanks to Graham King for turning a couple of django-dev posts into a good first draft.

3 years ago[svn r9788] Fixed #10113 -- Ensured that joined fields mentioned in order_by() are included in the GROUP_BY clause on those backends that require it. Thanks to Koen Biermans <koen.biermans@werk.belgie.be> for the report. trunk
russellm [Sat, 24 Jan 2009 00:53:54 -0600] rev 131
[svn r9788] Fixed #10113 -- Ensured that joined fields mentioned in order_by() are included in the GROUP_BY clause on those backends that require it. Thanks to Koen Biermans <koen.biermans@werk.belgie.be> for the report.

3 years ago[svn r9787] Fixed #10052 -- Added import line for other aggregates used in examples. Thanks to Tyler Brownell <tyler@bluefoxstudio.ca> for the suggestion. trunk
russellm [Fri, 23 Jan 2009 05:12:06 -0600] rev 130
[svn r9787] Fixed #10052 -- Added import line for other aggregates used in examples. Thanks to Tyler Brownell <tyler@bluefoxstudio.ca> for the suggestion.

3 years ago[svn r9786] Fixed #10089 -- Corrected handling of aggregates when the query set contains no items (and the cursor returns None). Thanks to Kyle Fox for the report, and david for the initial patch. trunk
russellm [Fri, 23 Jan 2009 05:03:48 -0600] rev 129
[svn r9786] Fixed #10089 -- Corrected handling of aggregates when the query set contains no items (and the cursor returns None). Thanks to Kyle Fox for the report, and david for the initial patch.