summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2005-08-10Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunnAdrian Holovaty
2005-08-09Copy-edited docs/templates.txtAdrian Holovaty
2005-08-09Removed Janet Reno example from doc/templates.txt -- thanks, BobAdrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-09Fixed #293 -- Typo in tutorial04. Thanks, espen@grindhaug.orgAdrian Holovaty
2005-08-09Fixed #290 -- Thanks, Matt CroydonAdrian Holovaty
2005-08-08Fixed formatting problem in docs/tutorial03.txtAdrian Holovaty
2005-08-08Added docs/tutorial04.txtAdrian Holovaty
2005-08-08Fixed typos in generic-views documentationAdrian Holovaty
2005-08-08Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ...Adrian Holovaty
2005-08-08Made some improvements/clean-ups to docs/tutorial03.txtAdrian Holovaty
2005-08-07Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS...Adrian Holovaty
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