| Age | Commit message (Expand) | Author |
| 2006-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to | Malcolm Tredinnick |
| 2006-06-20 | Added draft of docs/fastcgi.txt. Haven't finished editing this yet. | Adrian Holovaty |
| 2006-06-20 | Added 'method' attribute to HttpRequest objects | Adrian Holovaty |
| 2006-06-20 | Fixed ReST error in [3158]. I think. | Adrian Holovaty |
| 2006-06-20 | Added 'Why is Django leaking memory?' to docs/faq.txt | Adrian Holovaty |
| 2006-06-19 | Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman. | Malcolm Tredinnick |
| 2006-06-19 | Fixed #1473 -- Added support for categories back into syndication feeds | Malcolm Tredinnick |
| 2006-06-18 | Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net | Adrian Holovaty |
| 2006-06-18 | Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. T... | Adrian Holovaty |
| 2006-06-18 | Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. | Malcolm Tredinnick |
| 2006-06-17 | Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model's | Malcolm Tredinnick |
| 2006-06-16 | Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands to | Malcolm Tredinnick |
| 2006-06-14 | Fixed #2141 -- corrected indentation problems in a couple of the code fragments. | Malcolm Tredinnick |
| 2006-06-14 | Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of... | Adrian Holovaty |
| 2006-06-08 | Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com | Adrian Holovaty |
| 2006-06-08 | Added 'Is Django a content-management-system?' to the faq | Adrian Holovaty |
| 2006-06-07 | Added section to docs/db-api.txt get_or_create() section about GET vs. POST | Adrian Holovaty |
| 2006-06-07 | Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable | Adrian Holovaty |
| 2006-06-07 | Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro | Adrian Holovaty |
| 2006-06-07 | Added Manager.get_or_create() | Adrian Holovaty |
| 2006-06-06 | fixed #2089: added language bidirectional support and updated the admin to us... | Georg Bauer |
| 2006-06-06 | Made template names in django.contrib.auth.views passable as template_name ar... | Adrian Holovaty |
| 2006-06-05 | Updated my URL in the FAQ doc. | Wilson Miner |
| 2006-06-04 | Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha... | Adrian Holovaty |
| 2006-06-04 | Added django.contrib.humanize, a set of template tags for adding a 'human tou... | Adrian Holovaty |
| 2006-06-03 | Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s... | Adrian Holovaty |
| 2006-06-03 | Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka... | Adrian Holovaty |
| 2006-06-02 | Cleaned up some small formatting in docs/authentication.txt | Adrian Holovaty |
| 2006-06-02 | Fixed #1638 -- Documented shortcomings of development server in docs/django-a... | Adrian Holovaty |
| 2006-06-02 | Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templa... | Adrian Holovaty |
| 2006-06-02 | Fixed #1966 -- Documented list_per_page Admin option | Adrian Holovaty |
| 2006-06-02 | Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add... | Adrian Holovaty |
| 2006-06-02 | Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txt | Adrian Holovaty |
| 2006-06-01 | Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ... | Adrian Holovaty |
| 2006-06-01 | Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ... | Adrian Holovaty |
| 2006-06-01 | Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt | Adrian Holovaty |
| 2006-06-01 | Fixed #697 -- Added make_object_list parameter to archive_year generic view. ... | Adrian Holovaty |
| 2006-05-31 | Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman | Adrian Holovaty |
| 2006-05-31 | Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 2006-05-31 | Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 2006-05-31 | Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman | Adrian Holovaty |
| 2006-05-31 | Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO... | Adrian Holovaty |
| 2006-05-26 | Fixed #1998 -- Changed double quotes to single quotes | Adrian Holovaty |
| 2006-05-25 | Made some edits to docs/templates_python.txt 'inclusion_tag' section | Adrian Holovaty |
| 2006-05-25 | Fixed #2001 -- corrected a couple of typos in the custom tag examples. Thanks | Malcolm Tredinnick |
| 2006-05-23 | Fixed incorrect link in docs/sites.txt | Adrian Holovaty |
| 2006-05-23 | Changed an overlooked occurrence of repr() to str(). Pointed out by Jeremy | Malcolm Tredinnick |
| 2006-05-22 | Fixed ReST error in docs/sites.txt. I think. | Adrian Holovaty |