Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/query_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-1/+1
* Fixed #25563 -- Cached deferred models in their proxied m...Simon Charette2015-10-201-4/+5
* Removed obsolete (since Python 2.3) __safe_for_unpickling...Tim Graham2015-10-051-5/+0
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-0/+55
* Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen2015-06-291-0/+28
* Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin2015-06-051-3/+1
* Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen2015-05-201-1/+1
* Removed redundant list() calls.Tim Graham2015-05-161-1/+1
* Fixed #24766 -- Added join promotion for Case expressionsAnssi Kääriäinen2015-05-111-1/+6
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-2/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-2/+2
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-1/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+1
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-041-0/+2
* Replaced inner functions by class methods.Simon Charette2015-01-151-12/+14
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-0/+21
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-2/+2
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-1/+1
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-0/+8
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-8/+2
* Renamed qn to compilerJosh Smeaton2014-11-161-1/+1
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-0/+15
* Avoided creation of deferred model from another deferred ...Anssi Kääriäinen2014-08-121-0/+8
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin2014-01-051-10/+17
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-2/+2
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-2/+4
* Converted a list comprehension into a generator expressio...Adrian Holovaty2013-04-251-1/+1
* Negligible formatting fixes in query_utils.pyAdrian Holovaty2013-04-251-3/+2
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-0/+11
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-1/+1
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+3
* Fixed #17485 -- Made defer work with select_relatedAnssi Kääriäinen2012-06-261-2/+11
* Fixed #18463 -- Forced type() argument to be a byte stringClaude Paroz2012-06-111-1/+2
* Fixed #18343 -- Cleaned up deferred model implementationAnssi Kääriäinen2012-05-271-17/+32
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-1/+0
* Fixed #7539, #13067 -- Added on_delete argument to Foreig...Carl Meyer2010-11-091-108/+0
* Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel2010-09-261-3/+2
* Changed the way we create class names for deferred field ...Malcolm Tredinnick2010-09-131-2/+4
* Fixed #13227 -- Modified ForeignKeys to fully honor the d...Russell Keith-Magee2010-03-271-2/+4
* Fixed #6191, #11296 -- Modified the admin deletion confir...Russell Keith-Magee2010-02-261-1/+3
* Fixed #12734. Deferred fields will now be properly conver...Joseph Kocherhans2010-02-241-1/+19
* Fixed #7270 -- Added the ability to follow reverse OneToO...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 ex...Jacob Kaplan-Moss2009-12-201-0/+7
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-6/+1