| Age | Commit message (Expand) | Author |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed reST formatting from [8212]. | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7904: added support for a "use_for_related_fields" property on manager... | Jacob Kaplan-Moss |
| 2008-08-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-08-01 | Clarify the m2m intermediary docs a bit. | James Bennett |
| 2008-07-29 | Fixed #6095 -- Added the ability to specify the model to use to manage a Many... | Russell Keith-Magee |
| 2008-07-27 | Remove a couple mentions of manipulators (which are no longer relevant) from ... | James Bennett |
| 2008-07-25 | Standardised documentation of the Field help_text option and ModelAdmin.field... | Luke Plant |
| 2008-07-21 | Refs #7864 -- Updates to documentation for the oldforms/newforms switch. | Gary Wilson Jr |
| 2008-07-19 | Fixed #4412 -- Added support for optgroups, both in the model when defining c... | Russell Keith-Magee |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-06-30 | Fixed #7543 -- Typo fix. Thanks, James Turnbull. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, cbmeek... | Adrian Holovaty |
| 2008-06-26 | Various documentation edits | Adrian Holovaty |
| 2008-06-20 | Fixed #3774 - primary_key=True does not, in fact, imply blank=False | Luke Plant |
| 2008-06-17 | Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, and... | Gary Wilson Jr |
| 2008-06-17 | Fixed #7216 -- Added a description on how to use named URLs with a permalink.... | Russell Keith-Magee |
| 2008-06-16 | Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julien | Adrian Holovaty |
| 2008-05-22 | Reverted mistaken r7545 | Luke Plant |
| 2008-05-22 | Fixed documentation of 'description' option of Admin.fields to reflect actual... | Luke Plant |
| 2008-04-27 | Made a bunch of spelling corrections. | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6541: Corrected documentation of how the admin chooses a default manag... | James Bennett |
| 2008-03-14 | Added a "new in development version" marker that I randomly realised I'd forg... | Malcolm Tredinnick |
| 2008-03-13 | Fixed a typo in docs/model-api.txt | Adrian Holovaty |
| 2008-02-26 | Added documentation about the "app.Model" relation syntax introduced by [7185] | Jacob Kaplan-Moss |
| 2008-02-15 | Made a bunch of tiny documentation formatting and typo fixes. | Malcolm Tredinnick |
| 2007-12-04 | Edited various doc changes from [6801] | Adrian Holovaty |
| 2007-12-01 | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly |
| 2007-11-29 | Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-11-05 | Documentation for creating custom model fields. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4944 -- Added a note about Model.save() raising IntegrityError is a | Malcolm Tredinnick |
| 2007-09-20 | Fixed errors in docs/model-api.txt changes from [6378] | Adrian Holovaty |
| 2007-09-19 | Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld... | Jacob Kaplan-Moss |
| 2007-09-16 | Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection alwa... | Adrian Holovaty |
| 2007-09-14 | Fixed #5460 -- unique_together now accepts a single tuple for convenience. Th... | Adrian Holovaty |
| 2007-09-14 | Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding... | Adrian Holovaty |
| 2007-09-14 | Fixed #4544 -- Updated docs for allowed field types in an admin list_filter. ... | Russell Keith-Magee |
| 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 |