From 659ac65cc39a6105a5e908f648bbc209112b1a37 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 11 Nov 2010 17:51:45 +0000 Subject: [PATCH] [1.2.X] Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Florian for the report. Backport of [14528]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14529 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/files/uploadhandler.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 django/core/files/uploadhandler.py diff --git a/django/core/files/uploadhandler.py b/django/core/files/uploadhandler.py old mode 100755 new mode 100644