mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
Remove comments referencing encryption. Django doesn't do encryption.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
14d24eb438
commit
67565a5379
5 changed files with 5 additions and 5 deletions
|
@ -140,7 +140,7 @@ class MediaDefiningClass(type):
|
|||
class Widget(object):
|
||||
__metaclass__ = MediaDefiningClass
|
||||
is_hidden = False # Determines whether this corresponds to an <input type="hidden">.
|
||||
needs_multipart_form = False # Determines does this widget need multipart-encrypted form
|
||||
needs_multipart_form = False # Determines does this widget need multipart form
|
||||
is_localized = False
|
||||
is_required = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue