This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
queries
History
Russell Keith-Magee
57311b5998
Fixed
#7256
-- Corrected queryset code to return the correct set of columns when the query has an empty values() clause as well as extra selects from an extra() clause. Thanks to Nicolas Lara for the report and patch.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@7636
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-15 06:24:41 +00:00
..
__init__.py
Merged the queryset-refactor branch into trunk.
2008-04-27 02:50:16 +00:00
models.py
Fixed
#7256
-- Corrected queryset code to return the correct set of columns when the query has an empty values() clause as well as extra selects from an extra() clause. Thanks to Nicolas Lara for the report and patch.
2008-06-15 06:24:41 +00:00