summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2005-11-14Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-13Fixed #783 -- Added AnonymousUser.id = None. Thanks, EABinGAAdrian Holovaty
2005-11-13Added Icelandic and Swedish translations to docs/settings.txt LANGUAGES sectionAdrian Holovaty
2005-11-13Fixed #782 -- Fixed broken link in docs/overview.txt. Thanks, frederikAdrian Holovaty
2005-11-13Added 'Safety and security' section to docs/design_philosophies.txtAdrian Holovaty
2005-11-13Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandezAdrian Holovaty
2005-11-13Added 'Limiting access to generic views' section to docs/authentication.txtAdrian Holovaty
2005-11-13Changed slightly misleading example in docs/sessions.txt to use baggage-less ...Adrian Holovaty
2005-11-13Fixed typo in docs/tutorial03.txt. Thanks, Dave HodderAdrian Holovaty
2005-11-13Grammar cleanups for recent documentation and docstring changes.Adrian Holovaty
2005-11-12added the LANGUAGES setting to the settings documentationGeorg Bauer
2005-11-12updated i18n documentation for the LANGUAGES settingGeorg Bauer
2005-11-12Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T...Adrian Holovaty
2005-11-12Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and jb...Adrian Holovaty
2005-11-12More small tweaks to docs/syndication_feeds.txtAdrian Holovaty
2005-11-12Fixed ReST bug in docs/syndication_feeds.txtAdrian Holovaty
2005-11-12Fixed ReST bugs in docs/syndication_feeds.txtAdrian Holovaty
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-11-12Added 'Install Python' section to docs/install.txtAdrian Holovaty
2005-11-11Added INSTALLED_APPS to global_settings. It's an empty tuple by default.Adrian Holovaty
2005-11-11Added a link to docs/outputting_csv.txtAdrian Holovaty
2005-11-11Fixed ReST missing link in docs/outputting_csv.txtAdrian Holovaty
2005-11-11Added docs/outputting_csv.txtAdrian Holovaty
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-11-11Added SITE_ID to docs/settings.txtAdrian Holovaty
2005-11-11Added INSTALLED_APPS to docs/settings.txtAdrian Holovaty