| Age | Commit message (Expand) | Author |
| 2006-07-25 | Negligible formatting change to django/template/__init__.py | Adrian Holovaty |
| 2006-07-25 | Added resolve() and reverse() helper functions to django.core.urlresolvers | Adrian Holovaty |
| 2006-07-24 | Fixed typo in docs/i18n.txt | Adrian Holovaty |
| 2006-07-24 | Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt | Adrian Holovaty |
| 2006-07-24 | Added note to docs/contributing.txt about post-commit hook, for the curious | Adrian Holovaty |
| 2006-07-24 | Added 'Transactions in MySQL' section to docs/transactions.txt | Adrian Holovaty |
| 2006-07-24 | Added link to Luke Plant's current-user hack from docs/faq.txt | Adrian Holovaty |
| 2006-07-24 | Fixed adverse -> averse typo in docs/faq.txt | Adrian Holovaty |
| 2006-07-24 | Fixed legacy mention of DjangoContext in docs/templates_python.txt | Adrian Holovaty |
| 2006-07-23 | Fixed #2398 -- Updated ez_setup.py to version 0.6c1 | Adrian Holovaty |
| 2006-07-23 | Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]... | Adrian Holovaty |
| 2006-07-22 | Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414). | Malcolm Tredinnick |
| 2006-07-22 | Fixed #2397 -- fixed markdown test to be a bit more lenient in what counts as a | Malcolm Tredinnick |
| 2006-07-21 | Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa... | Jacob Kaplan-Moss |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed bug in comment feed turned up by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #1961 -- Made feed_url dynamic in syndication framework | Adrian Holovaty |
| 2006-07-21 | added tamil translation to the setup | Georg Bauer |
| 2006-07-21 | fixed #2371: added tamil translation | Georg Bauer |
| 2006-07-21 | Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ... | Adrian Holovaty |
| 2006-07-21 | Fixed keyboard slip that was accidentally committed | Russell Keith-Magee |
| 2006-07-21 | Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz... | Russell Keith-Magee |
| 2006-07-20 | Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex Dedul | Adrian Holovaty |
| 2006-07-20 | Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ... | Adrian Holovaty |
| 2006-07-20 | Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T... | Adrian Holovaty |
| 2006-07-20 | Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]... | Adrian Holovaty |
| 2006-07-20 | Argh - fixed another typo in the docs for [3395]. One of these days I'll lea... | Jacob Kaplan-Moss |
| 2006-07-20 | Another quick doc fix -- I must have "nodes" on the brain | Jacob Kaplan-Moss |
| 2006-07-20 | Small style fixes to docs from [3395] | Adrian Holovaty |
| 2006-07-20 | Oops, fixed small typo in [3395] | Jacob Kaplan-Moss |
| 2006-07-20 | Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ... | Jacob Kaplan-Moss |
| 2006-07-20 | Clarified debug naming of WSGIRequests | Russell Keith-Magee |
| 2006-07-20 | Fixed formatting of comments. | Russell Keith-Magee |
| 2006-07-19 | Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models. | Malcolm Tredinnick |
| 2006-07-19 | Fixed #1647 -- Included slightly more information in template syntax error | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2323 -- Made it possible to run make-messages without needing a | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixed | Malcolm Tredinnick |
| 2006-07-19 | Modified BooleanField's to_python method to play nice with encode()ed strings. | Russell Keith-Magee |
| 2006-07-19 | Modified to_python method for BooleanField so that the to_python(str(bool_val... | Russell Keith-Magee |
| 2006-07-19 | Fixed #2354 -- Added a note about "manage.py validate" to the list of useful | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03. | Malcolm Tredinnick |
| 2006-07-17 | Documented allow_tags attribute for admin change list methods | Adrian Holovaty |
| 2006-07-17 | Added 'Turning off auto-reload' section to docs/django-admin.txt | Adrian Holovaty |
| 2006-07-17 | Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. T... | Adrian Holovaty |
| 2006-07-15 | Fixed the timeuntil and timesince filter tests to not fail if the system clock | Malcolm Tredinnick |
| 2006-07-15 | Fixed a small typo in the wordwrap filter's docstring. | Malcolm Tredinnick |
| 2006-07-15 | More pre-emptive escaping of strings that should not be interpreted as HTML. | Malcolm Tredinnick |