| Age | Commit message (Expand) | Author |
| 2007-09-11 | Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd... | Russell Keith-Magee |
| 2007-08-24 | Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thank... | Adrian Holovaty |
| 2007-08-21 | Fixed #5215 -- Added Subversion revision number to Django version string. Tha... | Adrian Holovaty |
| 2007-08-15 | Fixed #5156 -- Added some translation calls to a couple of missed words. Base... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page.... | Malcolm Tredinnick |
| 2007-08-06 | Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doe... | Adrian Holovaty |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-25 | Changed safe_join() docstring from [5750] to use active verbs. See also [5756] | Adrian Holovaty |
| 2007-07-23 | Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo... | Gary Wilson Jr |
| 2007-07-21 | Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque... | Russell Keith-Magee |
| 2007-07-16 | Cleaned up a couple unused imports and fixed docstrings to follow Python Styl... | Gary Wilson Jr |
| 2007-07-16 | Fixed #4199 -- Changed date formatting in HTTP expires header to be spec | Malcolm Tredinnick |
| 2007-07-15 | Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an... | Gary Wilson Jr |
| 2007-07-12 | Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis... | Russell Keith-Magee |
| 2007-07-10 | Fixed #3760 -- Added the ability to manually set feed- and item-level id | Malcolm Tredinnick |
| 2007-07-08 | Fixed reverse URL lookup using functions when the original URL pattern was a | Malcolm Tredinnick |
| 2007-07-07 | Corrected misleading comment from [5619]. Not sure what I was smoking at the | Malcolm Tredinnick |
| 2007-07-05 | Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator even | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-24 | Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506. | Malcolm Tredinnick |
| 2007-06-23 | Fixed a Python 2.3 incompatibility I overlooked in [5516]. | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on a | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter. | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr() | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4323 -- Added the ability to display author names without email | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-25 | Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks, | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed | Malcolm Tredinnick |
| 2007-04-25 | Removed a bunch of annoying trailing whitespace. | Malcolm Tredinnick |
| 2007-04-23 | Fixed #4106 -- Fixed typo in datastructures.py. Thanks, Amr Mostafa | Adrian Holovaty |
| 2007-04-09 | Fixed #3958 -- Added lastBuildDate element to RSS feeds. Thanks, | Malcolm Tredinnick |
| 2007-04-05 | Backed out a portion of [4919] until I can make it worth smoothly with | Malcolm Tredinnick |
| 2007-04-05 | Small fix to [4931]. | Malcolm Tredinnick |
| 2007-04-05 | Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N is | Malcolm Tredinnick |
| 2007-04-04 | Added a FIXME that I forgot to include earlier. | Malcolm Tredinnick |
| 2007-04-04 | Made django.utils.html.escape() work with unicode strings (and unicode-like | Malcolm Tredinnick |
| 2007-04-04 | Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3900 -- Included missing function in utils/translation/__init__.py. | Malcolm Tredinnick |
| 2007-04-02 | Delayed the reading of settings.USE_I18N until the first use of the i18n | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre... | Russell Keith-Magee |
| 2007-03-30 | Removed some trailing whitespace that had smuggled itself aboard in [4870]. | Malcolm Tredinnick |
| 2007-03-30 | Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev. | Malcolm Tredinnick |
| 2007-03-20 | Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T... | Russell Keith-Magee |
| 2007-03-16 | Fixed spelling of initializing in datastructures.py comment | Adrian Holovaty |
| 2007-03-11 | Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, Jannis | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3678 -- Implemented SortedDict.copy(). | Malcolm Tredinnick |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #2779: added a copy() method to MergeDict, along with some new tests fo... | Jacob Kaplan-Moss |