| Age | Commit message (Expand) | Author |
| 2007-10-24 | queryset-refactor: Added the ability to apply parameters to the select | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Added a convenience all() method to Querysets. Refs #3739 | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Added a bunch of "new in development version" markers for | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Added ~ support to Q-objects. Based heavily on a patch from | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Made the use of values() for ForeignKey fields consistent | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Updated documentation to describe the new order_by() and | Malcolm Tredinnick |
| 2007-10-14 | queryset-refactor: Re-added a docs change that was accidentally lost in the m... | Malcolm Tredinnick |
| 2007-10-08 | queryset-refactor: Merged changed from trunk up to [6463]. | Malcolm Tredinnick |
| 2007-09-15 | queryset-refactor: Merged to [6340] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6300] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6190] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6130] | Adrian Holovaty |
| 2007-09-13 | Added a note about not using 'pk' as a field name for a non-primary-key field. | Malcolm Tredinnick |
| 2007-08-31 | Made negligible capitalization fix to docs/db-api.txt | Adrian Holovaty |
| 2007-08-25 | Removed incorrect link that slipped in docs/db-api.txt in [6010] | Adrian Holovaty |
| 2007-08-25 | Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile... | Adrian Holovaty |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-08-05 | Changed some more links to be relative in the documentation. I had a couple ... | Gary Wilson Jr |
| 2007-08-04 | Changed several documentation links to be relative. | Gary Wilson Jr |
| 2007-08-01 | Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, thanks... | Gary Wilson Jr |
| 2007-07-25 | Added 'New in Django development version' to docs/db-api.txt change from [5746] | Adrian Holovaty |
| 2007-07-22 | Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al... | Gary Wilson Jr |
| 2007-07-16 | Fixed #4851 -- Fixed description of an example query in `db-api` docs. | Gary Wilson Jr |
| 2007-07-15 | Edited docs/db-api.txt changes from [5700] | Adrian Holovaty |
| 2007-07-15 | Clarified the documentation on the steps that happen during a save, and how r... | Russell Keith-Magee |
| 2007-07-14 | Edited docs/db-api.txt changes from [5658] | Adrian Holovaty |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. | Adrian Holovaty |
| 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 |