Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/query.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-5/+5
* Fixed #22023 -- Raised an error for values() followed by ...Artur Frysiak2014-02-171-0/+6
* Fixed #19299 -- Fixed Nullification of Foreign Keys To Ch...Albert Wang2014-02-151-2/+5
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-44/+49
* Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre2014-02-021-2/+3
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-16/+16
* Fixed #21566 -- Fixed AttributeError when using bulk_crea...Roger Hu2013-12-061-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Added a bulk option to RelatedManager remove() and clear(...Loic Bistuer2013-11-271-1/+1
* Used simpler queries for m2m clearing when possible.Anssi Kääriäinen2013-11-271-0/+8
* Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor2013-11-151-1/+1
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-071-35/+106
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-4/+4
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* OrderedDict creation avoidance for .values() queriesAnssi Kääriäinen2013-10-011-2/+2
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-17/+9
* Fixed #13724: Corrected routing of write queries involvin...Russell Keith-Magee2013-09-301-6/+16
* Removed an unused local varAlex Gaynor2013-09-081-2/+0
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Fixed a regression with get_or_create and virtual fields.Tim Graham2013-08-211-12/+8
* Fixed #12886 -- aggregation over sliced querysetAnssi Kääriäinen2013-08-191-3/+2
* Fixed #19918 -- Modified select_for_update to run on the ...Alex Cucu2013-08-061-0/+1
* Fixed #20826 -- Moved Manager.raw() and Manager._insert()...Loic Bistuer2013-07-311-13/+24
* Fixed #15624 -- Made sure aggregations are present in SELECTFlorian Hahn2013-07-311-1/+0
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-1/+52
* Fixed test failures introduced in e716518ad29898fb25c8200...Tim Graham2013-07-231-1/+2
* Fixed #20761 -- Fixed DatabaseError handling in get_or_cr...Loic Bistuer2013-07-231-12/+13
* Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen2013-07-231-1/+4
* Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora2013-07-121-21/+68
* Fixed #6785 -- Made QuerySet.get() fetch a limited number...Tim Graham2013-07-081-2/+10
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-10/+10
* Removed some logic that wasn't needed following removal o...Alex Gaynor2013-07-081-4/+1
* Removed 'depth' .select_related() argument as per depreca...Ramiro Morales2013-06-291-9/+0
* Support 'pyformat' style parameters in raw queries, Refs ...Shai Berger2013-06-281-1/+4
* Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-1/+5
* Fixed #16137 - Removed kwargs requirement for QuerySet.ge...Tim Graham2013-05-271-2/+0
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Optimisation in prefetch_related_objectsLuke Plant2013-05-241-25/+22
* Fixed #19607 - prefetch_related crashLuke Plant2013-05-241-2/+7
* Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin2013-05-221-3/+3
* Fixed #18702 -- Removed chunked reads from QuerySet itera...Anssi Kääriäinen2013-05-211-120/+29
* Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-211-0/+20
* Fixed #20278 -- ensured .get() exceptions do not recurse ...Anssi Kääriäinen2013-05-201-6/+4
* Fixed #20413 - Respect Query.get_meta()Mike Fogel2013-05-151-1/+1
* Removed an errant ipdb import from commit 9777442Adrian Holovaty2013-04-251-5/+1
* Use `LOOKUP_SEP` in `get_or_create`.Simon Charette2013-04-181-2/+2
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-11/+15