From f03a0ff7b8f7584b619ee28d191d29f29f0e5556 Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Mon, 22 Jul 2013 20:46:24 +0200 Subject: [PATCH] Fixed typos on README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3e216d79..5866ef09 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,6 @@ Greenmine Backend ================= - Setup development environment. ------------------------------ @@ -17,9 +16,10 @@ Setup development environment. Auth: admin/123123 -Polyfill's +Polyfills ---------- Django-Rest Framework by default returns 403 for not authenticated requests and permission denied -requests. On ``base.__init__`` has a monky patch for this bug. On its solved on django rest framework, -this patch must be removed. +requests. The file ``greenmine/base/monkey.py`` contains a temporary fix for this bug. + +This patch is applied when the module ``base.models`` it's loaded. Once it's solved on django rest framework,this patch can be removed.