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