| Age | Commit message (Expand) | Author |
| 2008-09-02 | Bump legacy support branch to 0.95.4 for impending security releasestable/0.95.x | James Bennett |
| 2008-09-02 | Security fix. Announcement forthcoming. | Jacob Kaplan-Moss |
| 2008-05-14 | Version bump 0.95.2 -> 0.95.3 for forthcoming security bugfix release | James Bennett |
| 2008-05-14 | Backport [7521] to 0.95-bugfixes per security policy; announcement and securi... | James Bennett |
| 2007-10-26 | i18n security fix. Details will be posted shortly to the Django mailing lists... | Jacob Kaplan-Moss |
| 2007-02-10 | Backport generic-relations data loss fix from [4428]. Thanks to Malcolm for p... | James Bennett |
| 2007-01-20 | 0.95-bugfixes: Apply flup traceback suppression from [4170] | James Bennett |
| 2007-01-20 | 0.95-bugfixes: Update VERSION for impending 0.95.1 release | James Bennett |
| 2007-01-20 | 0.95-bugfixes: Apply fix to LazyUser from [3754] | James Bennett |
| 2007-01-20 | 0.95-bugfixes: Apply security fix from [3592] and Windows compatibility for s... | James Bennett |
| 2006-07-28 | Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo... | Adrian Holovaty |
| 2006-07-28 | Changed django.VERSION to (0, 95, None) to signify final 0.95 release | Adrian Holovaty |
| 2006-07-28 | Removed bug from [3461] -- __name__ is not assignable | Adrian Holovaty |
| 2006-07-28 | Added django.db.models.permalink decorator, which decorates a function that r... | Adrian Holovaty |
| 2006-07-28 | Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco... | Adrian Holovaty |
| 2006-07-28 | Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph. | Jacob Kaplan-Moss |
| 2006-07-27 | Fixed #1650: the {% extends %} tag now can extend a Template object passed in... | Jacob Kaplan-Moss |
| 2006-07-27 | Fixed #2375 -- Changed password_reset auth view to make e-mail template name ... | Adrian Holovaty |
| 2006-07-27 | Fixed #2388 -- login_required decorator now preserves docstring and name of d... | Adrian Holovaty |
| 2006-07-27 | Changed output of django-admin.py --version to use a hyphen instead of parent... | Adrian Holovaty |
| 2006-07-27 | Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub... | Adrian Holovaty |
| 2006-07-27 | Fixed #2433 -- Added allow_future option to date-based generic views | Adrian Holovaty |
| 2006-07-25 | Made correction to a comment in django/template/loader_tags.py | Adrian Holovaty |
| 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-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-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 | 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 | 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 |