| Age | Commit message (Expand) | Author |
| 2007-08-19 | Added a note that the development version supports named URL patterns in the ... | Malcolm Tredinnick |
| 2007-08-19 | Clarified that urlize and urlizetrunc should only be applied to plain text. R... | Malcolm Tredinnick |
| 2007-08-18 | Fixed #5154 -- Minor wording tweak. | Malcolm Tredinnick |
| 2007-08-18 | Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.e... | Malcolm Tredinnick |
| 2007-08-18 | Rolled out [5923]-[5925] due to breaking call_command(). | Russell Keith-Magee |
| 2007-08-18 | Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. | Malcolm Tredinnick |
| 2007-08-18 | Added some initial documentation on adding customized commands to django-admi... | Russell Keith-Magee |
| 2007-08-17 | Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <... | Russell Keith-Magee |
| 2007-08-16 | Added 'django-admin.py testserver' command and docs | Adrian Holovaty |
| 2007-08-16 | Changed django.test.utils.create_test_db to return the name of the test datab... | Adrian Holovaty |
| 2007-08-16 | Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley | Adrian Holovaty |
| 2007-08-16 | Added a reference for the claim in CSRF docs that GET requests | Luke Plant |
| 2007-08-15 | Typo fix from [5896]. | Malcolm Tredinnick |
| 2007-08-15 | Fixed #4296 -- Added more explanation around the PythonPath directory setting... | Malcolm Tredinnick |
| 2007-08-15 | Fixed some ReST errors in docs/testing.txt | Adrian Holovaty |
| 2007-08-15 | Removed stray tabs mistakenly added to docs/testing.txt in [5889] | Adrian Holovaty |
| 2007-08-15 | *Finally* edited docs/testing.txt | Adrian Holovaty |
| 2007-08-15 | Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex... | Russell Keith-Magee |
| 2007-08-14 | Changed django.contrib.auth.views.login to use RequestSite if the sites frame... | Adrian Holovaty |
| 2007-08-12 | Fixed #5085 -- In generic views, set the default name for the slug field to '... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4942 -- Added an explanation that we see tickets as they are filed, au... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4941 -- Changed imports for interactive portion of the example to be c... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4914 -- Documented the Session.modified attribute for forcing session ... | Malcolm Tredinnick |
| 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 |