Skip to content

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Aug 3, 2011
1 parent abc9849 commit 1cb208c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Expand Up @@ -2,6 +2,25 @@ 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.7
==========

**Added South migrations**
All the previous SQL scripts have been converted to South migrations.

**Can add category fields via management command (and South)**
The new ability to setup category relationships in ``settings.py`` works fine if you are starting from scratch, but not if you want to add it after you have set up the database. Now there is a management command to make sure all the correct fields and tables are created.

**Added an alternate_url field**
This allows the specification of a URL that is not derived from the category hierarchy.

**New JAVASCRIPT_URL setting**
This allows some customization of the ``genericcollections.js`` file.

**New get_latest_objects_by_category template tag**
This will do pretty much what it says.


New in 0.6
==========

Expand Down

0 comments on commit 1cb208c

Please sign in to comment.