| Age | Commit message (Expand) | Author |
| 2006-07-30 | Fixed ReST error in docs/release_notes_0.95.txt. Thanks, Jeremy Dunck | Adrian Holovaty |
| 2006-07-29 | Formatted docs/api_stability.txt in our ReST format, with titles | Adrian Holovaty |
| 2006-07-29 | Formatted docs/release_notes_0.95.txt in our ReST format, with titles | Adrian Holovaty |
| 2006-07-29 | Added note to docs/templates.txt about same logical operator | Adrian Holovaty |
| 2006-07-28 | Added some more stuff to docs/release_notes_0.95.txt | Adrian Holovaty |
| 2006-07-28 | Changed .91 to .95 in docs/install.txt | Adrian Holovaty |
| 2006-07-28 | Changed django.VERSION to (0, 95, None) to signify final 0.95 release | Adrian Holovaty |
| 2006-07-28 | Removed section in docs/templates_python.txt about Django 0.91 | Adrian Holovaty |
| 2006-07-28 | Added docs/release_notes_0.95.txt | Adrian Holovaty |
| 2006-07-28 | Added 'Where can I find Django developers for hire?' to the FAQ | Adrian Holovaty |
| 2006-07-28 | Fixed ReST error in docs/forms.txt | Adrian Holovaty |
| 2006-07-28 | Small clarifications to docs/forms.txt change from [3466] | Adrian Holovaty |
| 2006-07-28 | Small clarification to docs/templates.txt change from [3465] | Adrian Holovaty |
| 2006-07-27 | Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ... | Jacob Kaplan-Moss |
| 2006-07-27 | Fixed #1650: the {% extends %} tag now can extend a Template object passed in... | Jacob Kaplan-Moss |
| 2006-07-27 | Added notes on API stability in preparation for the 0.95 release. | Jacob Kaplan-Moss |
| 2006-07-27 | Added FAQ question 'I submitted a bug fix in the ticket system several weeks ... | Adrian Holovaty |
| 2006-07-27 | Fixed #2433 -- Added allow_future option to date-based generic views | Adrian Holovaty |
| 2006-07-27 | Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarioni... | Adrian Holovaty |
| 2006-07-27 | Added 'Please do not put your name in the code' section to docs/contributing.... | Adrian Holovaty |
| 2006-07-26 | Added note to docs/tutorial02.txt about which username to use in admin login | Adrian Holovaty |
| 2006-07-26 | Fixed #2420 -- Fixed typo in docs/syndication_feeds.txt | Adrian Holovaty |
| 2006-07-24 | Fixed typo in docs/i18n.txt | Adrian Holovaty |
| 2006-07-24 | Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt | Adrian Holovaty |
| 2006-07-24 | Added note to docs/contributing.txt about post-commit hook, for the curious | Adrian Holovaty |
| 2006-07-24 | Added 'Transactions in MySQL' section to docs/transactions.txt | Adrian Holovaty |
| 2006-07-24 | Added link to Luke Plant's current-user hack from docs/faq.txt | Adrian Holovaty |
| 2006-07-24 | Fixed adverse -> averse typo in docs/faq.txt | Adrian Holovaty |
| 2006-07-24 | Fixed legacy mention of DjangoContext in docs/templates_python.txt | Adrian Holovaty |
| 2006-07-21 | Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss |
| 2006-07-20 | Argh - fixed another typo in the docs for [3395]. One of these days I'll lea... | Jacob Kaplan-Moss |
| 2006-07-20 | Another quick doc fix -- I must have "nodes" on the brain | Jacob Kaplan-Moss |
| 2006-07-20 | Small style fixes to docs from [3395] | Adrian Holovaty |
| 2006-07-20 | Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ... | Jacob Kaplan-Moss |
| 2006-07-19 | Fixed #2354 -- Added a note about "manage.py validate" to the list of useful | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03. | Malcolm Tredinnick |
| 2006-07-17 | Documented allow_tags attribute for admin change list methods | Adrian Holovaty |
| 2006-07-17 | Added 'Turning off auto-reload' section to docs/django-admin.txt | Adrian Holovaty |
| 2006-07-17 | Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. T... | Adrian Holovaty |
| 2006-07-14 | Fixed #2347 -- documented the use of "and" in the blocktrans template tag. | Malcolm Tredinnick |
| 2006-07-14 | Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist | Adrian Holovaty |
| 2006-07-13 | Proofread docs/settings.txt changes from [3336] | Adrian Holovaty |
| 2006-07-12 | Made it clear that we do not alter the process environment when manual settings | Malcolm Tredinnick |
| 2006-07-11 | Added note to docs/settings.txt and docs/i18n.txt about not importing from dj... | Adrian Holovaty |
| 2006-07-10 | Decimated 'whilst' in docs/templates_python.txt from [3308] | Adrian Holovaty |
| 2006-07-10 | Typo fixing. | Malcolm Tredinnick |
| 2006-07-10 | Fixed #2320 -- corrected numerous errors in the custom tag examples in | Malcolm Tredinnick |
| 2006-07-10 | Fixed #2301 -- Added list_display_links option to 'class Admin', which regula... | Adrian Holovaty |