summaryrefslogtreecommitdiff
path: root/docs/ref/models/querysets.txt
AgeCommit message (Expand)Author
2014-04-30Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-25Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-10Documentation fixes for the select_for_update change.Shai Berger
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-21Fixed minor syntax error in Queryset docsBryan Helmig
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-15Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup typechomik
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-23Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-16Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.Tim Graham
2013-12-18Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-26Fixed a typo in the documentationAlex Gaynor
2013-11-23Add missing commas in Prefetch docsThomas Orozco
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-10-15Fixed #16855 -- select_related() chains as expected.Marc Tamlyn
2013-09-21Correct very minor typomlissner
2013-09-13Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-09Fixed spelling; refs #16895.Tim Graham
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-04Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_re...Daniele Procida
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-31Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.Loic Bistuer
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-05Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supporte...Tim Graham
2013-07-04Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique con...Tim Graham
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-21Slightly reworded 'last()' docs.Selwin Ong
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-19Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...Pablo Recio
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-18Fixed #20408 -- Clarified that values_list() doesn't return a list.Aymeric Augustin
2013-05-14Fixing a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-12Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-08Fixed test failures on MySQL.Aymeric Augustin