summaryrefslogtreecommitdiff
path: root/django/db/models/sql/where.py
AgeCommit message (Expand)Author
2008-04-25queryset-refactor: Fixed a typo that was shown up by some simplification refa...Malcolm Tredinnick
2008-04-23queryset-refactor: Fixed some errors in Oracle regex handling that wereMalcolm Tredinnick
2008-03-16queryset-refactor: Typo fix.Malcolm Tredinnick
2008-03-15queryset-refactor: Optimised some internal data structures in sql/query.py.Malcolm Tredinnick
2008-03-15queryset-refactor: Fixed the "in" lookup type when using tuples.Malcolm Tredinnick
2008-03-11queryset-refactor: Reworked exclude() handling to fix a few merging problems.Malcolm Tredinnick
2008-02-28queryset-refactor: Fixed exclude() filtering for the various N-to-many relati...Malcolm Tredinnick
2008-02-28queryset-refactor: Fixed a few really silly errors in the Q class and negationMalcolm Tredinnick
2008-02-04queryset-refactor: Fixed a typo that's been hiding out for a few months.Malcolm Tredinnick
2008-02-04queryset-refactor: Moved some backend-specific features into the databaseMalcolm Tredinnick
2007-12-22queryset-refactor: Work around the fact that "where id is NULL" can return di...Malcolm Tredinnick
2007-12-19queryset-refactor: Reverted [6762] because it generates invalid SQL. It only ...Malcolm Tredinnick
2007-12-03queryset-refactor: Fixed disjunctions of empty result sets. Refs #6074.Malcolm Tredinnick
2007-12-03queryset-refactor: Changed all tree and filter "connections" to "connectors" soMalcolm Tredinnick
2007-11-30queryset-refactor: Implemented filtering by output columns specified inMalcolm Tredinnick
2007-11-29queryset-refactor: Optimisation pass. The test suite is now within 2% of trun...Malcolm Tredinnick
2007-10-14queryset-refactor: Fixed some quoting problems with aliases.Malcolm Tredinnick
2007-10-14querset-refactor: Fixed a bunch of little things as a result of working on theMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed small deepcopy bug in Where clauses.Malcolm Tredinnick
2007-09-15queryset-refactor: Merged to [6198]Adrian Holovaty
2007-09-13Fixed some more join and lookup tests.Malcolm Tredinnick
2007-09-13Fixed deleting via generic relations.Malcolm Tredinnick
2007-09-13Initial portion of queryset rewrite. This breaks a lot more than it fixes inMalcolm Tredinnick