summaryrefslogtreecommitdiff
path: root/django/db/models/query_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...Russell Keith-Magee2010-03-271-2/+4
* Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee2010-02-261-1/+3
* Fixed #12734. Deferred fields will now be properly converted to python when a...Joseph Kocherhans2010-02-241-1/+19
* Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee2010-01-271-4/+14
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-2/+2
* Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...Jacob Kaplan-Moss2009-12-201-0/+7
* Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss2009-12-171-6/+1
* Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...Russell Keith-Magee2009-06-031-1/+14
* Fixed #10695 -- Fixed implementation of deferred attribute retrieval.Malcolm Tredinnick2009-04-041-16/+11
* Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick2009-03-191-2/+169
* Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee2009-01-291-0/+3
* Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee2009-01-151-1/+0
* Factored out a semi-complex if-test that was used in two places.Malcolm Tredinnick2008-06-291-0/+17
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+50