| Age | Commit message (Expand) | Author |
| 2007-11-18 | queryset-refactor: Merged from trunk up to [6689]. | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Merged from trunk up to [6595]. | Malcolm Tredinnick |
| 2007-09-20 | queryset-refactor: Merged to [6381] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6340] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6220] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6190] | Adrian Holovaty |
| 2007-09-12 | Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew She... | Adrian Holovaty |
| 2007-09-08 | Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Pac... | Gary Wilson Jr |
| 2007-08-25 | Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-... | Adrian Holovaty |
| 2007-08-12 | Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jare... | Adrian Holovaty |
| 2007-08-07 | Fixed #5097 -- Made various updates and corrections to the documentation. Tha... | Adrian Holovaty |
| 2007-08-06 | Added note to docs/model-api.txt about help_text not being escaped in the adm... | 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 | Fixed #5078 -- Fixed several broken links to the syndication documentation. | Gary Wilson Jr |
| 2007-07-20 | Added some additional docs to docs/model-api.txt db_type() section | Adrian Holovaty |
| 2007-07-20 | Added a db_type() method to the database Field class. This is a hook for calc... | Adrian Holovaty |
| 2007-07-10 | Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ... | Gary Wilson Jr |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-30 | Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne... | Adrian Holovaty |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-20 | Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, john.scott.at... | Adrian Holovaty |
| 2007-06-20 | Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@... | Adrian Holovaty |
| 2007-06-11 | Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for the | Malcolm Tredinnick |
| 2007-06-07 | Fixed #3880: added a link to the transaction docs from the model API. Thanks,... | Jacob Kaplan-Moss |
| 2007-05-27 | Added references to the various get_FOO_*() methods for FileField and | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4351 -- Attempted to make it easier for readers to see the difference | Malcolm Tredinnick |
| 2007-05-21 | Added 'New in Django development version' notes to docs/model-api.txt regardi... | Adrian Holovaty |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-18 | Fixed small grammar error in docs/model-api.txt from [5250] | Adrian Holovaty |
| 2007-05-15 | Fixed #3664 -- Documented that get_absolute_url() and item_link() (in | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks, | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3857 -- Used a table to describe the required arg for FileField. This | Malcolm Tredinnick |
| 2007-04-20 | Changed all URL references for django_admin/ to the canonical name of | Malcolm Tredinnick |
| 2007-04-13 | Fixed #4029 -- Fixed some broken links and made some links relative in docs/m... | Adrian Holovaty |
| 2007-04-13 | Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, Ramiro M... | Adrian Holovaty |
| 2007-04-09 | Backwards-incompatible change -- Removed LazyDate helper class. To preserve e... | Russell Keith-Magee |
| 2007-04-01 | Edited docs/model-api.txt permalink changes from [4879] | Adrian Holovaty |
| 2007-03-31 | Fixed #3540 -- Updated permalink documentation to fix an error and document how | Malcolm Tredinnick |
| 2007-03-23 | Remove notes about things added/removed in development version, since the dev... | James Bennett |
| 2007-03-16 | Tightened change to docs/model-api.txt from [4692] | Adrian Holovaty |
| 2007-03-09 | Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used for | Malcolm Tredinnick |
| 2007-02-26 | Small cleanup of docs/model-api.txt change from [4625] | Adrian Holovaty |
| 2007-02-26 | Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, Uberno... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3397: You can now order by non-DB fields in the admin by telling Djang... | Jacob Kaplan-Moss |
| 2007-02-25 | Reverted [4578] because there's no such thing as a PasswordField database fie... | Adrian Holovaty |
| 2007-02-25 | Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, a... | Jacob Kaplan-Moss |
| 2007-02-18 | Copy edited new docs in docs/model-api.txt from [4535] | Adrian Holovaty |
| 2007-02-17 | Fixed #2568 -- Added documentation for the permalink() decorator. Based on a | Malcolm Tredinnick |