django1/django/core
Claude Paroz bb7da7844f Fixed #18845 -- Do not swallow AttributeErrors when running commands 2012-09-26 15:07:11 +02:00
..
cache Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit. 2012-09-07 15:08:07 -04:00
files Fixed #18947 -- Don't make uploaded files executeable by default. 2012-09-17 22:53:10 +02:00
handlers Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
mail Fixed #18861 -- Triggered message validation with locmem email backend 2012-09-22 15:17:13 +02:00
management Fixed #18845 -- Do not swallow AttributeErrors when running commands 2012-09-26 15:07:11 +02:00
serializers Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
servers [py3] Fixed a regression introduced in fcc8de0598. 2012-08-16 22:04:50 +02: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 #17159 -- Validated returned number of next|previous_page_number 2012-06-09 17:55:24 +02: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 Fixed #18852 -- Restored backwards compatibility 2012-08-25 22:22:32 +02: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 #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +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