From 4450a91477a49a00a0ab5a1e9fad3b65186508f1 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Mon, 22 Aug 2011 09:52:11 -0400 Subject: [PATCH] Added to the README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 14c8702..ff1d24b 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,17 @@ Django Categories grew out of our need to provide a basic hierarchical taxonomy As a news site, our stories, photos, and other content get divided into "sections" and we wanted all the apps to use the same set of sections. As our needs grew, the Django Categories grew in the functionality it gave to category handling within web pages. +New in 0.8 +========== + +**Added an active field** + As an alternative to deleting categories, you can make them inactive. + + Also added a manager method ``active()`` to query only the active categories and added Admin Actions to activate or deactivate an item. + +**Improved import** + Previously the import saved items in the reverse order to the imported file. Now them import in order. + New in 0.7 ==========