summaryrefslogtreecommitdiffstats
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-10-10 18:01:50 +1100
committerJeremy Kerr <jk@ozlabs.org>2008-10-10 18:01:50 +1100
commitab0062c77d1fd7d1ed583d3db6528a06bface822 (patch)
treebedc88061ac46ba131b297ee75b2ed594b74443c /docs/INSTALL
parente441879dbc4fcafc686fd432bbc6c5a2af71bbe7 (diff)
downloadpatchwork-ab0062c77d1fd7d1ed583d3db6528a06bface822.tar.bz2
patchwork-ab0062c77d1fd7d1ed583d3db6528a06bface822.tar.xz
[packages] update to django 1.0
With a minor code change, and a small workaround. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index ef7e3c6..42822e3 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -51,13 +51,12 @@ in brackets):
mkdir -p lib/packages lib/python
- At the time of initial release, patchwork depends on a svn version of
- django. I've been using svn commit 7854 - but anything after this
- point should be fine. If your distribution provides a sufficiently
- recent version of django, you can use that; if not, do a:
+ At the time of release, patchwork depends on django version 1.0.
+ However, most distros don't provide 1.0 yet. If yours does, then you
+ can skip this step. Otherwise, do a:
cd lib/packages
- svn checkout http://code.djangoproject.com/svn/django/trunk django
+ svn checkout http://code.djangoproject.com/svn/django/tags/releases/1.0
cd ../python
ln -s ../packages/django/django ./django