| Age | Commit message (Expand) | Author |
| 2008-07-27 | Remove a couple mentions of manipulators (which are no longer relevant) from ... | James Bennett |
| 2008-07-27 | Made the Paginator class a bit more backwards compatible with the lecacy `Obj... | Gary Wilson Jr |
| 2008-07-27 | Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call. | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7320 -- For `object_list` generic view, the `page` argument can also b... | Gary Wilson Jr |
| 2008-07-27 | Missing compiled messages file from previous commit. | Jarek Zgoda |
| 2008-07-27 | Updated Polish translation (Austrian localflavor) | Jarek Zgoda |
| 2008-07-27 | Updated Swedish translations. | Ludvig Ericson |
| 2008-07-27 | Updated Swedish translations. | Ludvig Ericson |
| 2008-07-27 | Corrected wording in comment. | Gary Wilson Jr |
| 2008-07-27 | Fixed #6427 -- Added some more features to the Austrian localflavor. | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that all | Malcolm Tredinnick |
| 2008-07-27 | Removed trailing whitespace in admin docs. | Gary Wilson Jr |
| 2008-07-27 | Normalized the use of "JavaScript" in the documentation. | Gary Wilson Jr |
| 2008-07-27 | Fixed #7986 -- Added to the documentation the purpose of the `prepopulated_fi... | Gary Wilson Jr |
| 2008-07-27 | Fixed the admin_scripts tests to check for the right output with Python 2.4. | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7872 -- Fixed a missed case of promoting table joins when using | Malcolm Tredinnick |
| 2008-07-27 | Corrected spacing in warning message. | Gary Wilson Jr |
| 2008-07-27 | Fixed #7988 -- Corrected import of the warnings module, thanks richardh. | Gary Wilson Jr |
| 2008-07-27 | Removed some model saves from [8102] which were causing test failures under P... | Russell Keith-Magee |
| 2008-07-27 | Added missing svn:ignore property. | Russell Keith-Magee |
| 2008-07-27 | Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup... | Russell Keith-Magee |
| 2008-07-27 | Added missing svn:ignore property. | Russell Keith-Magee |
| 2008-07-27 | Fixed #7778 -- Fixed a tricky case of foreign key clearing with inherited | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7981 -- Wrap the manual transaction management in the | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7530, #7716 -- When using select_related() and encountering a NULL | Malcolm Tredinnick |
| 2008-07-27 | Changed one of the model_formsets tests to be immune to the differences in the | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7658 -- Added some Windows-specific tempfile handling. The standard | Malcolm Tredinnick |
| 2008-07-26 | Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7809 -- A few small updates to the French translation. Thanks, cbay. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't return | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7963 -- Corrected reference to deprecated properties in UploadedFile d... | Russell Keith-Magee |
| 2008-07-26 | Added an ordering definition to make test output reliable across database bac... | Russell Keith-Magee |
| 2008-07-26 | Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7345 -- When normalising the URLField form field, attach a trailing | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients. | Malcolm Tredinnick |
| 2008-07-26 | Removed some completely pointless test changes from [8084], since they were | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7967 -- Make sure the __contains__ method in the cache backends call the | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7574 -- Fixed the handling of lazy translation in email headers. | Malcolm Tredinnick |
| 2008-07-26 | Corrected typo. | Gary Wilson Jr |
| 2008-07-26 | Fixed #7948 -- Fixed a typo in the linebreaks filter documentation, pointed out | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7959 -- Small typo fix in pt_BR. Thanks, marinho. | Malcolm Tredinnick |
| 2008-07-26 | Fix #7910 -- Added a missing import used when "django-admin.py compilemessages" | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report. | Russell Keith-Magee |
| 2008-07-26 | Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steina... | Gary Wilson Jr |
| 2008-07-25 | Fixed #7398 -- Allow for custom cache-backends to be used. | Malcolm Tredinnick |
| 2008-07-25 | Standardised documentation of the Field help_text option and ModelAdmin.field... | Luke Plant |
| 2008-07-25 | Fixed #6109 again. | Luke Plant |
| 2008-07-25 | Fixed #7937 -- Corrected typo in layout of db docs. Thanks to John Scott for ... | Russell Keith-Magee |