| Age | Commit message (Expand) | Author |
| 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-20 | Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte... | 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 #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-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-11 | Fixed a bug in the way file uploads were constructed. The new behaviour | 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 #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-02 | Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks, | Malcolm Tredinnick |
| 2007-06-01 | rollback on dummy database now has no effect (previously raised an error). Th... | Simon Willison |
| 2007-06-01 | Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser... | Russell Keith-Magee |
| 2007-06-01 | Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-06-01 | Fixed #3206 -- Changed ETag comparison to only return 304 when the normal | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4290 -- Added a warning about trailing slashes to the project settings | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4427 -- Ported daily_cleanup.py to use model API for greater | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only code | Malcolm Tredinnick |
| 2007-05-31 | Fixed #4441 -- Made a small optimization to the regroup template tag implemen... | Adrian Holovaty |
| 2007-05-31 | Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ... | Russell Keith-Magee |
| 2007-05-31 | Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral | Jacob Kaplan-Moss |
| 2007-05-29 | Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure | Malcolm Tredinnick |
| 2007-05-29 | Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ... | Russell Keith-Magee |
| 2007-05-28 | Fixed a serialization problem with objects that have a foreign key on an obje... | Russell Keith-Magee |
| 2007-05-27 | Report an error if urlpatterns contain a string view name and it is empty. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4323 -- Added the ability to display author names without email | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4372 -- Fixed a small typo in an error message. Thanks, John Shaffer. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4377 -- Small tweak to the German translation. Thanks, Frank Tegtmeyer. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4383 -- Updated Catalan translation. Thanks, Marc Fargas. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #3718 -- Exposed form errors to cleaning methods as soon as they are | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4297 -- Made form errors available to sub-classes. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4390, #4385 -- Made it clear that cleaned_data wasn't being assigned to | Malcolm Tredinnick |
| 2007-05-24 | Fixed #4378 -- Fixed a broken format string. | Malcolm Tredinnick |
| 2007-05-22 | Fixed #3397 (again): admin_order_field is now displayed correctly in the admi... | Jacob Kaplan-Moss |
| 2007-05-22 | Fixed #4357 -- Removed a type conversion that was only introduced in | Malcolm Tredinnick |
| 2007-05-21 | Removed some cruft left over from fixing problems in the move to DecimalField | Malcolm Tredinnick |
| 2007-05-21 | Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson. | Malcolm Tredinnick |