summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
AgeCommit message (Expand)Author
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