Commit History

Author SHA1 Message Date
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Claude Paroz 3a97f992fb Fixed #22313 -- Removed 'u' prefixes from documentation 11 years ago
  Bryan Helmig f2eea960e0 Fixed minor syntax error in Queryset docs 11 years ago
  Loic Bistuer 7bbb6958dc Allowed custom querysets when prefetching single valued relations 11 years ago
  Tim Graham 1f5f015c32 Fixed spelling mistakes in docs. 11 years ago
  Artur Frysiak faf6a911ad Fixed #22023 -- Raised an error for values() followed by defer() or only(). 11 years ago
  chomik 985ae732b2 Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup type 11 years ago
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 years ago
  Simon Charette 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 years ago
  Tim Graham 81830ce34f Fixed some punctuation; thanks Chris Jerdonek. 11 years ago
  Anssi Kääriäinen 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 years ago
  Tim Graham 9173d2cb74 Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships. 11 years ago
  Denis Moskalets d4e578d0f6 Fixed #21552 -- Allowed the use of None for the iexact lookup. 11 years ago
  Loic Bistuer 17c3997f68 Fixed #21169 -- Reworked RelatedManager methods use default filtering 11 years ago
  Alex Gaynor bb5ab908cc Fixed a typo in the documentation 11 years ago
  Thomas Orozco 957d22b850 Add missing commas in Prefetch docs 11 years ago
  Loic Bistuer f51c1f5900 Fixed #17001 -- Custom querysets for prefetch_related. 11 years ago
  Marc Tamlyn 349c12d3f5 Fixed #16855 -- select_related() chains as expected. 11 years ago
  mlissner d8f2d940cc Correct very minor typo 11 years ago
  Matt Austin 9451d8d558 Fixed #21095 -- Documented new requirement for dates lookups. 11 years ago
  Tim Graham fb51c9a0f2 Fixed spelling; refs #16895. 11 years ago
  e0ne cbf08c6b0c Fixed #16895 -- Warned about cost of QuerySet ordering 11 years ago
  Eric Boersma 4d13cc56de Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Tim Graham 29255fcb4f Fixed some ReST errors regarding backticks 11 years ago
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 years ago
  Daniele Procida e8183a8193 Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_related() docs. 11 years ago
  Curtis Maloney 07876cf02b Deprecated SortedDict (replaced with collections.OrderedDict) 11 years ago
  Loic Bistuer acd1d439fd Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class. 11 years ago
  Loic Bistuer 31fadc1202 Fixed #20625 -- Chainable Manager/QuerySet methods. 11 years ago