| Age | Commit message (Expand) | Author |
| 2008-08-25 | Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7317: the x-view middleware is no longer enabled by default. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c... | Russell Keith-Magee |
| 2008-08-25 | Fixed #8517 - updated Polish translations. Thanks, Piotr Lewandowski. | Jarek Zgoda |
| 2008-08-25 | Fixed #7460 -- Made the "cache" template tag always generate keys that can be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2 | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8522 -- Allow app_index to take extra_context to be consistent with th... | Brian Rosner |
| 2008-08-25 | Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks... | Brian Rosner |
| 2008-08-25 | Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple. | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8510 -- Allow both strings (mostly for the admin) and integers to be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can | Malcolm Tredinnick |
| 2008-08-24 | Fixed #8520 -- Corrected a dumb typo in the call to password_change in django... | Brian Rosner |
| 2008-08-24 | Fixed #7628 -- Oracle backend won't try to recreate existing sequences during... | Matt Boersma |
| 2008-08-24 | Fixed #8129: Modified the password reset email template to use a URL lookup, ... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8298: Added a to_python method for integer fields. This ensures that t... | Russell Keith-Magee |
| 2008-08-24 | Added app_label to the context for the add user admin view. | Russell Keith-Magee |
| 2008-08-24 | Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r... | Russell Keith-Magee |
| 2008-08-23 | Avoid a crash when unencoding session data for the db backend. This is required | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. Patch | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8359 -- Add an admin log entry when creating a new user. | Malcolm Tredinnick |
| 2008-08-23 | Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;... | Justin Bronn |
| 2008-08-23 | Tweaked the Admin add/change page so that "save" is still the highlighted | Malcolm Tredinnick |
| 2008-08-23 | Updated German translation | Jannis Leidel |
| 2008-08-23 | Removed a relatively pointless QuerySet clone introduced in [8472]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8495 -- Updated Hebrew translation. Thanks, mksoft. | Malcolm Tredinnick |
| 2008-08-23 | Tests for password change process. Thanks, Mike Richardson. Fixed #8402. | Malcolm Tredinnick |
| 2008-08-23 | Updated password change template (in admin templates) to use current form | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8259 -- Handle an error situation that we should never see, but still | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8214 -- Added back a stringification that was dropped during [8131]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge | Malcolm Tredinnick |
| 2008-08-23 | Small edit of [8491]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7244 -- Allow widget overriding in subclasses for ModelChoiceField, | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7042 -- The management validation command nows alerts users to the | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8498 -- Add the ability to customize the template for app_index simila... | Brian Rosner |
| 2008-08-23 | Reverted [8481] and [8482] while we work out what is going on with #8453 and ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #7946: Modified object history template to use a common date format. Th... | Russell Keith-Magee |
| 2008-08-23 | Fixed #7776: Ensured that the test cookie is always deleted once a login has ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #7747: Altered EmailMessage such that messages with long subject lines ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil... | Russell Keith-Magee |
| 2008-08-23 | Fixed #8465. Mark KML input as safe so elements aren't escaped; added some de... | Justin Bronn |
| 2008-08-23 | Fixed #8367 -- Pass the object to get_form from get_fieldsets in ModelAdmin. ... | Brian Rosner |
| 2008-08-23 | Fixed #8040 -- SlugField now returns a proper formfield to deal with validati... | Brian Rosner |
| 2008-08-23 | Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv... | Brian Rosner |
| 2008-08-23 | Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql backend. ... | Brian Rosner |
| 2008-08-23 | Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e... | Brian Rosner |
| 2008-08-23 | Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don... | Brian Rosner |