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:
Paul McMillan 2011-10-18 20:28:52 +00:00
parent 14d24eb438
commit 67565a5379
5 changed files with 5 additions and 5 deletions

View file

@ -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():