summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2005-07-19Fixed #67 -- Human-readable name is now optional in model fields. If a second...Adrian Holovaty
2005-07-19Fixed ReST formatting bug in db-api.txtAdrian Holovaty
2005-07-19Added screenshots to admin css docsWilson Miner
2005-07-19Fixed error in instructions for form labels.Wilson Miner
2005-07-19Added support for istartswith and iendswith in database APIAdrian Holovaty
2005-07-19Fixed typo in tutorial03 -- thanks, Robin MunnAdrian Holovaty
2005-07-19Changed tutorial03 to match the new error message from [193]Adrian Holovaty
2005-07-19Small formatting fix to tutorial03Adrian Holovaty
2005-07-19Word-wrapped some code examples in tutorial03Adrian Holovaty
2005-07-19Small formatting fix to tutorial03Adrian Holovaty
2005-07-19Small clarification to tutorial03Adrian Holovaty
2005-07-19Fixed stupid error in tutorial03Adrian Holovaty
2005-07-19Added docs/tutorial03Adrian Holovaty
2005-07-19Fixed bug in [191]Adrian Holovaty
2005-07-19Fixed #54 -- Corrected typos in urlconfs in docs/overview. Thanks, james!Adrian Holovaty
2005-07-18Added scary warning about not using the development server in production envi...Adrian Holovaty
2005-07-18Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also...Adrian Holovaty
2005-07-18Fixed #52 -- Corrected and clarified some things in docs/model-api. Thanks, D...Adrian Holovaty
2005-07-18Fixed #71 -- Changed default admin base_site template to use example.com inst...Adrian Holovaty
2005-07-18Added link to compiled Windows psycopg in docs/install.txtAdrian Holovaty