summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
AgeCommit message (Expand)Author
2006-02-10Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric WalstadAdrian Holovaty
2006-02-02Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.comAdrian Holovaty
2006-01-20Added section to docs/db-api.txt about ordering by fields in other tablesAdrian Holovaty
2006-01-15Added 'Comparing objects' section to docs/db-api.txtAdrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2006-01-09Fixed #1116 -- Fixed two typos in docs. Thanks, ChengAdrian Holovaty
2005-12-28Added note to docs/db-api.txt about using distinct=True with get_values()Adrian Holovaty
2005-12-22Fixed typo in OR syntax example in docs/db-api.txtAdrian Holovaty
2005-12-04reverted changes from [1534] and [1536] regarding ticket #966Georg Bauer
2005-12-04added documentation for the query kwargs introduced by [1534]Georg Bauer
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-22Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtekAdrian Holovaty
2005-11-10Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty
2005-11-02Improved docs/db-api.txt to specify that case-sensitive ordering isn't supportedAdrian Holovaty
2005-11-01Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se...Adrian Holovaty
2005-10-10Improved docs/db-api.txt to say add_FOO() methods always return the newly-cre...Adrian Holovaty
2005-10-05Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments a...Adrian Holovaty
2005-09-30Fixed typo in docs/db-api.txt. Thanks, Aggelos OrfanakosAdrian Holovaty
2005-09-25Fixed small typo in docs/db-api.txt. Thanks, RachelAdrian Holovaty
2005-09-25Fixed ReST bugs in [689]Adrian Holovaty
2005-09-25Fixed ReST bugs in [688]Adrian Holovaty
2005-09-25Beefed up docs/db-api.txt, adding a section for each automatic module-level A...Adrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-05Small formatting improvement to docs/db-api.txtAdrian Holovaty
2005-08-05Added 'How this is possible' section to docs/db-api.txt, describing keyword a...Adrian Holovaty
2005-08-01Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...Adrian Holovaty
2005-07-26Fixed #166 -- Added an 'in' lookup type to the database APIAdrian Holovaty
2005-07-26Added 'ne' lookup type to docs/db-apiAdrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-22Fixed #153 -- Changed docs to use new ordering syntaxAdrian Holovaty
2005-07-19Fixed #67 -- Human-readable name is now optional in model fields. If a second...Adrian Holovaty
2005-07-19Fixed ReST formatting bug in db-api.txtAdrian Holovaty
2005-07-19Added support for istartswith and iendswith in database APIAdrian Holovaty
2005-07-15Yes yes yes -- more documentation improvementsJacob Kaplan-Moss
2005-07-15Fixed #3 -- Made OneToOneField act like ForeignKey and ManyToManyField. This ...Adrian Holovaty
2005-07-15Made a bunch of doc improvementsJacob Kaplan-Moss
2005-07-14Fixed a couple of bugs in the docs.Jacob Kaplan-Moss
2005-07-14Made some changes to db-api docsAdrian Holovaty
2005-07-13Moved django-docs to just plain docsJacob Kaplan-Moss