summaryrefslogtreecommitdiff
path: root/django/db/models/sql/datastructures.py
AgeCommit message (Expand)Author
2009-06-19[soc2009/multidb] Removed the as_sql_takes_connection option from various cla...Alex Gaynor
2009-06-07[soc2009/multidb] Updated DateQuery to work correctly with multiple databasesAlex Gaynor
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2008-08-20Made it possible to pickle DateQuerySets.Malcolm Tredinnick
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick