diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-10-10 18:01:50 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-10-10 18:01:50 +1100 |
commit | ab0062c77d1fd7d1ed583d3db6528a06bface822 (patch) | |
tree | bedc88061ac46ba131b297ee75b2ed594b74443c /docs/INSTALL | |
parent | e441879dbc4fcafc686fd432bbc6c5a2af71bbe7 (diff) | |
download | patchwork-ab0062c77d1fd7d1ed583d3db6528a06bface822.tar patchwork-ab0062c77d1fd7d1ed583d3db6528a06bface822.tar.gz |
[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/INSTALL | 9 |
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 |