summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2005-11-11Updated docs/middleware.txt to say exception middleware is applied in reverse...Adrian Holovaty
2005-11-11Updated middleware.txt to note that response middleware is applied in reverseAdrian Holovaty
2005-11-10Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty
2005-11-09Improved docs/authentication.txt to note that messages only work with registe...Adrian Holovaty
2005-11-09Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was s...Adrian Holovaty
2005-11-08Finished docs/authentication.txtAdrian Holovaty
2005-11-07Added 'Serving the admin files' section in docs/modpython.txtAdrian Holovaty
2005-11-07Updated install.txt and modpython.txt to note required Apache and mod_python ...Adrian Holovaty
2005-11-07Changed register_tag example in docs/templates_python.txt to be consistent wi...Adrian Holovaty
2005-11-07Fixed typo in docs/i18n.txt. Thanks, EsajAdrian Holovaty
2005-11-06Added note about CacheMiddleware to docs/i18n.txt.Adrian Holovaty
2005-11-06Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty
2005-11-06Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.Adrian Holovaty