| Age | Commit message (Expand) | Author |
| 2008-06-16 | Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoume | Adrian Holovaty |
| 2008-06-14 | Fixed some stale documentation that was advising against the use of OneToOneF... | Russell Keith-Magee |
| 2008-06-14 | Fixed #6320 -- Clarified a few issues in the contribution docs surrounding th... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7327 -- Added documentation and test case for defining subqueries. Tha... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywa | Adrian Holovaty |
| 2008-06-12 | Various documentation edits from the past few changesets | Adrian Holovaty |
| 2008-06-11 | Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app... | Russell Keith-Magee |
| 2008-06-11 | Fixed #7397: corrected order of command names in docs/django-admin.txt | James Bennett |
| 2008-06-10 | Fixed some linking errors in the FAQ. | Russell Keith-Magee |
| 2008-06-09 | Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ... | Russell Keith-Magee |
| 2008-06-08 | Added a note about manage.py createsuperuser requiring django.contrib.auth. T... | Jacob Kaplan-Moss |
| 2008-06-08 | Move "createsuperuser" docs down one slot to maintain alphabetical ordering o... | James Bennett |
| 2008-06-08 | Add documentation for the creatsuperuser target (added in [7590]) to doc/djan... | James Bennett |
| 2008-06-08 | Added some new entries to the FAQ regarding the mailing lists and reporting s... | Russell Keith-Magee |
| 2008-06-08 | Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. | Jacob Kaplan-Moss |
| 2008-06-07 | Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up... | Jacob Kaplan-Moss |
| 2008-06-06 | Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Tha... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7191 -- Removed leading slashes in description of the patterns that a ... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7260 -- Corrected the description of the exception returned by get() w... | Russell Keith-Magee |
| 2008-05-28 | Big glaring warning in docs/flatpages.txt to remind people how response middl... | James Bennett |
| 2008-05-24 | Fixed #7300 -- Corrected description of YAML in the serialization docs. Thank... | Russell Keith-Magee |
| 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-05-17 | Fixed title underline length | Luke Plant |
| 2008-05-16 | Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill | Luke Plant |
| 2008-04-30 | Added 'Setting headers' and 'Telling the browser to treat the response as a f... | Adrian Holovaty |
| 2008-04-28 | Added the ability to pickle and unpickle QuerySets and Query classes. | Malcolm Tredinnick |
| 2008-04-28 | Edited some docs/db-api.txt changes | Adrian Holovaty |
| 2008-04-27 | Made a bunch of spelling corrections. | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-04-10 | Fixed #6982; added an import statement to example in docs/modelforms.txt for ... | James Bennett |
| 2008-04-10 | Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold. | Russell Keith-Magee |
| 2008-04-08 | Another typo in docs/newforms.txt | James Bennett |
| 2008-04-08 | Fix a minor typo in docs/newforms.txt | James Bennett |
| 2008-03-30 | Fixed #6927: Corrected documentation describing when and why the auth applica... | James Bennett |
| 2008-03-30 | Remove an extraneous comma that I left behind in [7386], and clean up the wor... | James Bennett |
| 2008-03-30 | Clean up some awkwardness and confusion in the docs for ``ModelChoiceField`` | James Bennett |
| 2008-03-29 | Fixed #6890 -- Removed duplicate instruction to rename the `polls/detail.htm`... | Gary Wilson Jr |
| 2008-03-27 | [docs] OK, I give up. | Jacob Kaplan-Moss |
| 2008-03-27 | [docs] And even more svn:keywords fooling. Sorry about the timeline spam. | Jacob Kaplan-Moss |
| 2008-03-27 | [docs] Added svn:keywords to docs/index.txt | Jacob Kaplan-Moss |
| 2008-03-27 | Added the basics needed to build Django's docs using [http://sphinx.pocoo.org... | Jacob Kaplan-Moss |
| 2008-03-27 | Tiny reST fix to testing.txt. | Jacob Kaplan-Moss |
| 2008-03-26 | Removed the ado_mssql database backend. | Malcolm Tredinnick |
| 2008-03-25 | Edited some docs changes from the past few days | Adrian Holovaty |
| 2008-03-24 | Fixed #6859 -- Greatly cleaned up the section on i18n pluralization in | Malcolm Tredinnick |
| 2008-03-20 | Changed the indenting level on a couple of subsections, since they're not | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys | Malcolm Tredinnick |