From 4e4418d34d37ed87661bbcb30f975cd2d6d9d7a7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 11 Nov 2010 17:53:59 +0000 Subject: [PATCH] [1.2.X] Removed the executable bit from a test file, it wasn't. Thanks to Florian for the report. Backport of [14530]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14531 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/model_forms/mforms.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tests/modeltests/model_forms/mforms.py diff --git a/tests/modeltests/model_forms/mforms.py b/tests/modeltests/model_forms/mforms.py old mode 100755 new mode 100644