summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-05-14 17:44:10 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-05-14 17:44:10 +0000
commitc2ba96d8a949a5b55312aef2e183a5620bc2ed8d (patch)
tree99f1cabe4c98a7af9efbf5acaec4803b01ae96cb
parent2b5730873bd29e5bb449df5800dea610c462786a (diff)
Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section from [16071]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/contrib/humanize.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/humanize.txt b/docs/ref/contrib/humanize.txt
index aab6ff31b9..5cacf2b97d 100644
--- a/docs/ref/contrib/humanize.txt
+++ b/docs/ref/contrib/humanize.txt
@@ -102,9 +102,9 @@ naturaltime
.. versionadded:: 1.4
-For date and time values shows how many seconds, minutes or hours ago compared
-to current timestamp returns representing string. Otherwise, it behaves like
-:tfilter:`naturaldate`, so it can also take string argument for date formating.
+For datetime values, returns a string representing how many seconds,
+minutes or hours ago it was -- falling back to a longer date format if the
+value is more than a day old.
**Argument:** Date formatting string as described in the :tfilter:`date` tag.