From 7f8418f67c50cb3a1258b5dab0fd605c86bc9395 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 10 Sep 2013 15:45:21 +0000 Subject: [PATCH] Fixed some RST issues. - Legacy-Id: 6131 --- changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index cfac4bb37..d056eaa34 100644 --- a/changelog +++ b/changelog @@ -22,6 +22,7 @@ ietfdb (4.71) ietf; urgency=medium * Fixed the manage.py command so it adds our own import path to the Python path automatically; people won't have to explicitly add pythonpath any more:: + $ PYTHONPATH=$PWD ietf/manage.py ... * Applied a patch from rjsparks@nostrum.com to fix a line colouring bug in @@ -43,7 +44,7 @@ ietfdb (4.71) ietf; urgency=medium - Added the IPR count to the link on the documents main page (when not zero) - - Built on Henrik's reimplementation of all_related_\*, making the + - Built on Henrik's reimplementation of all_related\_\*, making the \*_related_\* functions return DocAlias? lists consistently, and added corresponding _relations_ functions to get lists of actual RelatedDocument? objects.