mirror of
https://github.com/django/django.git
synced 2025-07-31 00:54:37 +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
|
@ -358,7 +358,7 @@ class BaseForm(StrAndUnicode):
|
|||
|
||||
def is_multipart(self):
|
||||
"""
|
||||
Returns True if the form needs to be multipart-encrypted, i.e. it has
|
||||
Returns True if the form needs to be multipart-encoded, i.e. it has
|
||||
FileInput. Otherwise, False.
|
||||
"""
|
||||
for field in self.fields.values():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue