Commit History

Author SHA1 Message Date
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Aymeric Augustin 6197935152 Fixed #19968 -- Dropped support for PostgreSQL < 8.4. 12 years ago
  Loic Bistuer 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 years ago
  Anssi Kääriäinen 50328f0a61 Fixed #19861 -- Transaction ._dirty flag improvement 12 years ago
  Aymeric Augustin e74e207cce Fixed #17260 -- Added time zone aware aggregation and lookups. 12 years ago
  Anssi Kääriäinen f96c86b029 Added missing versionadded 1.6 to docs of earliest() 12 years ago
  Nick Sandford fe54377dae Fixed #17813 -- Added a .earliest() method to QuerySet 12 years ago
  Nick Sandford eb6c107624 Fixed #19360 -- Raised an explicit exception for aggregates on date/time fields in sqlite3 12 years ago
  Anssi Kääriäinen a2396a4c8f Fixed #19173 -- Made EmptyQuerySet a marker class only 12 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 years ago
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 12 years ago
  Tim Graham 9c5a6adf33 Fixed more broken links. refs #19516 12 years ago
  Tim Graham 71a3162a70 Documented behavior of get_or_create when multiple objects are returned. 12 years ago
  Anton Danilchenko 76859e6eab Update docs/ref/models/querysets.txt 12 years ago
  Preston Holmes 965cc0b1ff Deprecated depth kwarg on select_related. 12 years ago
  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