| Age | Commit message (Expand) | Author |
| 2008-08-31 | Fixed #8725 -- Handle empty URL patterns in reverse(). | Malcolm Tredinnick |
| 2008-08-31 | Fixed #5216 -- Fixed a case of a string not being a unicode string. | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-31 | Fixed handling of primary keys in model formsets. Model formsets should now w... | Brian Rosner |
| 2008-08-30 | Fixed #8716: correctly handle name and email in comments from authenticated u... | Jacob Kaplan-Moss |
| 2008-08-30 | Fixed #8622: accessing POST after a POST handling exception no longer throws ... | Jacob Kaplan-Moss |
| 2008-08-30 | Fixed #8710: removed a few stray tabs. Thanks, gkelly. | Jacob Kaplan-Moss |
| 2008-08-30 | Removed the need for ROOT_URLCONF in settings when running Django's core tests | Malcolm Tredinnick |
| 2008-08-30 | [8721] introduced some internal field names. We hide them from the list of | Malcolm Tredinnick |
| 2008-08-29 | Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung. | Malcolm Tredinnick |
| 2008-08-29 | Fixed #8279 -- Multiple many-to-many relations to "self" are now possible. | Malcolm Tredinnick |
| 2008-08-29 | Merge branch 'url-tag-asvar' | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare... | Brian Rosner |
| 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 #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly... | Jacob Kaplan-Moss |
| 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-28 | Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)). | 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-27 | Fixed #5937 -- When filtering on generic relations, restrict the target objec... | 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 | Removed trailing whitespace in a few files. | Gary Wilson Jr |
| 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 #8542 -- Made the model_formstests tests from [8528] a little less | 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 |