summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2005-08-05Changed 'check back within 48 hours' message, because it's blatantly false --...Adrian Holovaty
2005-08-05Changed 'django-admin startapp' so that it doesn't create the 'urls' director...Adrian Holovaty
2005-08-05Small formatting improvement to docs/db-api.txtAdrian Holovaty
2005-08-05Added 'How this is possible' section to docs/db-api.txt, describing keyword a...Adrian Holovaty
2005-08-04Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantleyAdrian Holovaty
2005-08-02Changed faq to say explicitly that db.queries includes all SQL statementsAdrian Holovaty
2005-08-02Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt CroydonAdrian Holovaty
2005-08-02Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espenAdrian Holovaty
2005-08-01Added 'Can I use Django with a pre-existing database?' to the FAQAdrian Holovaty
2005-08-01Fixed small typo in docs/overview.txt -- thanks, TrentAdrian Holovaty
2005-08-01Fixed duplicate code bug in docs/overview.txt -- thanks, James KewAdrian Holovaty
2005-08-01Additional clarification to [365]Adrian Holovaty
2005-08-01Clarified Tutorial 3 to explain settings have changed -- thanks, Robin MunnAdrian Holovaty
2005-08-01Fixed typo in tutorial03 -- thanks, Robin MunnAdrian Holovaty
2005-08-01Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...Adrian Holovaty
2005-07-28Changed docs/install.txt to note SQLite support and requirement for pysqlite ...Adrian Holovaty
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