django1/django/core
Claude Paroz 1620c27936 Fixed #19186 -- Fixed sending mail with unicode content on Python 3
Thanks alex_po for the report and Luke Plant for the analysis.
2012-11-14 10:43:33 +01:00
..
cache Tweaked cache key creation to avoid strict typing. 2012-11-11 21:23:45 +01:00
files Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
handlers Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding 2012-10-30 09:00:32 +01:00
mail Fixed #19186 -- Fixed sending mail with unicode content on Python 3 2012-11-14 10:43:33 +01:00
management Fixed #19257 -- Don't swallow command's KeyError in call_command 2012-11-07 18:28:53 +01:00
serializers Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
servers Prevented host resolution when running dev server 2012-11-03 20:12:24 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
exceptions.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
paginator.py Fixed #19261 -- Delayed Queryset evaluation in paginators 2012-11-09 19:41:57 +01:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py Required serializer to use bytes in loads/dumps 2012-10-28 16:57:15 +01:00
urlresolvers.py Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolver repr 2012-09-01 22:20:46 +02:00
validators.py Fixed #17867 -- Made email validation pass with IDN domains 2012-10-09 15:08:32 +02:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00
xheaders.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00