index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
querysets.txt
Age
Commit message (
Expand
)
Author
2014-08-02
[1.7.x] Updated MySQL links to version 5.6.
Tim Graham
2014-07-30
[1.7.x] Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.
Tim Graham
2014-07-28
[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.
Moayad Mardini
2014-07-26
[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.
David Hoffman
2014-07-24
[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.
Tim Graham
2014-07-08
[1.7.x] Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão
2014-06-04
[1.7.x] Fixed #22710 -- Amended aggregation note for empty QuerySets
Guillaume Pannatier
2014-05-30
[1.7.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
Guillaume Pannatier
2014-04-30
[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2014-04-25
[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...
Moayad Mardini
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-10
[1.7.x] Documentation fixes for the select_for_update change.
Shai Berger
2014-04-10
[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-21
[1.7.x] Fixed minor syntax error in Queryset docs
Bryan Helmig
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-15
Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup type
chomik
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-23
Fixed some punctuation; thanks Chris Jerdonek.
Tim Graham
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-16
Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.
Tim Graham
2013-12-18
Fixed #21552 -- Allowed the use of None for the iexact lookup.
Denis Moskalets
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-26
Fixed a typo in the documentation
Alex Gaynor
2013-11-23
Add missing commas in Prefetch docs
Thomas Orozco
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-09-21
Correct very minor typo
mlissner
2013-09-13
Fixed #21095 -- Documented new requirement for dates lookups.
Matt Austin
2013-09-09
Fixed spelling; refs #16895.
Tim Graham
2013-09-09
Fixed #16895 -- Warned about cost of QuerySet ordering
e0ne
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-08-04
Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_re...
Daniele Procida
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-31
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
Loic Bistuer
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supporte...
Tim Graham
2013-07-04
Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique con...
Tim Graham
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-21
Slightly reworded 'last()' docs.
Selwin Ong
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
[next]