| Age | Commit message (Expand) | Author |
| 2008-06-23 | Several Django styling fixes in the `contrib.sessions` app. | Gary Wilson Jr |
| 2008-06-22 | Fixed #7517 -- Added code to remove Sites from the site cache when they are d... | Russell Keith-Magee |
| 2008-06-22 | Fixed #7514 -- Added code to clear the site cache on sync. This shouldn't hav... | Russell Keith-Magee |
| 2008-06-20 | Added basic tests for auth.views.password_reset | Luke Plant |
| 2008-06-19 | Fixed #6812 -- Modified the formtools test case to be run order safe with res... | Russell Keith-Magee |
| 2008-06-18 | Fixed #3393: login view no longer assumes that set_test_cookie has been calle... | Jacob Kaplan-Moss |
| 2008-06-18 | Fixed #7554 -- Modified contrib.localflavor to make use of ugettext, rather t... | Russell Keith-Magee |
| 2008-06-18 | Fixed #7429 -- Modified the Session base class a little more dictionary-like ... | Russell Keith-Magee |
| 2008-06-16 | Fixed #7347 -- Corrected docstring in IT localflavor. | Russell Keith-Magee |
| 2008-06-16 | Fixed #7354 -- Fixed a Python 2.3 compatibility issue in formtools/wizard.py.... | Adrian Holovaty |
| 2008-06-16 | Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode... | Adrian Holovaty |
| 2008-06-08 | Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n... | Russell Keith-Magee |
| 2008-06-08 | Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. | Jacob Kaplan-Moss |
| 2008-06-07 | Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up... | Jacob Kaplan-Moss |
| 2008-05-16 | Simplified control flow for change made in r7535 | Luke Plant |
| 2008-05-15 | Fixed bug in staff_member_required decorator for the case where users share a... | Luke Plant |
| 2008-05-10 | Removed mark_safe from the saved request path on the admin login form. This p... | Russell Keith-Magee |
| 2008-04-28 | Fixed #3002 -- Fixed a problem with ordering by related models in the admin | Malcolm Tredinnick |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-04-15 | Fixed #7012 -- Added a missing file for CSS backgrounds with right-to-left | Malcolm Tredinnick |
| 2008-04-15 | Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as | Malcolm Tredinnick |
| 2008-04-15 | Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz. | Malcolm Tredinnick |
| 2008-04-13 | Updated the inline help text for User.is_active. | Malcolm Tredinnick |
| 2008-03-29 | Django code styling fixes. | Gary Wilson Jr |
| 2008-03-29 | Fixed #6879 -- Made string in `contrib.flatpages` translatable, thanks ctroch... | Gary Wilson Jr |
| 2008-03-25 | Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec... | Adrian Holovaty |
| 2008-03-20 | Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a | Malcolm Tredinnick |
| 2008-03-19 | Fixed #5107: swapped in RequestContext for Context in syndication feeds. Than... | Jacob Kaplan-Moss |
| 2008-03-18 | Added more robust processing to parameterised syndication feeds for the case | Malcolm Tredinnick |
| 2008-03-18 | Added "svn:eol-style native" to every text file in the tree (*.txt, *.html, | Malcolm Tredinnick |
| 2008-03-18 | Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non... | Adrian Holovaty |
| 2008-03-17 | Added parse_params() hook to FormWizard | Adrian Holovaty |
| 2008-03-13 | Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and... | Adrian Holovaty |
| 2008-03-12 | Fixed #5570: generic foreign keys no longer do multiple lookups on the conten... | Jacob Kaplan-Moss |
| 2008-03-10 | Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo... | Jacob Kaplan-Moss |
| 2008-03-08 | Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ... | Gary Wilson Jr |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, Ramiro | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. T... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint. | Malcolm Tredinnick |
| 2008-01-31 | Fixed `add_domain` call to use domain attribute of `current_site` so the func... | Gary Wilson Jr |
| 2008-01-31 | Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs,... | Gary Wilson Jr |
| 2008-01-28 | Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i... | Gary Wilson Jr |
| 2008-01-28 | Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`. | Gary Wilson Jr |
| 2008-01-28 | Style fixes. | Gary Wilson Jr |
| 2008-01-13 | Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil... | Gary Wilson Jr |
| 2008-01-13 | Fixed #6347 -- Fixed missing comma in `it_province.py` module, thanks Filippo... | Gary Wilson Jr |