| Age | Commit message (Expand) | Author |
| 2008-08-29 | Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien. | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa... | Brian Rosner |
| 2008-08-29 | Fixed #8668: prevent MySQL from running the new test from [8676]. | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin. | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8651: correctly deserialize objects with 0 for pk/fk. | Jacob Kaplan-Moss |
| 2008-08-28 | Updated a few save() methods on models to accept force_insert and force_update | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w... | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha... | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8597 -- Allow the use of strings containing underscores and percentage | Malcolm Tredinnick |
| 2008-08-27 | Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8534: getting the size of a file no longer opens it (at least for the ... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8175: don't open files we're about to close. This was a pesky bug to t... | Jacob Kaplan-Moss |
| 2008-08-27 | FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ... | Jacob Kaplan-Moss |
| 2008-08-27 | Added a test to ensure that strings in RSS are properly escaped. Refs #6533. | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-27 | Added a test from kcarnold to show that #7498 is fixed. Refs #7498. | Malcolm Tredinnick |
| 2008-08-26 | Tweaked the admin validation code to make things a bit easier to read. Tracing | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. | Malcolm Tredinnick |
| 2008-08-26 | Updated comment tests to hook up URLs in the correct manner. This fixes a bun... | Jacob Kaplan-Moss |
| 2008-08-26 | Cleaned up some tests I broke as a result of the escapejs changes in [8577]. | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8036 -- Fixed a case when attempting to traverse non-existent related | Malcolm Tredinnick |
| 2008-08-26 | Updated comment signals to provide enough information to actually act on. Thi... | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware | Malcolm Tredinnick |
| 2008-08-26 | Fixed #7177 -- Added extra robustness to the escapejs filter so that all | Malcolm Tredinnick |
| 2008-08-26 | Hid a few QuerySet regression tests from Python 2.6 due to a bug in the the | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8106 -- Untangled some problems with complex select_related() queries | Malcolm Tredinnick |
| 2008-08-25 | Refactored Django's comment system. | Jacob Kaplan-Moss |
| 2008-08-25 | Because the filter tests take non-zero time to pass, it's possible for one of | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ... | Jacob Kaplan-Moss |
| 2008-08-25 | Updated `TimeInput` changes from [8491] to allow time widgets to be used with... | 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 #7460 -- Made the "cache" template tag always generate keys that can be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2 | Malcolm Tredinnick |
| 2008-08-25 | Improved the regression test in [8460] a bit, based on some information from | 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 | Added a test to show that [8472] also fixed #8254. | Malcolm Tredinnick |
| 2008-08-24 | Fixed #8298: Added a to_python method for integer fields. This ensures that t... | 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-24 | Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge | 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 | Reverted [8481] and [8482] while we work out what is going on with #8453 and ... | 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 | Corrected a test case error mistakenly committed in [8481]. | Russell Keith-Magee |
| 2008-08-23 | Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil... | Russell Keith-Magee |