| Age | Commit message (Expand) | Author |
| 2007-06-30 | Edited docs/db-api.txt changes from [5555] | Adrian Holovaty |
| 2007-06-27 | Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom. | Jacob Kaplan-Moss |
| 2007-06-27 | Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. | Jacob Kaplan-Moss |
| 2007-06-12 | Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk. | Malcolm Tredinnick |
| 2007-06-11 | Fixed #3807 -- Some small fixes to a couple of examples. Thanks, | Malcolm Tredinnick |
| 2007-06-07 | Fixed typo in docs/db-api.txt from [5431] | Adrian Holovaty |
| 2007-06-07 | Fixed #4214: added a bit of explicit info on updating FK fields to db-api.txt... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com. | Jacob Kaplan-Moss |
| 2007-05-26 | Fixed #4388 -- Documented where the view shortcuts are imported from. Based on | Malcolm Tredinnick |
| 2007-05-15 | Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary Wilson | Adrian Holovaty |
| 2007-05-15 | Fixed #4303 -- Fixed typo in docs/db-api.txt | Adrian Holovaty |
| 2007-04-28 | Fixed #4175 -- Fixed a couple of ReST markup errors. Thanks, Matt McClanahan. | Malcolm Tredinnick |
| 2007-04-24 | Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson | Adrian Holovaty |
| 2007-03-08 | Fixed #3333 -- Made db-api.txt links relative, in line with the other docs. | Malcolm Tredinnick |
| 2007-02-28 | Added note to docs/db-api.txt about 'depth' being new in Django development v... | Adrian Holovaty |
| 2007-02-28 | Added a "depth" argument to select_related() to control how many "levels" of ... | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #2264: the docs now mention that delete() cascades. Thanks, Ubernostrum | Jacob Kaplan-Moss |
| 2007-01-23 | Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo... | Adrian Holovaty |
| 2007-01-03 | Oops -- reverted accidentally commited material from [4280] | Jacob Kaplan-Moss |
| 2007-01-03 | Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub... | Jacob Kaplan-Moss |
| 2007-01-03 | Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac... | Russell Keith-Magee |
| 2006-12-17 | Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ... | Russell Keith-Magee |
| 2006-10-14 | Fixes #2737 -- Added code to allow None as a query value for __exact queries,... | Russell Keith-Magee |
| 2006-09-25 | Made ``pk`` a generic expansion for the primary key, rather than just an expa... | Russell Keith-Magee |
| 2006-09-21 | Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-08-12 | Fixed ReST error in docs/db-api.txt | Adrian Holovaty |
| 2006-08-01 | Fixed #2465 -- Documented the fact that select_related doesn't follow null=True | Adrian Holovaty |
| 2006-07-09 | Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t... | Russell Keith-Magee |
| 2006-07-09 | Refs #2217 -- Updated DB API docs to discuss filtering using objects rather t... | Russell Keith-Magee |
| 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 |