1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel
2011-05-21 14:41:14 +00:00
parent 15793309e1
commit f60d428463
18 changed files with 741 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ from timesince import *
from datastructures import *
from tzinfo import *
from datetime_safe import *
from baseconv import *