django1/django/core
Claude Paroz 4353a6163c Fixed #18196 -- Improved loaddata error messages. 2012-08-21 21:52:25 +02:00
..
cache [py3] Fixed cache tests. 2012-08-18 11:15:05 +02:00
files [py3] Fixed slow path through file_move_safe 2012-08-18 15:44:09 -04:00
handlers [py3] Fixed middleware_exceptions tests. 2012-08-15 22:53:52 +02:00
mail [py3] Workarounded a Python bug in mail header encoding 2012-08-17 20:19:14 +02:00
management Fixed #18196 -- Improved loaddata error messages. 2012-08-21 21:52:25 +02:00
serializers [py3] Fixed serializers tests 2012-08-14 19:54:53 +02:00
servers [py3] Fixed a regression introduced in fcc8de0598. 2012-08-16 22:04:50 +02:00
__init__.py
context_processors.py [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
exceptions.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
paginator.py Fixed #17159 -- Validated returned number of next|previous_page_number 2012-06-09 17:55:24 +02:00
signals.py
signing.py [py3] Made signing infrastructure pass tests with Python 3 2012-08-10 18:07:46 +02:00
urlresolvers.py Don't swallow AttributeError in core.urlresolvers.get_callable. 2012-08-14 21:23:25 +02:00
validators.py Fixed #18779 -- URLValidator can't validate url with ipv6. 2012-08-18 12:08:44 +01: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