| Age | Commit message (Expand) | Author |
| 2008-07-28 | Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje... | Gary Wilson Jr |
| 2008-07-28 | Fixed #7853 -- Fixed another case of deleting inherited models with foreign key | Malcolm Tredinnick |
| 2008-07-28 | Put back [8120] along with a small tweak. Fixed #6217. | Malcolm Tredinnick |
| 2008-07-28 | Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a... | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2 | Malcolm Tredinnick |
| 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 | 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 | 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 | 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 | Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup... | Russell Keith-Magee |
| 2008-07-27 | Fixed #7778 -- Fixed a tricky case of foreign key clearing with inherited | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7530, #7716 -- When using select_related() and encountering a NULL | 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 #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 | 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 | 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-25 | Fixed #7398 -- Allow for custom cache-backends to be used. | Malcolm Tredinnick |
| 2008-07-25 | Fixed #6109 again. | Luke Plant |
| 2008-07-25 | Update to the Italian translation. No msgstr changed/added/deleted, just | Nicola Larosa |
| 2008-07-24 | Fixed Oracle backend failure in test suite for modeltests.queries. Item.obje... | Matt Boersma |
| 2008-07-24 | Updated Polish translation | Jarek Zgoda |
| 2008-07-24 | Updated Spanish translation. | Marc Garcia |
| 2008-07-23 | Improved admin model registration options: you can now register using registe... | Jacob Kaplan-Moss |
| 2008-07-23 | Fixed #7914 -- Added some missing __init__.py files that were missed when the... | Russell Keith-Magee |
| 2008-07-23 | Allow for matches against unsaved objects in querysets (which will therefore | Malcolm Tredinnick |
| 2008-07-23 | Added the ability to customize the prefix value on an inline formset. Fixes #... | Brian Rosner |
| 2008-07-23 | Made the semi-private _max_form_count live on the public API of formsets by r... | Brian Rosner |
| 2008-07-23 | Fixed #7898 -- Moved formset media definition to a media property in InlineAd... | Brian Rosner |
| 2008-07-22 | Fixed #7813 -- Allow pickling of Query classes that use select_related(). | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-( | Malcolm Tredinnick |
| 2008-07-22 | To ensure that a model BooleanField has an explicit value set (and since it's | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T... | Adrian Holovaty |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-22 | Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking | Adrian Holovaty |