This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
587d2baafe
datatracker
/
ietf
/
meeting
History
Michael Lee
587d2baafe
There is a known bug with order_by clause that returns error message when tables are joined with different field name. Please look up
http://code.djangoproject.com/ticket/2210
. I downloaded the patch file, replaced the existing -dir/django/db/models/query.py, and order_by in joined tables worked fine.
...
Updated query.py is attached. - Legacy-Id: 133
2007-05-15 19:47:43 +00:00
..
.gitignore
not sure why svn is being stupid here..this commit is worthless, and probably will fail
2007-05-09 22:04:05 +00:00
__init__.py
- Legacy-Id: 111
2007-05-09 21:05:20 +00:00
models.py
- Legacy-Id: 111
2007-05-09 21:05:20 +00:00
urls.py
- Legacy-Id: 111
2007-05-09 21:05:20 +00:00
views.py
There is a known bug with order_by clause that returns error message when tables are joined with different field name. Please look up
http://code.djangoproject.com/ticket/2210
. I downloaded the patch file, replaced the existing -dir/django/db/models/query.py, and order_by in joined tables worked fine.
2007-05-15 19:47:43 +00:00