Commit History

Author SHA1 Message Date
  Tim Graham 2f722d9728 Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver caching; thanks jtiai for the suggestion. 12 years ago
  Tim Graham 6d46c740d8 Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched 12 years ago
  Preston Holmes ab696e3a21 Merge pull request #425 from Osmose/queryset_doc_typo 12 years ago
  Michael Kelly 074e65b04a Fixed typo in queryset docs under update method. 12 years ago
  Anssi Kääriäinen 1cd6e04cd4 Fixed #18676 -- Allow fast-path deletion of objects 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Preston Holmes 8d75b1176f Clearer wording for defer docs 12 years ago
  Tim Graham 3bdb65dc59 Updated print statements to work with py3; thanks Claude Paroz noting this. 12 years ago
  Tim Graham d823bb790d Fixed #17156 -- Added documentation examples for exists() 12 years ago
  Aymeric Augustin e69348b4e7 Avoided mixing dates and datetimes in the examples. 12 years ago
  Tim Graham e5983af7c1 Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report. 12 years ago
  Andrei Antoukh 99321e30ce Fixed #18306 -- Made deferred models issue update_fields on save 12 years ago
  Anssi Kääriäinen 29132ebdef Fixed #17788 -- Added batch_size argument to qs.bulk_create() 13 years ago
  Aymeric Augustin bbc590697a Removed Django 1.0-specific sections. 12 years ago
  Anssi Kääriäinen b6c356b7bb Fixed #17485 -- Made defer work with select_related 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 years ago
  Julien Phalip 93d1fdb130 Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when they contain OR operations. Thanks to Marek Brzóska for the report, to eleather for the test case and to Adrien Lemaire for the patch. 13 years ago
  Adrian Holovaty dd246a62c7 Edited some docs and docstrings until [17685] 13 years ago
  Aymeric Augustin cfd0cd1bc9 Documented a limit of the SQLite backend, in relation with the bulk_create function. Refs #17788. 13 years ago
  Luke Plant de9942a667 Fixed #17668 - prefetch_related does not work in in_bulk 13 years ago
  Aymeric Augustin 5b560ec0c0 Fixed a few typos in the aggregation functions reference. 13 years ago
  Aymeric Augustin f0d4676750 Fixed #10139 -- Clarified that slicing an evaluated QuerySet returns a list, not a QuerySet. Thanks ori for the patch. 13 years ago
  Ramiro Morales 33f839b252 Moved misplaced documentation warning note about internal QuerySet query atribute. 13 years ago
  Adrian Holovaty d3ef13044e Edited doc changes from [17244] 13 years ago
  Ramiro Morales 287565779d Added support for modifying the effect of ``DISTINCT`` clauses so they 13 years ago
  Luke Plant e954a03871 Added warning about the performance of large IN clauses in prefetch_related docs 13 years ago
  Aymeric Augustin 9b1cb755a2 Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 13 years ago
  Gabriel Hurley a71bd3e0c9 Corrected a reST formatting problem in the queryset reference docs. 13 years ago
  Luke Plant c61987d75a Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 13 years ago