| Age | Commit message (Expand) | Author |
| 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 |
| 2007-05-01 | Fixed #3905 -- Report app_name correctly in errors during custom SQL | Malcolm Tredinnick |
| 2007-04-27 | Fixed #2608 -- Generate correct SQL for multi-level foreign key relations. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #3954 -- Disabled termcolors when loading fixtures. Well spotted, Vijay... | Russell Keith-Magee |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4129 -- Pass any prefix setting into url(...) constructions so that | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris. | Malcolm Tredinnick |
| 2007-04-20 | Fixed #4086 -- Removed some redundant code points out by Ilya Semenov. | Malcolm Tredinnick |
| 2007-04-09 | Fixed #3846 -- Fixed misleading variable name in 'startapp' code. Thanks, Mar... | Adrian Holovaty |
| 2007-04-06 | Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w... | Russell Keith-Magee |
| 2007-04-01 | Added support for SCGI and AJP. This is a piece that was missed in [4897]. Refs | Malcolm Tredinnick |
| 2007-04-01 | Added the ability to name URL patterns. Helps with disambiguity reverse matches. | Malcolm Tredinnick |
| 2007-03-27 | Fixed #3822 -- Changed get_indexes_for_model() in django.core.management to q... | Adrian Holovaty |
| 2007-03-27 | Improved error reporting when fixture files are provided in an unknown serial... | Russell Keith-Magee |
| 2007-03-25 | Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm... | Adrian Holovaty |
| 2007-03-23 | Fixed #3779 -- Resolved problem with order of creation of m2m tables during s... | Russell Keith-Magee |
| 2007-03-19 | Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report... | Russell Keith-Magee |
| 2007-03-15 | Fixed typo in docstring of YAML serializer. | Russell Keith-Magee |
| 2007-03-15 | Added implementation of --indent for the XML serializer. | Russell Keith-Magee |
| 2007-03-13 | Added various fixes to serializer implementations. Fixes mostly deal with han... | Russell Keith-Magee |
| 2007-03-13 | Modified the internal dumpdata implementation to return the dumped data, rath... | Russell Keith-Magee |
| 2007-03-12 | Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer... | Jacob Kaplan-Moss |
| 2007-03-12 | Fixed #3410 -- Edited a few i18n markups for completeness and to remove some | Malcolm Tredinnick |
| 2007-03-11 | Fixed some i18n markup on date error messages. Thanks, Bastian Kleineidam. Refs | Malcolm Tredinnick |
| 2007-03-07 | Removed rsplit() usage for python2.3 compatibility. Refs #3625. | Malcolm Tredinnick |
| 2007-03-02 | Added option to pretty-print dumped fixture output | Russell Keith-Magee |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-02-26 | Fixed #3390: the serializer can now contain forward references. Thanks, Russ. | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3253 -- Exposed the number of failed tests as a return code in manage.... | Russell Keith-Magee |
| 2007-02-25 | Teeny weeny optimization to RegexURLPattern.resolve() | Adrian Holovaty |
| 2007-02-25 | Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3488: send_mail no longer uses settings in function default arguments.... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3554: django.core.mail now generates dates with the email module inste... | Jacob Kaplan-Moss |
| 2007-02-17 | Fixed #3067 -- Improved caching of machine hostname to increase server restart | Malcolm Tredinnick |
| 2007-02-17 | Added workaround for loading duplicate model classes in management shell. Patch | Malcolm Tredinnick |