django/django
Malcolm Tredinnick 5da47e43c7 Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are merged.
Also added a section to the documentation to indicate why it's probably not a
good idea to rely on this feature for complex stuff. Garbage in, garbage out
applies even to Django code.

Thanks to erik for the test case for this one.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30 06:24:21 +00:00
..
bin Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268 2008-06-16 04:09:44 +00:00
conf Missing compiled messages file from my previous commit 2008-06-24 05:47:51 +00:00
contrib Fixed #6306 -- redirect_to_login() helper function now quotes the URL arguments correctly. Thanks, SmileyChris 2008-06-26 04:11:53 +00:00
core Make sure we only create the minimum number of table indexes for MySQL. 2008-06-30 04:46:59 +00:00
db Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are merged. 2008-06-30 06:24:21 +00:00
dispatch
forms
http
middleware Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoting it. Thanks, skjohn@us.ibm.com 2008-06-16 04:13:04 +00:00
newforms Fixed #7475: fixed a possible race condition in ModelChoiceIterator. Thanks, esaj. 2008-06-19 21:15:33 +00:00
oldforms
shortcuts
template Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <rbell01824@earthlink.net> 2008-06-26 05:24:32 +00:00
templatetags Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to be a template variable. Inspired by the patch by zz and edrik 2008-06-26 04:54:10 +00:00
test Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner. 2008-06-07 06:25:59 +00:00
utils Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the link text. Thanks for the patch and tests, devin 2008-06-26 05:07:13 +00:00
views Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill 2008-06-16 03:41:03 +00:00
__init__.py