django1/django/core
Tomáš Ehrlich 6151fdf930 [1.5.x] Fixed #20687 -- Added documentation for django.core.signing API.
Thanks Baptiste Mispelon for the suggestion.

Backport of c5bc98d7e1 from master.
2013-07-03 10:39:05 -04:00
..
cache [1.5.x] Tweaked cache key creation to avoid strict typing. 2012-11-11 21:25:30 +01:00
files [1.5.x] Fixed #19367 -- Fixed saving ContentFile in filesystem storage 2012-12-06 17:19:35 +01:00
handlers [1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly based on the `SCRIPT_NAME` environment parameter or the `FORCE_SCRIPT_NAME` setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review. 2013-04-01 12:07:58 -07:00
mail [1.5.x] Replaced deprecated sslerror by ssl.SSLError 2013-01-03 22:17:30 +01:00
management [1.5.x] Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError` 2013-05-07 21:36:51 +02:00
serializers [1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model signals. 2013-05-11 19:37:09 -04:00
servers [1.5.x] Fixed #16241 -- Ensured the WSGI iterable's close() is always called. 2012-12-31 12:48:43 +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 [1.5.x] Fixed #19261 -- Delayed Queryset evaluation in paginators 2012-11-09 19:44:47 +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 [1.5.x] Fixed #20687 -- Added documentation for django.core.signing API. 2013-07-03 10:39:05 -04:00
urlresolvers.py [1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:16:03 +01: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