From ab0062c77d1fd7d1ed583d3db6528a06bface822 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 10 Oct 2008 18:01:50 +1100 Subject: [packages] update to django 1.0 With a minor code change, and a small workaround. Signed-off-by: Jeremy Kerr --- docs/INSTALL | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3