summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2005-07-18Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2....Adrian Holovaty
2005-07-18Improved docs/install.txt to say you don't have to run 'setup.py install' if ...Adrian Holovaty
2005-07-18Fixed #57 -- Added some more helpful mod_python information to tutorial 2 -- ...Adrian Holovaty
2005-07-18Fixed #50 -- Fixed small bug in tutorial1 directory-listing example. Thanks, ...Adrian Holovaty
2005-07-17Fixed inevitable ReST bugs in [150]Adrian Holovaty
2005-07-17Fixed inevitable ReST bugs in [149]Adrian Holovaty
2005-07-17Fixed inevitable ReST bugs in [148]Adrian Holovaty
2005-07-17Added notes to documentation that MySQL support has not been comprehensively ...Adrian Holovaty
2005-07-17Changed tutorial01 to clarify how to set an environment variable in Windows. ...Adrian Holovaty