| Age | Commit message (Expand) | Author |
| 2008-07-01 | Fix a small typo in docs/upload_handling.txt | James Bennett |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #7185 -- Added a "ping_google" management command to | Malcolm Tredinnick |
| 2008-07-01 | Changed a documentation example that wasn't wrong to stop complaints. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #4081 -- Allow empty content in flatpages. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o... | Russell Keith-Magee |
| 2008-06-30 | Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7543 -- Typo fix. Thanks, James Turnbull. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me... | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, cbmeek... | Adrian Holovaty |
| 2008-06-26 | Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ... | Adrian Holovaty |
| 2008-06-26 | Improved our tests so that they don't raise an error if setuptools isn't inst... | Adrian Holovaty |
| 2008-06-26 | Various documentation edits | Adrian Holovaty |
| 2008-06-23 | Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric Holsch... | Russell Keith-Magee |
| 2008-06-21 | Removed some cruft from the [7718] checkin. | Russell Keith-Magee |
| 2008-06-21 | Fixed #7513 -- Added a note on the dependencies that need to be installed whe... | Russell Keith-Magee |
| 2008-06-21 | Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <gl... | Russell Keith-Magee |
| 2008-06-20 | Added docs about urls.py and testing views for contrib apps | Luke Plant |
| 2008-06-20 | Updated information about unit tests, contrib apps in particular. | Luke Plant |
| 2008-06-20 | Fixed #3774 - primary_key=True does not, in fact, imply blank=False | Luke Plant |
| 2008-06-19 | Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ... | Russell Keith-Magee |
| 2008-06-19 | Fixed #7059 -- Added a note to the settings documentation reminding users tha... | Russell Keith-Magee |
| 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-17 | Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, Georg... | Russell Keith-Magee |
| 2008-06-17 | Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS described i... | Russell Keith-Magee |
| 2008-06-17 | Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. ... | Russell Keith-Magee |
| 2008-06-17 | Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com f... | Russell Keith-Magee |
| 2008-06-16 | Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julien | Adrian Holovaty |
| 2008-06-16 | Fixed #6830 -- Changed the docs/tutorial01.txt reference to the IRC channel t... | Adrian Holovaty |
| 2008-06-16 | Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thank... | Adrian Holovaty |
| 2008-06-16 | Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Cio... | Adrian Holovaty |
| 2008-06-16 | Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, Evan... | Adrian Holovaty |
| 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 |