summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2007-06-27Fixed #2007 -- Added support for configurable encoding of email message bodies.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
2007-06-25Changed reverse URL resolving to handle the case where an included file doesMalcolm Tredinnick
2007-06-25Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...Malcolm Tredinnick
2007-06-24Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the timingMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed a Python 2.3 incompatibility I overlooked in [5516].Malcolm Tredinnick
2007-06-23Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on aMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-20Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte...Adrian Holovaty
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-10Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-dateMalcolm Tredinnick
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2007-05-28Fixed a serialization problem with objects that have a foreign key on an obje...Russell Keith-Magee
2007-05-26Fixed #4372 -- Fixed a small typo in an error message. Thanks, John Shaffer.Malcolm Tredinnick
2007-05-21Removed some cruft left over from fixing problems in the move to DecimalFieldMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-15Fixed some documentation strings in django-admin, and updated the bash comple...Russell Keith-Magee
2007-05-14Added check to prevent sequence reset if no fixtures are loaded.Russell Keith-Magee
2007-05-14Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...Russell Keith-Magee
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-05-08Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, GaryMalcolm Tredinnick
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
2007-05-03Minor edit of initialisation logic.Malcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-03Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages.Malcolm Tredinnick
2007-05-03Fixed bozo error in [5141].Malcolm Tredinnick
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
2007-05-01Fixed #3905 -- Report app_name correctly in errors during custom SQLMalcolm Tredinnick
2007-04-27Fixed #2608 -- Generate correct SQL for multi-level foreign key relations.Malcolm Tredinnick
2007-04-27Fixed #3954 -- Disabled termcolors when loading fixtures. Well spotted, Vijay...Russell Keith-Magee
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-26Fixed #4129 -- Pass any prefix setting into url(...) constructions so thatMalcolm Tredinnick
2007-04-25Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.Malcolm Tredinnick
2007-04-20Fixed #4086 -- Removed some redundant code points out by Ilya Semenov.Malcolm Tredinnick
2007-04-09Fixed #3846 -- Fixed misleading variable name in 'startapp' code. Thanks, Mar...Adrian Holovaty
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-04-01Added support for SCGI and AJP. This is a piece that was missed in [4897]. RefsMalcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-03-27Fixed #3822 -- Changed get_indexes_for_model() in django.core.management to q...Adrian Holovaty
2007-03-27Improved error reporting when fixture files are provided in an unknown serial...Russell Keith-Magee
2007-03-25Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm...Adrian Holovaty
2007-03-23Fixed #3779 -- Resolved problem with order of creation of m2m tables during s...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-15Fixed typo in docstring of YAML serializer.Russell Keith-Magee
2007-03-15Added implementation of --indent for the XML serializer.Russell Keith-Magee