| Age | Commit message (Expand) | Author |
| 2005-08-10 | Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunn | Adrian Holovaty |
| 2005-08-09 | Copy-edited docs/templates.txt | Adrian Holovaty |
| 2005-08-09 | Removed Janet Reno example from doc/templates.txt -- thanks, Bob | Adrian Holovaty |
| 2005-08-09 | Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself.... | Adrian Holovaty |
| 2005-08-09 | Fixed #293 -- Typo in tutorial04. Thanks, espen@grindhaug.org | Adrian Holovaty |
| 2005-08-09 | Fixed #290 -- Thanks, Matt Croydon | Adrian Holovaty |
| 2005-08-08 | Fixed formatting problem in docs/tutorial03.txt | Adrian Holovaty |
| 2005-08-08 | Added docs/tutorial04.txt | Adrian Holovaty |
| 2005-08-08 | Fixed typos in generic-views documentation | Adrian Holovaty |
| 2005-08-08 | Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ... | Adrian Holovaty |
| 2005-08-08 | Made some improvements/clean-ups to docs/tutorial03.txt | Adrian Holovaty |
| 2005-08-07 | Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS... | Adrian Holovaty |
| 2005-08-05 | Changed 'check back within 48 hours' message, because it's blatantly false --... | Adrian Holovaty |
| 2005-08-05 | Changed 'django-admin startapp' so that it doesn't create the 'urls' director... | Adrian Holovaty |
| 2005-08-05 | Small formatting improvement to docs/db-api.txt | Adrian Holovaty |
| 2005-08-05 | Added 'How this is possible' section to docs/db-api.txt, describing keyword a... | Adrian Holovaty |
| 2005-08-04 | Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley | Adrian Holovaty |
| 2005-08-02 | Changed faq to say explicitly that db.queries includes all SQL statements | Adrian Holovaty |
| 2005-08-02 | Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt Croydon | Adrian Holovaty |
| 2005-08-02 | Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espen | Adrian Holovaty |
| 2005-08-01 | Added 'Can I use Django with a pre-existing database?' to the FAQ | Adrian Holovaty |
| 2005-08-01 | Fixed small typo in docs/overview.txt -- thanks, Trent | Adrian Holovaty |
| 2005-08-01 | Fixed duplicate code bug in docs/overview.txt -- thanks, James Kew | Adrian Holovaty |
| 2005-08-01 | Additional clarification to [365] | Adrian Holovaty |
| 2005-08-01 | Clarified Tutorial 3 to explain settings have changed -- thanks, Robin Munn | Adrian Holovaty |
| 2005-08-01 | Fixed typo in tutorial03 -- thanks, Robin Munn | Adrian Holovaty |
| 2005-08-01 | Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the... | Adrian Holovaty |
| 2005-07-28 | Changed docs/install.txt to note SQLite support and requirement for pysqlite ... | Adrian Holovaty |
| 2005-07-26 | Fixed #143 -- Clarified the need for an environment variable in tutorial 1. T... | Adrian Holovaty |
| 2005-07-26 | Fixed #166 -- Added an 'in' lookup type to the database API | Adrian Holovaty |
| 2005-07-26 | Added 'ne' lookup type to docs/db-api | Adrian Holovaty |
| 2005-07-26 | Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima... | Adrian Holovaty |
| 2005-07-26 | Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi | Adrian Holovaty |
| 2005-07-26 | Removed 'use_numeric_months' parameter in generic date views (from [308]) in ... | Adrian Holovaty |
| 2005-07-25 | Fixed #196: date-based generic views now have a "use_numeric_months" option i... | Jacob Kaplan-Moss |
| 2005-07-25 | Copy-edited docs from [303] and [304] | Adrian Holovaty |
| 2005-07-25 | Cleaned up FAQ changes from [303] | Adrian Holovaty |
| 2005-07-24 | A bunch of generics: documentation of generic views; cleaned up existing gene... | Jacob Kaplan-Moss |
| 2005-07-24 | Added formfields/manipulators docs; added a few notes to the FAQ | Jacob Kaplan-Moss |
| 2005-07-23 | Fixed #169 -- Thanks, django@gimbo.org.uk | Adrian Holovaty |
| 2005-07-22 | Fixed #153 -- Changed docs to use new ordering syntax | Adrian Holovaty |
| 2005-07-22 | Added sqlite3 database backend -- somewhat tested, but probably not 100% perf... | Jacob Kaplan-Moss |
| 2005-07-21 | Fixed typos in docs/url_dispatch from [282] | Adrian Holovaty |
| 2005-07-21 | Fixed spelling error and reworded mod_python PythonInterpreter section of docs | Adrian Holovaty |
| 2005-07-21 | Fixed #141 -- thanks sdelatorre@gmail.com | Jacob Kaplan-Moss |
| 2005-07-21 | Rolled a number of comments into documentation; thanks to all those who contr... | Jacob Kaplan-Moss |
| 2005-07-21 | Updated url dispatch docs to make it more clear that the prefix need not end ... | Jacob Kaplan-Moss |
| 2005-07-21 | Rolled comments on faq into the FAQ | Jacob Kaplan-Moss |
| 2005-07-21 | Rolled comments on tutorial 3 into document and cleaned up a few things. | Jacob Kaplan-Moss |
| 2005-07-21 | No, [278] missed the actual bug; this should fix it | Jacob Kaplan-Moss |