django1/django/core
Aymeric Augustin 8aaca651cf Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.
Thanks mitsuhiko for the report.

Non-ASCII values are supported. Non-ASCII keys still aren't, because the
current parser mangles them. That's another bug.
2013-09-07 10:25:43 -05:00
..
cache Fixed a number of flake8 errors -- particularly around unused imports and local variables 2013-09-06 21:56:40 -07:00
checks Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
files Fixed #11857 -- Added missing 'closed' property on TemporaryFile class. 2013-09-06 14:32:46 -04:00
handlers Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3. 2013-09-07 10:25:43 -05:00
mail Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
management Fixed a number of flake8 errors -- particularly around unused imports and local variables 2013-09-06 21:56:40 -07:00
serializers Fixed Python 3 syntax error introduced in [c72392da] 2013-09-06 20:07:57 -04:00
servers Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05: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 Removed several unused imports. 2013-06-19 17:18:40 +02:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +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 #20687 -- Added documentation for django.core.signing API. 2013-07-03 10:36:21 -04:00
urlresolvers.py Fixed #21043 -- Made resolve() handle reverse_lazy objects. 2013-09-06 15:46:43 -04:00
validators.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05: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