| Age | Commit message (Expand) | Author |
| 2006-06-27 | Added {{{Manager.create()}}} method to create and save an object in a single ... | Jacob Kaplan-Moss |
| 2006-06-18 | Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net | Adrian Holovaty |
| 2006-06-14 | Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax | Malcolm Tredinnick |
| 2006-06-07 | Added section to docs/db-api.txt get_or_create() section about GET vs. POST | Adrian Holovaty |
| 2006-06-07 | Added Manager.get_or_create() | Adrian Holovaty |
| 2006-06-03 | Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s... | Adrian Holovaty |
| 2006-06-02 | Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txt | Adrian Holovaty |
| 2006-05-22 | Added 'Overriding default model methods' section to model-api.txt | Adrian Holovaty |
| 2006-05-15 | Fixed #1815: More documentation proof-reading from nico@teknico.net. | Malcolm Tredinnick |
| 2006-05-09 | Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net | Adrian Holovaty |
| 2006-05-06 | Updated docs regarding QuerySet slicing and IndexError, in line with r2859 | Luke Plant |
| 2006-05-06 | Simplified example in 'Limiting QuerySets' section of docs/db-api.txt. | Adrian Holovaty |
| 2006-05-06 | Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.edu | Adrian Holovaty |
| 2006-05-05 | Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks... | Adrian Holovaty |
| 2006-05-05 | Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-05-03 | Fixed typos in docs/db-api.txt | Adrian Holovaty |
| 2006-05-03 | Proofread docs/db-api.txt | Adrian Holovaty |
| 2006-05-02 | Fixed some ReST errors in docs/db-api.txt | Adrian Holovaty |
| 2006-05-02 | Fixed some ReST errors in docs/db-api.txt | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-11 | Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-02-10 | Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric Walstad | Adrian Holovaty |
| 2006-02-02 | Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com | Adrian Holovaty |
| 2006-01-20 | Added section to docs/db-api.txt about ordering by fields in other tables | Adrian Holovaty |
| 2006-01-15 | Added 'Comparing objects' section to docs/db-api.txt | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng | Adrian Holovaty |
| 2005-12-28 | Added note to docs/db-api.txt about using distinct=True with get_values() | Adrian Holovaty |
| 2005-12-22 | Fixed typo in OR syntax example in docs/db-api.txt | 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 |