Commit History

Author SHA1 Message Date
  Tim Graham 1d17bb4f7d Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt. 9 years ago
  Marc Tamlyn 8ddc79a799 Fixed #26285 -- Deprecated the MySQL-specific __search lookup. 9 years ago
  acrefoot 04240b2365 Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects. 9 years ago
  Adam Chainz ef33bc2d4d Fixed #25279 -- Made prefetch_related_objects() public. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  pp b34ff66e5b Added missing period to "etc.". 9 years ago
  Bryan Marty 62ca2dea04 Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk(). 9 years ago
  Jon Dufresne 7aabd62380 Fixed #25778 -- Updated docs links to use https when available. 9 years ago
  Tim Graham a8f05f405f Replaced "inbuilt" with more common "built-in". 9 years ago
  Alex Morozov 4373eac998 Fixed #25132 -- Documented how to retrieve a single value using values_list() and get(). 9 years ago
  Tim Graham 69239c0f96 Fixed #21422 -- Documented that prefetch_related() results must be homogeneous. 9 years ago
  Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Mariusz Felisiak 6f1b09bb5c Made assorted improvements to the Oracle documentation. 9 years ago
  Renato Oliveira e3720b990a Fixed #25382 -- Removed obsolete references to DateQuerySet. 9 years ago
  Caio Ariede ec9004728e Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 9 years ago
  Tim Graham e8cd65f829 Fixed #25213 -- Discouraged use of QuerySet.extra() 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 years ago
  William Schwartz 9a5cfa05a0 Fixed #24997 -- Enabled bulk_create() on proxy models 9 years ago
  Matthew Somerville 2dc93bb10a Fixed #22316 -- Added time filters to TimeField on SQLite. 9 years ago
  Jon Dufresne 44f3ee7716 Fixed #9596 -- Added date transform for DateTimeField. 10 years ago
  Przemysław Suliga d29ed3f355 Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite. 9 years ago
  Alexander Sosnovskiy 04e8d890ae Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 10 years ago
  David Krisch 1a62f19707 Fixed #24763 -- Moved DoesNotExist exception to model docs. 9 years ago
  Tim Graham 2d76b61dc2 Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types. 9 years ago
  Richard Eames dd99f57710 Fixed #24613 -- Added example to QuerySet.defer() documentation 9 years ago
  Jon Dufresne b5e0eede40 Fixed #22394 -- Refactored built-in datetime lookups to transforms. 10 years ago
  Tim Graham e9fdecf984 Removed DateTimeQuerySet from docs. 10 years ago
  Tim Graham b9d9ab23bd Refs #24462 -- Emphasized that order_by() clears previous ordering. 10 years ago