Commit History

Author SHA1 Message Date
  Karol Sikora 6272d2f155 Fixed #20429 -- Added QuerySet.update_or_create 11 years ago
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 years ago
  Tim Graham 577b0f9189 Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supported by Postgres. 11 years ago
  Tim Graham 428de2e339 Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique constraints. 11 years ago
  Ramiro Morales 6ba69c8456 Removed 'depth' .select_related() argument as per deprecation TL. 11 years ago
  Tim Graham 5074c75a37 Fixed #16856 - Added a way to clear select_related. 11 years ago
  Tim Graham 90af278203 Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create 11 years ago
  Selwin Ong 375e275030 Slightly reworded 'last()' docs. 11 years ago
  Selwin Ong ea9a0857d4 Fixed #19326 -- Added first() and last() methods to QuerySet 11 years ago
  Pablo Recio 65f9e0affd Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_or_create through relations like M2M, and it also adds a note into the documentation warning about it 11 years ago
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 11 years ago
  Aymeric Augustin 7b85ef9dfb Fixed #20408 -- Clarified that values_list() doesn't return a list. 11 years ago
  Wilfred Hughes d258cce482 Fixing a minor spelling mistake in the queryset documentation 11 years ago
  Simeon Visser b9efc03e6d Fixed #20397 - Cleaned up issue with quotation marks in documentation 11 years ago
  Aymeric Augustin 1fff8daf88 Fixed test failures on MySQL. 11 years ago
  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