index
:
django.git
fix-31295
main
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
/
query_utils.py
Age
Commit message (
Expand
)
Author
2015-10-05
Removed obsolete (since Python 2.3) __safe_for_unpickling__ attribute.
Tim Graham
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-06-29
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-05
Fixed #24924 -- Join promotion for multiple Case expressions
Mark Lavin
2015-05-20
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-16
Removed redundant list() calls.
Tim Graham
2015-05-11
Fixed #24766 -- Added join promotion for Case expressions
Anssi Kääriäinen
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #24268 -- removed Query.having
Anssi Kääriäinen
2015-01-15
Replaced inner functions by class methods.
Simon Charette
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-08-12
Avoided creation of deferred model from another deferred model
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-05
Fixed #21711 -- Enforced unicity of model names.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-04-25
Converted a list comprehension into a generator expression in query_utils.py
Adrian Holovaty
2013-04-25
Negligible formatting fixes in query_utils.py
Adrian Holovaty
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-06-11
Fixed #18463 -- Forced type() argument to be a byte string
Claude Paroz
2012-05-27
Fixed #18343 -- Cleaned up deferred model implementation
Anssi Kääriäinen
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-13
Changed the way we create class names for deferred field models to avoid
Malcolm Tredinnick
2010-03-27
Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...
Russell Keith-Magee
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-24
Fixed #12734. Deferred fields will now be properly converted to python when a...
Joseph Kocherhans
2010-01-27
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-06-03
Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...
Russell Keith-Magee
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
[prev]
[next]