| Age | Commit message (Expand) | Author |
| 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 #842 -- 500 error view no longer breaks for local variable named 'items... | Adrian Holovaty |
| 2005-11-20 | Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=T... | 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-18 | fixes #837: updated 'ru' translation | Georg Bauer |
| 2005-11-18 | Added feed configurations for django.contrib.comments | Jacob Kaplan-Moss |
| 2005-11-17 | fixes #821 - updated slovak translation | Georg Bauer |
| 2005-11-17 | fixed two failing i18n tests - they only failed when using ./runtests, now th... | Georg Bauer |
| 2005-11-17 | Fixed #825; thanks for the suggestions, aaronsw | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #827 -- For admin list_display functions without a short_description, D... | Adrian Holovaty |
| 2005-11-17 | Fixed #815 -- 'select' keyword in DB API calls is now quoted correctly. Thank... | Adrian Holovaty |
| 2005-11-17 | Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, Sune | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down... | Adrian Holovaty |
| 2005-11-16 | fixes #728, updated no translation | Georg Bauer |
| 2005-11-16 | fixes #807, #809 and #818 - updated translations for fr, zh_CN and ru. | Georg Bauer |
| 2005-11-16 | fixed a bug that happened only if the very first gettext call was an ngettext | Georg Bauer |
| 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 | Updated setup.py to include locales and *.TXT in package_data. Changed versio... | Adrian Holovaty |
| 2005-11-16 | Upgraded ez_setup.py from 0.6a5 to 0.6a7 | Adrian Holovaty |
| 2005-11-16 | Changed 'django-admin.py startapp' application template to use views.py inste... | Adrian Holovaty |
| 2005-11-16 | Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ... | Adrian Holovaty |
| 2005-11-16 | Small style cleanup of docs/generic_views.txt | Adrian Holovaty |
| 2005-11-15 | Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th... | Jacob Kaplan-Moss |
| 2005-11-15 | fixes #804 - updated slovak translation | Georg Bauer |
| 2005-11-15 | added danish translation to the settings documentation | Georg Bauer |
| 2005-11-15 | added new danish translation | Georg Bauer |
| 2005-11-15 | Added django.views.generic.simple.redirect_to view for issuing simple redirec... | Jacob Kaplan-Moss |
| 2005-11-15 | Added django.views.generic.simple.direct_to_template which renders a given te... | Jacob Kaplan-Moss |
| 2005-11-15 | Fixed #796 -- Gave AnonymousUser a has_module_perms method. | Adrian Holovaty |
| 2005-11-15 | Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in... | Jacob Kaplan-Moss |
| 2005-11-15 | added missing docstring to the blocktrans template tag | Georg Bauer |
| 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-15 | Fixed bug in postgresql backend that prevented the user of passwords with spa... | Jacob Kaplan-Moss |
| 2005-11-14 | Added NOINDEX tag to debug 500 page (for robots) | Jacob Kaplan-Moss |
| 2005-11-14 | Added "pretty" error pages to be used when DEBUG is True. | Jacob Kaplan-Moss |
| 2005-11-14 | fixes #790 and #791 - updated cs and sk translations | Georg Bauer |
| 2005-11-14 | fixes bug with blocktrans and parameters not actually doing the translation (... | Georg Bauer |