On Sun, Aug 31, 2008 at 12:22 AM, Fraser Nevett <[EMAIL PROTECTED]> wrote:
> The new documentation site is great, but is currently lacking a search
> facility.
If you do 'make html' in the docs directory you'll get a search
facility provided by sphinx. It's just that the resulting links are
missi
On Thu, Aug 21, 2008 at 10:41 PM, Joost Cassee <[EMAIL PROTECTED]> wrote:
> Just a quick question to set my head right for future Django
> contributions. Why is "%s/" % var better than var + '/'? I can think
> of some reasons: 1) consistency with other code, 2) certainty of
> string concatenation.