| Age | Commit message (Expand) | Author |
| 2007-12-21 | Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, dar... | Adrian Holovaty |
| 2007-12-19 | Edited docs/testing.txt changes from [6929] | Adrian Holovaty |
| 2007-12-19 | Edited docs/middleware.txt changes from [6852] | Adrian Holovaty |
| 2007-12-19 | Edited docs/localflavor.txt changes from [6849] | Adrian Holovaty |
| 2007-12-19 | Added note to docs/form_for_model.txt (from [6844]) explaining this is deprec... | Adrian Holovaty |
| 2007-12-19 | Added 'New in Django development version' note to docs/sessions.txt setdefaul... | Adrian Holovaty |
| 2007-12-17 | Fixed #6119 -- Documented HttpRequest.get_host(). Thanks, PJCrosier. | Malcolm Tredinnick |
| 2007-12-17 | Typo fix. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessary | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6136 -- Updated the localflavor documentation. Patch from Nick Efford. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ... | Malcolm Tredinnick |
| 2007-12-17 | Split up the documentation of the test database and the test output. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5561 -- Added link to the contenttypes documentation into the add_ons ... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran. | Malcolm Tredinnick |
| 2007-12-17 | Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv. | Malcolm Tredinnick |
| 2007-12-13 | Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac... | Joseph Kocherhans |
| 2007-12-11 | Fixed #6151 -- Added some code formatting to the `floatformat` template filte... | Gary Wilson Jr |
| 2007-12-11 | Fixed #6164 -- `field.label_tag` already displays the label so don't display ... | Gary Wilson Jr |
| 2007-12-09 | Tweaked the custom field documentation so that people reading about to_python... | Malcolm Tredinnick |
| 2007-12-04 | Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up... | Jacob Kaplan-Moss |
| 2007-12-04 | Edited docs/request_response.txt changes from [6808] | Adrian Holovaty |
| 2007-12-04 | Edited docs/authentication.txt changes from [6805] | Adrian Holovaty |
| 2007-12-04 | Edited various doc changes from [6801] | Adrian Holovaty |
| 2007-12-04 | Edited docs/contributing.txt changes from [6795] | Adrian Holovaty |
| 2007-12-04 | Edited docs/install.txt changes from [6794] | Adrian Holovaty |
| 2007-12-04 | Edited docs/add_ons.txt changes from [6788] | Adrian Holovaty |
| 2007-12-04 | Removed some 'behaviour's from the docs | Adrian Holovaty |
| 2007-12-04 | Edited docs/syndication_feeds.txt changes from [6741] | Adrian Holovaty |
| 2007-12-03 | Fixed #6114. Fixed a typo in the modelforms docs. Thanks, Martin Conte Mac Do... | Joseph Kocherhans |
| 2007-12-02 | Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3883 -- Added initial localflavor documentation. Thanks, Nick Efford. | Malcolm Tredinnick |
| 2007-12-02 | Fixed in typo in modelforms docs. | Joseph Kocherhans |
| 2007-12-02 | Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #685 -- archive_index() and object_list() generic views allow empty | Malcolm Tredinnick |
| 2007-12-02 | Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6070 -- Fixed the documentation about running Django's core tests, sin... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon. | Malcolm Tredinnick |
| 2007-12-02 | Documented that the simple cache backend was deprecated in [6822]. | Malcolm Tredinnick |
| 2007-12-01 | img/doc/tutorial -> img/doc/tutorial-trunk in docs/tutorial02.txt | James Bennett |
| 2007-12-01 | Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles | James Bennett |
| 2007-12-01 | Correcting some awkward wording/spelling in docs/request_response.txt while I... | James Bennett |
| 2007-12-01 | Fixed #5550: Documented the context used by the default view for 404 and 500 ... | James Bennett |
| 2007-12-01 | Fixed #5860: Documented the correct order in which the syndication framework ... | James Bennett |
| 2007-12-01 | Fixed #4819: documented the need to call authenticate() before login(), based... | James Bennett |
| 2007-12-01 | Edited docs/newforms.txt changes from [6740] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6733] | Adrian Holovaty |
| 2007-12-01 | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly |
| 2007-12-01 | Edited templates.txt and templates_python.txt auto-escaping changes from [6671] | Adrian Holovaty |