summaryrefslogtreecommitdiff
path: root/django/db/models/sql/__init__.py
AgeCommit message (Expand)Author
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2011-10-18Remove all relative imports. We have always been at war with relative imports.Alex Gaynor
2011-10-17Remove several more relative imports.Alex Gaynor
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick