[PATCH] Note that django-registration HEAD requires Django 1.1

martin f. krafft madduck at madduck.net
Sun Jan 31 09:06:10 EST 2010


If you use Django 1.0, you need to pin django-registration at 0.7, so
I updated the docs accordingly.

Signed-off-by: martin f. krafft <madduck at madduck.net>
---
 docs/INSTALL |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/INSTALL b/docs/INSTALL
index 803c7ff..b4b32e9 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -68,6 +68,12 @@ in brackets):
          cd ../../apps
          ln -s ../lib/packages/django-registration/registration ./registration
 
+        Please note that versions beyond 0.7 require Django 1.1, so unless you
+        have Django 1.1, please check out versino 0.7:
+
+         cd ../lib/packages/
+         hg co v0.7
+
 		We also use some Javascript libraries:
 
 		 cd lib/packages
-- 
1.5.6.5



More information about the Patchwork mailing list