summaryrefslogtreecommitdiff
path: root/django/db/models/sql/where.py
AgeCommit message (Expand)Author
2008-07-23Allow for matches against unsaved objects in querysets (which will thereforeMalcolm Tredinnick
2008-07-04Redo the changes in [7773] in a better way.Malcolm Tredinnick
2008-06-27Removed a dead line that was left in [7773] by accident.Malcolm Tredinnick
2008-06-27Reorganised the internals of the Where node a bit to fix some copying problems.Malcolm Tredinnick
2008-06-12Negligible comment typo fixesAdrian Holovaty
2008-04-29Fixed an Oracle error on double negations in where conditions. Fixed #7111Ian Kelly
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick