From e693ce1cbc5777ab85d852122d5c28f63025ec5a Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sun, 5 Apr 2009 04:06:47 +0000 Subject: Added a new anchor keyword argument to model_url(). --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5c556eaec..8763ce038 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -30,6 +30,14 @@ Features - Make it possible to have ``testing.DummyTemplateRenderer`` return some nondefault string representation. +- Added a new ``anchor`` keyword argument to ``model_url``. If + ``anchor`` is present, its string representation will be used + as a named anchor in the generated URL (e.g. if ``anchor`` is + passed as ``foo`` and the model URL is + ``http://example.com/model/url``, the generated URL will be + ``http://example.com/model/url#foo``). + + 0.6.9 (2009-02-16) ================== -- cgit v1.2.3