| Age | Commit message (Expand) | Author |
| 2006-04-30 | magic-removal: Replaced __repr__() with __str__() in docs | Adrian Holovaty |
| 2006-04-29 | magic-removal: Small link addition to docs/db-api.txt | Adrian Holovaty |
| 2006-04-27 | magic-removal: Small improvement to docs/db-api.txt | Adrian Holovaty |
| 2006-04-27 | magic-removal: More changes to docs/db-api.txt. Not done yet. | Adrian Holovaty |
| 2006-04-27 | magic-removal: Continued rewrite of docs/db-api.txt. Still not finished. | Adrian Holovaty |
| 2006-04-26 | magic-removal: Beginning of substantial rewrite to docs/db-api.txt. Not yet f... | Adrian Holovaty |
| 2006-04-23 | magic-removal: Fixed section titles in docs/db-api.txt to uncapitalize words,... | Adrian Holovaty |
| 2006-04-17 | magic-removal: Completed review of db-api documentation. | Russell Keith-Magee |
| 2006-04-13 | magic-removal: Added more updates to db-api documentation. Still requires mor... | Russell Keith-Magee |
| 2006-04-12 | magic-removal: Reorganised and did initial revisions to db-api documentation.... | Russell Keith-Magee |
| 2006-04-11 | magic-removal: Merged to [2675] | Adrian Holovaty |
| 2006-02-17 | magic-removal: Merged to [2319] | Adrian Holovaty |
| 2006-02-04 | magic-removal: Merged to [2272] | Adrian Holovaty |
| 2006-01-30 | magic-removal: Changed get_DATEFIELD_list() manager method to dates(), which ... | Adrian Holovaty |
| 2006-01-21 | magic-removal: Merged to [2079] | Adrian Holovaty |
| 2006-01-18 | magic-removal: Refs #1219 -- added documentation for bulk delete feature. | Russell Keith-Magee |
| 2006-01-16 | magic-removal: Merged to [2010] | Adrian Holovaty |
| 2006-01-11 | magic-removal: Merged to [1903] | Adrian Holovaty |
| 2006-01-09 | magic-removal: Fixed #1133 -- Added ability to use Q objects as args | Russell Keith-Magee |
| 2006-01-09 | magic-removal: Merged to [1872] | Adrian Holovaty |
| 2005-12-29 | magic-removal: Merged to [1793] | Adrian Holovaty |
| 2005-12-24 | magic-removal: Merged to [1774] | Adrian Holovaty |
| 2005-12-04 | reverted changes from [1534] and [1536] regarding ticket #966 | Georg Bauer |
| 2005-12-04 | added documentation for the query kwargs introduced by [1534] | Georg Bauer |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-22 | Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek | Adrian Holovaty |
| 2005-11-10 | Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don... | Adrian Holovaty |
| 2005-11-02 | Improved docs/db-api.txt to specify that case-sensitive ordering isn't supported | Adrian Holovaty |
| 2005-11-01 | Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se... | Adrian Holovaty |
| 2005-10-10 | Improved docs/db-api.txt to say add_FOO() methods always return the newly-cre... | Adrian Holovaty |
| 2005-10-05 | Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments a... | Adrian Holovaty |
| 2005-09-30 | Fixed typo in docs/db-api.txt. Thanks, Aggelos Orfanakos | Adrian Holovaty |
| 2005-09-25 | Fixed small typo in docs/db-api.txt. Thanks, Rachel | Adrian Holovaty |
| 2005-09-25 | Fixed ReST bugs in [689] | Adrian Holovaty |
| 2005-09-25 | Fixed ReST bugs in [688] | Adrian Holovaty |
| 2005-09-25 | Beefed up docs/db-api.txt, adding a section for each automatic module-level A... | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-09 | Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself.... | Adrian Holovaty |
| 2005-08-05 | Small formatting improvement to docs/db-api.txt | Adrian Holovaty |
| 2005-08-05 | Added 'How this is possible' section to docs/db-api.txt, describing keyword a... | Adrian Holovaty |
| 2005-08-01 | Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the... | Adrian Holovaty |
| 2005-07-26 | Fixed #166 -- Added an 'in' lookup type to the database API | Adrian Holovaty |
| 2005-07-26 | Added 'ne' lookup type to docs/db-api | Adrian Holovaty |
| 2005-07-26 | Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima... | Adrian Holovaty |
| 2005-07-22 | Fixed #153 -- Changed docs to use new ordering syntax | Adrian Holovaty |
| 2005-07-19 | Fixed #67 -- Human-readable name is now optional in model fields. If a second... | Adrian Holovaty |
| 2005-07-19 | Fixed ReST formatting bug in db-api.txt | Adrian Holovaty |
| 2005-07-19 | Added support for istartswith and iendswith in database API | Adrian Holovaty |
| 2005-07-15 | Yes yes yes -- more documentation improvements | Jacob Kaplan-Moss |
| 2005-07-15 | Fixed #3 -- Made OneToOneField act like ForeignKey and ManyToManyField. This ... | Adrian Holovaty |