| Age | Commit message (Expand) | Author |
| 2005-11-27 | Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thank... | Adrian Holovaty |
| 2005-11-27 | Changed template library system so that it looks for a module-level variable ... | Adrian Holovaty |
| 2005-11-27 | Added a 'Directory listings' section to docs/static_files.txt | Adrian Holovaty |
| 2005-11-27 | Fixed ReST error in [1455] | Adrian Holovaty |
| 2005-11-27 | Added note to docs/static_files.txt about serving static files in production | Adrian Holovaty |
| 2005-11-27 | Added docs/static_files.txt | Adrian Holovaty |
| 2005-11-27 | Fixed several bugs in docs/url_dispatch.txt, and made several clarifications | Adrian Holovaty |
| 2005-11-27 | Improved docs/modpython.txt to add note about debugging under mod_python with... | Adrian Holovaty |
| 2005-11-27 | Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-26 | Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di... | Adrian Holovaty |
| 2005-11-26 | Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authent... | Adrian Holovaty |
| 2005-11-26 | Added 'Error handling' section to docs/modpython.txt | Adrian Holovaty |
| 2005-11-25 | Fixed typo in docs/model-api.txt | Adrian Holovaty |
| 2005-11-23 | Added TEMPLATE_DEBUG to docs/settings.txt | Adrian Holovaty |
| 2005-11-22 | Added docs/add_ons.txt -- small documentation of contrib | Adrian Holovaty |
| 2005-11-22 | Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang | Adrian Holovaty |
| 2005-11-22 | Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |
| 2005-11-22 | Fixed bug in docs/templates.txt | Adrian Holovaty |
| 2005-11-22 | Beefed up docs for floatformat template filter | Adrian Holovaty |
| 2005-11-22 | Fixed formatting bug in docs/templates.txt | Adrian Holovaty |
| 2005-11-21 | Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password fie... | Adrian Holovaty |
| 2005-11-21 | Added clarification to TIME_ZONE setting docs | Adrian Holovaty |
| 2005-11-20 | Added 'Should I use the official version or development version?' question to... | Adrian Holovaty |
| 2005-11-20 | Another change to docs/model-api.txt | Adrian Holovaty |
| 2005-11-20 | Small improvement to docs/model-api.txt | Adrian Holovaty |
| 2005-11-20 | Added 'Executing custom SQL' section to docs/model-api.txt | Adrian Holovaty |
| 2005-11-20 | Added note to docs/sessions.txt about only being available in development ver... | Adrian Holovaty |
| 2005-11-20 | Added SESSION_SAVE_EVERY_REQUEST setting. | Adrian Holovaty |
| 2005-11-20 | Fixed #848 -- Made auth docs more clear on permission handling. | Adrian Holovaty |
| 2005-11-20 | Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel | Adrian Holovaty |
| 2005-11-20 | Fixed #839 -- Fixed typo in docs/cache.txt | Adrian Holovaty |
| 2005-11-20 | Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, deric | Adrian Holovaty |
| 2005-11-19 | Fixed typo in docs/model-api.txt. Thanks, anl | Adrian Holovaty |
| 2005-11-19 | Fixed ReST bugs in [1291] | Adrian Holovaty |
| 2005-11-19 | Beefed up docs/url_dispatch.txt | Adrian Holovaty |
| 2005-11-18 | Fixed #838 -- Removed unused link in tutorial01.txt. Thanks, paolo | Adrian Holovaty |
| 2005-11-17 | Fixed #827 -- For admin list_display functions without a short_description, D... | Adrian Holovaty |
| 2005-11-16 | Added official-version information to docs/install.txt | Adrian Holovaty |
| 2005-11-16 | Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou | Adrian Holovaty |
| 2005-11-16 | Changed tutorial02 not to say redirects and flatpages are included | Adrian Holovaty |
| 2005-11-16 | Added links to auth docs in docs/templates_python.txt | Adrian Holovaty |
| 2005-11-16 | Changed 'django-admin.py startapp' application template to use views.py inste... | Adrian Holovaty |
| 2005-11-16 | Small style cleanup of docs/generic_views.txt | Adrian Holovaty |
| 2005-11-15 | added danish translation to the settings documentation | Georg Bauer |
| 2005-11-15 | Added django.views.generic.simple.redirect_to view for issuing simple redirec... | Jacob Kaplan-Moss |
| 2005-11-15 | Followup faq change to [1237] | Adrian Holovaty |
| 2005-11-15 | Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ ... | Adrian Holovaty |
| 2005-11-14 | Fixed #787 -- High-level syndication framework now picks up author details. A... | Adrian Holovaty |