summaryrefslogtreecommitdiff
path: root/docs/ref/models/querysets.txt
AgeCommit message (Expand)Author
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-12[1.9.x] Replaced "inbuilt" with more common "built-in".Tim Graham
2015-11-03[1.9.x] Fixed #25132 -- Documented how to retrieve a single value using value...Alex Morozov
2015-10-30[1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...Tim Graham
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-11Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-02Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-06-01Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite.Przemysław Suliga
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-04-22Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
2015-04-20Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne
2015-04-18Removed DateTimeQuerySet from docs.Tim Graham
2015-03-13Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
2015-03-11Fixed #24414 -- Added examples of Prefetch object usage to the docs.Sean Wang
2015-02-04Fixed typos of "select_related" in docs and tests.Josh Schneier
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-30Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer
2015-01-24Fixed #24190 -- Clarified len(queryset)Collin Anderson
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-12Fixed #23878 -- Moved Query and Prefetch documentationNg Zhi An
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-20Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-12Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-31Fixed #23732 -- Corrected and enhanced select_related() docs.Tim Graham
2014-10-27Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-01Added flat=False to signature of QuerySet.values_list()jnothman
2014-09-26Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-07-30Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-26Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-24Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
2014-07-08Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-04Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier
2014-05-30Fixed #22710 -- Documented aggregation behavior for empty QuerySets.Guillaume Pannatier
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