summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2005-07-26Fixed #143 -- Clarified the need for an environment variable in tutorial 1. T...Adrian Holovaty
2005-07-26Fixed #166 -- Added an 'in' lookup type to the database APIAdrian Holovaty
2005-07-26Added 'ne' lookup type to docs/db-apiAdrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-26Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fiAdrian Holovaty
2005-07-26Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...Adrian Holovaty
2005-07-25Fixed #196: date-based generic views now have a "use_numeric_months" option i...Jacob Kaplan-Moss
2005-07-25Copy-edited docs from [303] and [304]Adrian Holovaty
2005-07-25Cleaned up FAQ changes from [303]Adrian Holovaty
2005-07-24A bunch of generics: documentation of generic views; cleaned up existing gene...Jacob Kaplan-Moss
2005-07-24Added formfields/manipulators docs; added a few notes to the FAQJacob Kaplan-Moss
2005-07-23Fixed #169 -- Thanks, django@gimbo.org.ukAdrian Holovaty
2005-07-22Fixed #153 -- Changed docs to use new ordering syntaxAdrian Holovaty
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...Jacob Kaplan-Moss
2005-07-21Fixed typos in docs/url_dispatch from [282]Adrian Holovaty
2005-07-21Fixed spelling error and reworded mod_python PythonInterpreter section of docsAdrian Holovaty
2005-07-21Fixed #141 -- thanks sdelatorre@gmail.comJacob Kaplan-Moss
2005-07-21Rolled a number of comments into documentation; thanks to all those who contr...Jacob Kaplan-Moss
2005-07-21Updated url dispatch docs to make it more clear that the prefix need not end ...Jacob Kaplan-Moss
2005-07-21Rolled comments on faq into the FAQJacob Kaplan-Moss
2005-07-21Rolled comments on tutorial 3 into document and cleaned up a few things.Jacob Kaplan-Moss
2005-07-21No, [278] missed the actual bug; this should fix itJacob Kaplan-Moss
2005-07-21Fixed ReST bug in [277]Jacob Kaplan-Moss
2005-07-21Added note about using different settings modules in the same virtual hostJacob Kaplan-Moss
2005-07-21Fixed #135 -- Added 'Multiple Django installations on the same Apache' to doc...Adrian Holovaty
2005-07-21Changed tutorial docs to account for auto-reload on the development serverAdrian Holovaty
2005-07-21Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty
2005-07-21Added 'django-admin createsuperuser' and updated tutorial to use it instead o...Adrian Holovaty
2005-07-21Added 'Serving media files' to docs/modpython.txtAdrian Holovaty
2005-07-21Fixed #103 -- Changed docs/install.txt to note there is no official version yetAdrian Holovaty
2005-07-20Added optional rel_name parameter to ManyToManyField, which makes it possible...Adrian Holovaty
2005-07-20Fixed #123 -- thanks jay!Jacob Kaplan-Moss
2005-07-20Added note about ForeignKey("self"); fixes #100Jacob Kaplan-Moss
2005-07-20Added clarification about 'django-admin.py sqlclear' to docs/tutorial01Adrian Holovaty
2005-07-20Fixed small problem in [250]Jacob Kaplan-Moss
2005-07-20Added "philosophy" sections to tutorials so they can be styled differentlyJacob Kaplan-Moss
2005-07-20Added '--settings' option to django-admin. This specifies which settings modu...Adrian Holovaty
2005-07-20Added 'How can I customize the functionality of the admin interface?' to FAQAdrian Holovaty
2005-07-20Fixed typos and tightened up docs/url_dispatch.txtAdrian Holovaty
2005-07-19Fixed inevitable ReST bug in [224]Adrian Holovaty
2005-07-19Added better description of SlugFieldAdrian Holovaty
2005-07-19Changed docs/cache to add docs for site-wide caching, via the cache middlewareAdrian Holovaty
2005-07-19Added 'Running a development server with mod_python' to docs/modpython.txtAdrian Holovaty
2005-07-19Added note about 'PythonDebug Off' to docs/modpython.txtAdrian Holovaty
2005-07-19Added some more to docs/modpython.txtAdrian Holovaty
2005-07-19Removed redundant word from docs/modpython.txtAdrian Holovaty
2005-07-19Added note to tutorial02 on how to stop the development server on Unix vs. Wi...Adrian Holovaty
2005-07-19Added 'How can I see the raw SQL queries Django is running?' to the FAQAdrian Holovaty
2005-07-19Added 'How to use Django with mod_python' -- docs/modpython.txtAdrian Holovaty
2005-07-19Fixed bug in example exception in tutorial03 -- thanks, Amit UpadhyayAdrian Holovaty