| Age | Commit message (Expand) | Author |
| 2007-06-23 | Fixed a Python 2.3 incompatibility I overlooked in [5516]. | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on a | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. Thanks | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter. | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-21 | Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django... | Adrian Holovaty |
| 2007-06-20 | Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, john.scott.at... | Adrian Holovaty |
| 2007-06-20 | Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@... | Adrian Holovaty |
| 2007-06-20 | Fixed #4537 -- Added note to docs/install.txt about get_python_lib() shortcut... | Adrian Holovaty |
| 2007-06-20 | Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte... | Adrian Holovaty |
| 2007-06-20 | Added glin@seznam.cz to AUTHORS (from [5500]) | Adrian Holovaty |
| 2007-06-20 | Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U... | Adrian Holovaty |
| 2007-06-20 | Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html... | Adrian Holovaty |
| 2007-06-20 | Fixed #4586 -- Fixed typo in docs/tutorial01.txt. | Adrian Holovaty |
| 2007-06-20 | Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache ... | Adrian Holovaty |
| 2007-06-20 | Fixed #4618 -- Fixed error in django.contrib.redirects new_path handling. Tha... | Adrian Holovaty |
| 2007-06-19 | Fixed behaviour of contrib.auth.forms.PasswordResetForm when more than | Luke Plant |
| 2007-06-18 | Updated documentation for User.objects.make_random_password, fixing | Luke Plant |
| 2007-06-17 | Trivial formatting changes. | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4576 -- Updated Swedish translation. Thanks, Ludvig Ericson. | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr() | Malcolm Tredinnick |
| 2007-06-17 | Changed ETag computation to first check if an ETag header already exists in the | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-15 | Fixed #4015 -- Changed login() and logout() messages to update request.user if | Malcolm Tredinnick |
| 2007-06-15 | Fixed #3972 -- Updated docstring. Patch from SmileyChris. | Malcolm Tredinnick |
| 2007-06-15 | Fixed #4531 -- Added a bit more randomness to session idents. Thanks, Frank | Malcolm Tredinnick |
| 2007-06-15 | Fixed #4547 -- Included a fix missed in [5468]. | Malcolm Tredinnick |
| 2007-06-13 | Fixed #4547 -- Trivial typo fixing time. Thanks, Grant Kelly. | Malcolm Tredinnick |
| 2007-06-12 | Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk. | Malcolm Tredinnick |
| 2007-06-11 | Fixed a bug in the way file uploads were constructed. The new behaviour | Malcolm Tredinnick |
| 2007-06-11 | Fixed #4473 -- Added documentation of the three cleaning methods invoked on | Malcolm Tredinnick |
| 2007-06-11 | Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for the | Malcolm Tredinnick |
| 2007-06-11 | Fixed #3807 -- Some small fixes to a couple of examples. Thanks, | Malcolm Tredinnick |
| 2007-06-10 | Added a man page for django-admin.py. Also install it correctly as part of the | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4335 -- Added Python executable binary path and version to debug output. | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table has | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4462 -- Use builtin reversed() function when available (in "for" tag). | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4475 -- Fixed a problem that was preventing streaming tests for the | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it. | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-date | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4518 -- Added handling of empty strings in typecast_decimal() for | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4489 -- Made a small grammatical tweak to Dutch translation. Thanks, | Malcolm Tredinnick |
| 2007-06-08 | Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil... | Russell Keith-Magee |
| 2007-06-07 | Made some changes to docs/newforms.txt that I'd had lying around | Adrian Holovaty |
| 2007-06-07 | Fixed misspelling in docs/add_ons.txt from [5432] | Adrian Holovaty |
| 2007-06-07 | Fixed typo in docs/db-api.txt from [5431] | Adrian Holovaty |
| 2007-06-07 | Fixed #4214: added a bit of explicit info on updating FK fields to db-api.txt... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #4000 - changed documentation to note that filter arguments no longer n... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #3880: added a link to the transaction docs from the model API. Thanks,... | Jacob Kaplan-Moss |