| Age | Commit message (Expand) | Author |
| 2007-08-12 | Added documentation for widgets in newforms. | Russell Keith-Magee |
| 2007-08-12 | Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevi... | Adrian Holovaty |
| 2007-08-12 | Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jare... | Adrian Holovaty |
| 2007-08-11 | Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patc... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4611 -- Removed "new in development version" annotation for the permis... | Malcolm Tredinnick |
| 2007-08-11 | Added "new in development version" annotation to HttpRequest.encoding documen... | Malcolm Tredinnick |
| 2007-08-11 | Documented the encoding attribute on the HttpRequest class. | Malcolm Tredinnick |
| 2007-08-11 | Fixed #3526 -- Added content_type as an alias for mimetype to the HttpRespons... | Malcolm Tredinnick |
| 2007-08-07 | Fixed #5097 -- Made various updates and corrections to the documentation. Tha... | Adrian Holovaty |
| 2007-08-07 | Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro Mor... | Adrian Holovaty |
| 2007-08-06 | Added note that FileField and ImageField are only in development version. The... | Russell Keith-Magee |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-06 | Fixed #4980 -- Removed 'forms' from the 'not considered stable and will be re... | Adrian Holovaty |
| 2007-08-06 | Fixed #4985 -- Clarified location of HttpResponse in docs/request_response.tx... | 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-06 | Added a closing </p>' to a code example in docs/email.txt | Adrian Holovaty |
| 2007-08-06 | Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that ... | Adrian Holovaty |
| 2007-08-06 | Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.tx... | Adrian Holovaty |
| 2007-08-06 | Edited docs/newforms.txt changes from [5804] | Adrian Holovaty |
| 2007-08-06 | Fixed #5074 -- Added link to audio clip of 'Django' pronunciation | Adrian Holovaty |
| 2007-08-05 | Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for... | Russell Keith-Magee |
| 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-05 | Refs #5089 -- Added file name to poll detail template examples in the tutorial. | Gary Wilson Jr |
| 2007-08-04 | Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik. | Gary Wilson Jr |
| 2007-08-04 | Changed several documentation links to be relative. | Gary Wilson Jr |
| 2007-08-04 | Changed the 0.95 release notes to point to the 0.95 documentation index. | Gary Wilson Jr |
| 2007-08-04 | Fixed #5078 -- Fixed several broken links to the syndication documentation. | 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-29 | Added 'New in Django development version' to changes in docs/authentication.t... | Adrian Holovaty |
| 2007-07-28 | After discussing with Malcolm, added set_unusable_password() and has_usable_p... | Simon Willison |
| 2007-07-28 | Fixed #4995 -- Fixed some problems in documentation ReST formatting. Thanks, ... | Russell Keith-Magee |
| 2007-07-28 | Fixed #4460 -- Added the ability to be more specific in the test cases that a... | Russell Keith-Magee |
| 2007-07-26 | Added section to docs/contributing.txt about docstring coding style | Adrian Holovaty |
| 2007-07-25 | Added 'New in Django development version' to docs/db-api.txt change from [5746] | Adrian Holovaty |
| 2007-07-23 | Added documentation for a test runner argument that has always been present, ... | Russell Keith-Magee |
| 2007-07-23 | Fixed #3771 -- Modified the test runner to observe the --noinput argument con... | Russell Keith-Magee |
| 2007-07-22 | Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al... | Gary Wilson Jr |
| 2007-07-20 | Added some additional docs to docs/model-api.txt db_type() section | Adrian Holovaty |
| 2007-07-20 | Fixed #4901 -- Modified assertContains to provide a default check of 'any ins... | Russell Keith-Magee |
| 2007-07-20 | Refs #3782 -- Added documentation note that suite() handling is only in devel... | Russell Keith-Magee |
| 2007-07-20 | Fixed #3782 -- Added support for the suite() method recommended by the Python... | Russell Keith-Magee |
| 2007-07-20 | Added a db_type() method to the database Field class. This is a hook for calc... | Adrian Holovaty |
| 2007-07-16 | Fixed #4851 -- Fixed description of an example query in `db-api` docs. | Gary Wilson Jr |
| 2007-07-15 | Improved docs/templates.txt section on the 'regroup' tag | Adrian Holovaty |
| 2007-07-15 | Edited docs/db-api.txt changes from [5700] | Adrian Holovaty |
| 2007-07-15 | Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer. | Gary Wilson Jr |
| 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 |