| Age | Commit message (Expand) | Author |
| 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 #6431 -- Fixed misspelling in projects template settings file, thanks D... | 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-28 | Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai... | Gary Wilson Jr |
| 2008-01-28 | Fixed #6265 -- Added an example of overriding a form field's default widget i... | Gary Wilson Jr |
| 2008-01-28 | In the modelforms docs, made the "Field types" text a link to the section. | Gary Wilson Jr |
| 2008-01-28 | In the modelforms docs, made the "Overriding the default field types" text a ... | Gary Wilson Jr |
| 2008-01-28 | Fixed #6471 -- Fixed stringfilter decoration of `force_escape` filter. | Gary Wilson Jr |
| 2008-01-28 | Fixed typo in testcases module. | Gary Wilson Jr |
| 2008-01-18 | Fixed #6302 for ImageFields. | Jacob Kaplan-Moss |
| 2008-01-18 | Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase; ex... | Russell Keith-Magee |
| 2008-01-17 | Fixed #6302. FileField no longer requires a value if one already exists. Than... | Joseph Kocherhans |
| 2008-01-13 | Fixed another typo in templates docs. | Gary Wilson Jr |
| 2008-01-13 | Fixed typo in templates docs. | 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 |
| 2008-01-13 | Fixed #6360 -- Updates to the distributions docs for Ubuntu and Gentoo, thank... | Gary Wilson Jr |
| 2008-01-13 | Fixed #6365 -- Added `blank=True` to parent attribute of `m2o_recursive` mode... | Gary Wilson Jr |
| 2008-01-13 | Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig. | Gary Wilson Jr |
| 2008-01-09 | Fixed #6329 -- Updated Croation (hr) translation from Aljosa Mohorovic. | Malcolm Tredinnick |
| 2008-01-09 | Fixed #6292 -- Updated Japanese translation from Makoto Tsuyuki. | Malcolm Tredinnick |
| 2008-01-09 | Fixed #6288 -- Updated Catalan translation from Marc Fargas. | Malcolm Tredinnick |
| 2008-01-09 | Fixed #6277 -- Updated Turkish translation (and moved authors into AUTHORS fi... | Malcolm Tredinnick |
| 2008-01-09 | Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23. | Malcolm Tredinnick |
| 2008-01-09 | Fixed #6331 -- Fixed some typos in shortcuts.txt. Thanks, Herbert Poul. | Malcolm Tredinnick |
| 2008-01-09 | Fixed #6341 -- Added missing link for text introduced in [6946]. | Malcolm Tredinnick |
| 2008-01-06 | Fixed #6330 -- Fixed reST error in templates documentation, thanks `SmileyChr... | Gary Wilson Jr |
| 2008-01-06 | Fixed a subtle corner case whereby sending a bad session ID generates new (un... | Malcolm Tredinnick |
| 2008-01-06 | Fixed Python 2.3 problem I introduced all the way back in [6852]. :-( | Malcolm Tredinnick |
| 2008-01-06 | Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien. | Malcolm Tredinnick |
| 2008-01-06 | Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. | Malcolm Tredinnick |
| 2008-01-06 | The "first" filter can return an unsafe string for safe input ( {{"<"|firs... | Malcolm Tredinnick |
| 2008-01-05 | Reverted 'regroup' template tag changes from [6956], as they caused bug #6271... | Adrian Holovaty |
| 2008-01-04 | Fixed #6254: Made fetchone() in the oracle backend correctly convert | Ian Kelly |
| 2008-01-04 | Fixed the Oracle backend mangling colorized unique_together SQL. | Ian Kelly |
| 2008-01-03 | Middleware regression test fixes: | Gary Wilson Jr |
| 2008-01-02 | Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i... | Adrian Holovaty |
| 2008-01-02 | Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM... | Adrian Holovaty |
| 2008-01-02 | Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ... | Adrian Holovaty |
| 2008-01-02 | Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen | Adrian Holovaty |
| 2008-01-02 | Fixed #6252 -- Clarified the --settings option in docs/django-admin.txt. Than... | Adrian Holovaty |
| 2008-01-02 | Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann | Adrian Holovaty |
| 2008-01-02 | Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing... | Adrian Holovaty |
| 2007-12-23 | Corrected a typo in the debug page -- 'Share this traceback on a public Web s... | Adrian Holovaty |
| 2007-12-22 | Renamed 'reversed' variable to 'is_reversed' in ForLoop template tag implemen... | Adrian Holovaty |
| 2007-12-22 | Negligible cleanups to django.template.context | Adrian Holovaty |
| 2007-12-22 | Negligible changes to django.template -- removed a useless docstring, convert... | Adrian Holovaty |