summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2006-06-02Cleaned up some small formatting in docs/authentication.txtAdrian Holovaty
2006-06-02Fixed #1638 -- Documented shortcomings of development server in docs/django-a...Adrian Holovaty
2006-06-02Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templa...Adrian Holovaty
2006-06-02Fixed #1966 -- Documented list_per_page Admin optionAdrian Holovaty
2006-06-02Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add...Adrian Holovaty
2006-06-02Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txtAdrian Holovaty
2006-06-01Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ...Adrian Holovaty
2006-06-01Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ...Adrian Holovaty
2006-06-01Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txtAdrian Holovaty
2006-06-01Fixed #697 -- Added make_object_list parameter to archive_year generic view. ...Adrian Holovaty
2006-05-31Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian HolsmanAdrian Holovaty
2006-05-31Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodaiAdrian Holovaty
2006-05-31Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodaiAdrian Holovaty
2006-05-31Fixed typo in docs/tutorial02.txt. Thanks, Nick FishmanAdrian Holovaty
2006-05-31Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO...Adrian Holovaty
2006-05-26Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty
2006-05-25Made some edits to docs/templates_python.txt 'inclusion_tag' sectionAdrian Holovaty
2006-05-25Fixed #2001 -- corrected a couple of typos in the custom tag examples. ThanksMalcolm Tredinnick
2006-05-23Fixed incorrect link in docs/sites.txtAdrian Holovaty
2006-05-23Changed an overlooked occurrence of repr() to str(). Pointed out by JeremyMalcolm Tredinnick
2006-05-22Fixed ReST error in docs/sites.txt. I think.Adrian Holovaty
2006-05-22Added small bit to docs/sites.txtAdrian Holovaty
2006-05-22Added documentation for CurrentSiteManager to docs/sites.txtAdrian Holovaty
2006-05-22Fixed funky formatting in docs/model-api.txtAdrian Holovaty
2006-05-22Added docs/sites.txt -- documentation on the sites frameworkAdrian Holovaty
2006-05-22Added the missing django.contrib applications to docs/add_ons.txtAdrian Holovaty
2006-05-22Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty
2006-05-22Fixed #849 -- Improved login_required view decorator to save query-string par...Adrian Holovaty
2006-05-22Fixed #981 -- Documented backend-specific SQL filesAdrian Holovaty
2006-05-21Fixed #1957 -- Added docs for 'version' to docs/django-admin.txtAdrian Holovaty
2006-05-21Improved the advice on using QuerySets in extra_context based on feedback fromMalcolm Tredinnick
2006-05-20Documented that CommonMiddleware will not append a slash to URLs containing aMalcolm Tredinnick
2006-05-19Small cleanups to docs/model-api.txt and docs/django-admin.txtAdrian Holovaty
2006-05-19Fixed #1886 -- documented the syncdb option.Malcolm Tredinnick
2006-05-19Documented that the development server does not, by default handle staticMalcolm Tredinnick
2006-05-19Fixed #981 -- documented the SQL initial data insert files.Malcolm Tredinnick
2006-05-19Documented the simple_tag and inclusion_tag functions that make writing certainMalcolm Tredinnick
2006-05-18Fixed #1724 -- updated the output from the shell commands to match what we nowMalcolm Tredinnick
2006-05-17Clarified (hopefully) how to use the default settings override in configure().Malcolm Tredinnick
2006-05-17Clarified how extra_context values are evaluated and, in particular, how toMalcolm Tredinnick
2006-05-17Changed the link the "official tarball" to refer to the 0.91 release and addedMalcolm Tredinnick
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-16Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.frAdrian Holovaty
2006-05-15Fixed #1815: More documentation proof-reading from nico@teknico.net.Malcolm Tredinnick
2006-05-15Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.Malcolm Tredinnick
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
2006-05-09Fixed bugs in docs/model-api.txtAdrian Holovaty
2006-05-09Fixed #1811 -- Fixed inconsistencies in docs/overview.txtAdrian Holovaty
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-08Added CsrfMiddleware to contrib, and documentation.Luke Plant