| Age | Commit message (Expand) | Author |
| 2006-02-04 | Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as field ... | Adrian Holovaty |
| 2006-02-03 | Made small clarification to docs/faq.txt | Adrian Holovaty |
| 2006-02-03 | Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek. | Adrian Holovaty |
| 2006-02-02 | Fixed #1318 -- Made changes to docs/admin_css.txt | Adrian Holovaty |
| 2006-02-02 | Clarified wording in docs/faq.txt. Thanks, Mike Coleman | Adrian Holovaty |
| 2006-02-02 | Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com | Adrian Holovaty |
| 2006-01-31 | Added 'Does Django support multiple-column primary keys?' to FAQ | Adrian Holovaty |
| 2006-01-30 | Added 'When will you release Django 1.0?' to FAQ | Adrian Holovaty |
| 2006-01-27 | Fixed #1271 -- Added a 'request' template context processor, which is not act... | Adrian Holovaty |
| 2006-01-24 | Added 'My admin-site CSS and images showed up fine using the development serv... | Adrian Holovaty |
| 2006-01-24 | Fixed typo in docs/email.txt. Thanks, Archatas | Adrian Holovaty |
| 2006-01-23 | Added 'How do I automatically set a field's value to the user who last edited... | Adrian Holovaty |
| 2006-01-23 | Added 'How can I download the Django documentation to read it offline?' to do... | Adrian Holovaty |
| 2006-01-21 | Added 'Custom libraries and template inheritance' section to docs/templates.txt | Adrian Holovaty |
| 2006-01-20 | Added link to washingtonpost.com from docs/faq.txt | Adrian Holovaty |
| 2006-01-20 | Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any pa... | Adrian Holovaty |
| 2006-01-20 | Added section to docs/db-api.txt about ordering by fields in other tables | Adrian Holovaty |
| 2006-01-19 | Small style cleanups to the recent changes in docs/i18n.txt | Adrian Holovaty |
| 2006-01-18 | Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski Holt | Adrian Holovaty |
| 2006-01-18 | added a note on what to do when app developers want to provide translations f... | Georg Bauer |
| 2006-01-16 | Fixed bug in spaceless template-tag documentation. Thanks, Esaj | Adrian Holovaty |
| 2006-01-15 | Added 'Comparing objects' section to docs/db-api.txt | Adrian Holovaty |
| 2006-01-15 | Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ... | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-15 | Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be c... | Adrian Holovaty |
| 2006-01-13 | Updated docs/tutorial02.txt to include extra sentence about remembering the '... | Adrian Holovaty |
| 2006-01-13 | Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo | Adrian Holovaty |
| 2006-01-12 | Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde... | Adrian Holovaty |
| 2006-01-12 | Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt) | Jacob Kaplan-Moss |
| 2006-01-12 | Changed answer to 'Do you have any of those nifty screencast things?' in docs... | Adrian Holovaty |
| 2006-01-12 | Fixed billion vs. million bug in docs/model-api.txt. Thanks, Armin | Adrian Holovaty |
| 2006-01-12 | Added ROOT_URLCONF to docs/settings.txt. Thanks, poelzi | Adrian Holovaty |
| 2006-01-12 | Removed 'Subclassing Context: Custom subclasses' from docs/templates_python.t... | Adrian Holovaty |
| 2006-01-12 | Added more explanation to docs/email.txt 'Preventing header injection' section. | Adrian Holovaty |
| 2006-01-11 | Updated tutorial01.txt to note possible error about DATABASE_ENGINE | Adrian Holovaty |
| 2006-01-11 | Updated docs/install.txt to note 0.91 | Adrian Holovaty |
| 2006-01-11 | Fixed error in docs/templates_python.txt (thanks, Alice) | Jacob Kaplan-Moss |
| 2006-01-11 | Added 'Unit tests' section to docs/contributing.txt | Adrian Holovaty |
| 2006-01-11 | Fixed typo in docs/django-admin.py | Adrian Holovaty |
| 2006-01-11 | Fixed typo in docs/django-admin.txt | Adrian Holovaty |
| 2006-01-11 | Updated tutorials 1-4 to use manage.py instead of django-admin.py, new direct... | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng | Adrian Holovaty |
| 2006-01-08 | Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller | Adrian Holovaty |
| 2006-01-08 | Fixed #1189 -- Fixed typo in docs/forms.txt 'Place' model example. Thanks, Br... | Adrian Holovaty |
| 2006-01-08 | Made another small clarification to docs/contributing.txt | Adrian Holovaty |
| 2006-01-08 | Made docs/contributing.txt example more detailed | Adrian Holovaty |
| 2006-01-08 | Added a few more bullets to docs/contributing.txt 'Committing code' section | Adrian Holovaty |
| 2006-01-08 | Added 'Committing code' section to docs/contributing.txt and made a few cleanups | Adrian Holovaty |
| 2006-01-07 | added a clarification on the location of the locale directory with appliation... | Georg Bauer |