| Age | Commit message (Expand) | Author |
| 2006-08-18 | Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o... | Adrian Holovaty |
| 2006-08-18 | Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati... | Adrian Holovaty |
| 2006-08-18 | Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen... | Adrian Holovaty |
| 2006-08-17 | Small formatting change to docs/model-api.txt change from [3597] -- double hy... | Adrian Holovaty |
| 2006-08-17 | Clarified documentation regarding string-form model references. | Russell Keith-Magee |
| 2006-08-14 | Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh... | Adrian Holovaty |
| 2006-08-12 | Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de | Adrian Holovaty |
| 2006-08-12 | Fixed ReST error in docs/db-api.txt | Adrian Holovaty |
| 2006-08-11 | Added paragraph to docs/documentation.txt about removing comments from frozen... | Adrian Holovaty |
| 2006-08-11 | Added docs/documentation.txt | Adrian Holovaty |
| 2006-08-11 | Improved urlresolvers so that URLconfs can be passed objects instead of strings | Adrian Holovaty |
| 2006-08-09 | Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta... | Adrian Holovaty |
| 2006-08-08 | Added example of strftime formatting to docs/model-api.txt FileField docs. Th... | Adrian Holovaty |
| 2006-08-05 | Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.com | Adrian Holovaty |
| 2006-08-04 | Cleaned up 'How do I create users without having to edit password hashes?' en... | Adrian Holovaty |
| 2006-08-01 | Fixed #2465 -- Documented the fact that select_related doesn't follow null=True | Adrian Holovaty |
| 2006-08-01 | Added link to 'batteries included' explanation in docs/add_ons.txt | Adrian Holovaty |
| 2006-08-01 | Fixed #2370 -- It's now possible to pass default URLconf arguments to include... | Adrian Holovaty |
| 2006-08-01 | Fixed inconsistency in docs/url_dispatch.txt with regard to matching docs/ove... | Adrian Holovaty |
| 2006-07-31 | Fixed an RST typo so that the django-users mailing list reference is now a | Malcolm Tredinnick |
| 2006-07-31 | Clarified 'Django no longer requires a database' in docs/release_notes_0.95.txt | Adrian Holovaty |
| 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 |