From c4ddc4bf9f7700ef4a165229e594d7fdb9b1afc5 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Wed, 31 Jul 2013 22:06:16 -0500 Subject: [PATCH] Updated the readme --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8f80945..f3bad8e 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Django Stories ============== -:Version: 1.0.3 +:Version: 1.0.4 :Docs: http://django-stories.readthedocs.org/ :Download: http://pypi.python.org/pypi/django-stories/ :Source: http://github.com/callowayproject/django-stories/ @@ -40,7 +40,12 @@ Features Change Log ========== -- **New in 1.0.3** +- **New in 1.0.4** + +* Story ensures that a publish date and time is set automatically if the status is set to publish. +* ``get_absolute_url`` now returns an empty string if there is no publish date, instead of raising an exception. + +- **1.0.3** * `django 1.5` support * tested with `django-categories 1.2.*`