| Age | Commit message (Expand) | Author |
| 2008-09-03 | Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract base | Malcolm Tredinnick |
| 2008-09-03 | Changed the tests added in r8898 very slightly so that they don't return | Malcolm Tredinnick |
| 2008-09-03 | Fixed #8825 -- Fixed a small error model field setup (on the model class) from | Malcolm Tredinnick |
| 2008-09-03 | Fixed #8819 -- Don't include two copies of extra-select columns in the query. | Malcolm Tredinnick |
| 2008-09-02 | Security fix. Announcement forthcoming. | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ... | Brian Rosner |
| 2008-09-02 | Fixed #7154 -- Inherit all model managers from abstract base classes. | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW... | Brian Rosner |
| 2008-09-02 | Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions and | Malcolm Tredinnick |
| 2008-09-01 | Fixed a case of incorrect parsing of quanitifers in reg-exp patterns. | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr... | Brian Rosner |
| 2008-09-01 | Fixed #8770: made some tests more robust under MySQL. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #7975 -- Callable defaults in inline model formsets now work correctly.... | Brian Rosner |
| 2008-09-01 | Fixed #8076: fixed `get_(next/previous)_by_date` when used with subclasses. T... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it ... | Jacob Kaplan-Moss |
| 2008-09-01 | Revert [8799]. That wasn't ready for prime-time yet -- thanks, git-svn! | Jacob Kaplan-Moss |
| 2008-09-01 | A failing test for #8354 | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S... | Russell Keith-Magee |
| 2008-09-01 | Fixed #7512 -- Fixed an oversight when I first fixed ordering on nullable | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #7027: template tags now corectly break tokens around strings marked fo... | Jacob Kaplan-Moss |
| 2008-08-31 | Added a couple of extra tests to ensure url tag robustness. These are an | Malcolm Tredinnick |
| 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-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 | [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 #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 |