| Age | Commit message (Expand) | Author |
| 2008-07-12 | Fixed #7734 -- Fixed a Python 2.3 compatibility problem. | Malcolm Tredinnick |
| 2008-07-12 | FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty Al... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7673: make sure to rewind uploaded image data when validating ImageFie... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7667: fixied FileField.save_file for inline related objects. This is r... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7635: do a better job checking for infinite loops in multi-part MIME p... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul. | Jacob Kaplan-Moss |
| 2008-07-12 | it locale: translated two new language names | Nicola Larosa |
| 2008-07-12 | it locale: updated lots of line numbers only | Nicola Larosa |
| 2008-07-12 | Fixed a bozo bug from [7885]. Fixed #7698. | Malcolm Tredinnick |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7421 -- Corrected the condition used during syncdb to establish that a... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7597 -- Added code to force the re-opening of the cursor connection, j... | Russell Keith-Magee |
| 2008-07-11 | Fixed #6017 -- Modified the Lax parser to allow --settings and the other core... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7715 -- Modified the admin_scripts tests to do an app level import, ra... | Russell Keith-Magee |
| 2008-07-11 | Removed a FIXME that isn't really a problem any longer. | Malcolm Tredinnick |
| 2008-07-11 | Fixed #7698 -- Handle '0' correctly when used as the upper bound of a slice. | Malcolm Tredinnick |
| 2008-07-11 | Documented that the update() method on querysets is a direct SQL call, not the | Malcolm Tredinnick |
| 2008-07-11 | Fixed #7448 -- Convert "in" filters to pass in the correct values for datetimes | Malcolm Tredinnick |
| 2008-07-11 | Fixed #7682 -- Added a work around to keep existing admin alive until | Malcolm Tredinnick |
| 2008-07-10 | Corrected a bug in [7876] picked up by the buildbot: depending on the order i... | Russell Keith-Magee |
| 2008-07-10 | Refs #5943, #6107 -- Added framework and tests to check for the correct opera... | Russell Keith-Magee |
| 2008-07-08 | Fixed a couple typos as well as several minor style issues. | Gary Wilson Jr |
| 2008-07-08 | Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf... | Malcolm Tredinnick |
| 2008-07-08 | Fixed test suite after [7687]. | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInte... | Adrian Holovaty |
| 2008-07-08 | Fixed #7569 -- Improved a link in docs/generic_views.txt to link to the new p... | Adrian Holovaty |
| 2008-07-08 | Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify... | Adrian Holovaty |
| 2008-07-08 | Fixed #7655 -- Added two assertions to mail.py to help people debug a common ... | Adrian Holovaty |
| 2008-07-08 | Fixed #7649 -- Fixed incorrect line numbering in debug view in case of empty ... | Adrian Holovaty |
| 2008-07-07 | Fixed #7638, a small typo in uploading files docs. Thanks, Horst Gutmann. | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed deprecated UploadedFile.data attribute. Refs #7614. | Jacob Kaplan-Moss |
| 2008-07-07 | Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7651: uploading multiple files with the same name now work. Also, in o... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gb | Malcolm Tredinnick |
| 2008-07-07 | Fixed #4148 -- Changed the way attachments are served to IE to avoid some | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro. | Malcolm Tredinnick |
| 2008-07-06 | Revert [7849] and [7850]. Brain failure on my part. | Malcolm Tredinnick |
| 2008-07-06 | Started to work on the regex reverse-engineering phase. | Malcolm Tredinnick |
| 2008-07-06 | Some tests for the new features. These pretty much fail at the moment. Based on | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7643 -- Fixed an oversight from [7844]. | Malcolm Tredinnick |
| 2008-07-06 | Changed ModelFormMetaclass to have the normal signature for a __new__ method. | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7621 -- Enable superclassing of the various metaclasses we use. | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7630 -- Slight tweak to the custom form widget exampleto avoid any | Malcolm Tredinnick |
| 2008-07-06 | Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d... | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7072 -- More logical and robust language settings in the i18n context ... | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7061 -- Fixed a small inaccuracy in the i18n docs. Thanks akaihola. | Malcolm Tredinnick |
| 2008-07-05 | Fixed #7626 -- Fixed a typo in the newforms docs. | Malcolm Tredinnick |