| Age | Commit message (Expand) | Author |
| 2007-07-16 | Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks, | Malcolm Tredinnick |
| 2007-07-16 | Fixed #4199 -- Changed date formatting in HTTP expires header to be spec | Malcolm Tredinnick |
| 2007-07-15 | Changed imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-07-15 | Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep... | Gary Wilson Jr |
| 2007-07-14 | Fixed #4731 -- Changed management.setup_environ() so that it no longer assumes | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern they | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. | Malcolm Tredinnick |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-10 | Fixed #4823 -- Fixed a Python 2.3 incompatibility from [5636] (it was even | Malcolm Tredinnick |
| 2007-07-10 | Fixed #4812 -- Fixed an octal escape in regular expression that is used in th... | Gary Wilson Jr |
| 2007-07-08 | Fixed #4798-- Made sure that function keyword arguments are strings (for the | Malcolm Tredinnick |
| 2007-07-08 | Fixed reverse URL lookup using functions when the original URL pattern was a | Malcolm Tredinnick |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |
| 2007-07-07 | Changed HttpRequest.path to be a Unicode object. It has already been | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield. | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-03 | Fixed #4688 -- startproject no longer breaks when Django files are read-only.... | Adrian Holovaty |
| 2007-07-01 | Backported the fix from [5581] (unicode-branch) to trunk. Fixes a method | Malcolm Tredinnick |
| 2007-06-27 | Fixed #2007 -- Added support for configurable encoding of email message bodies. | Malcolm Tredinnick |
| 2007-06-27 | Fixed #3985 -- Added support for custom email headers. | Malcolm Tredinnick |
| 2007-06-27 | Added support for creating multipart/alternative email messages. Also allow | Malcolm Tredinnick |
| 2007-06-27 | Fixed #1541 -- Added ability to create multipart email messages. Thanks, Nick | Malcolm Tredinnick |
| 2007-06-25 | Changed reverse URL resolving to handle the case where an included file does | Malcolm Tredinnick |
| 2007-06-25 | Fixed #4453 -- Allow dots in URL pattern names (although the string in that c... | Malcolm Tredinnick |
| 2007-06-24 | Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the timing | Malcolm Tredinnick |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | 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 #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-20 | Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte... | Adrian Holovaty |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-date | Malcolm Tredinnick |
| 2007-06-01 | Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser... | Russell Keith-Magee |
| 2007-05-29 | Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ... | Russell Keith-Magee |
| 2007-05-28 | Fixed a serialization problem with objects that have a foreign key on an obje... | Russell Keith-Magee |
| 2007-05-26 | Fixed #4372 -- Fixed a small typo in an error message. Thanks, John Shaffer. | Malcolm Tredinnick |
| 2007-05-21 | Removed some cruft left over from fixing problems in the move to DecimalField | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-15 | Fixed some documentation strings in django-admin, and updated the bash comple... | Russell Keith-Magee |
| 2007-05-14 | Added check to prevent sequence reset if no fixtures are loaded. | Russell Keith-Magee |
| 2007-05-14 | Fixed #4288 -- Modified serializers to pay attention to the to_field attribut... | Russell Keith-Magee |
| 2007-05-08 | Moved generic relations into django.contrib.contenttypes, since it depends on | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed a | Malcolm Tredinnick |
| 2007-05-03 | Minor edit of initialisation logic. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #2897 -- Added support for TLS connections to email handling. This means | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages. | Malcolm Tredinnick |
| 2007-05-03 | Fixed bozo error in [5141]. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3366 -- Part 1 of the email code refactoring and feature extension. This | Malcolm Tredinnick |