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