django-categories/doc_src/index.rst

45 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2011-08-01 13:48:50 +00:00
=============================
Django Categories v |version|
=============================
2009-10-06 12:10:13 +00:00
2012-02-08 16:23:58 +00:00
Django Categories grew out of our need to provide a basic hierarchical taxonomy management system that multiple applications could use independently or in concert.
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.
2012-07-12 23:31:27 +00:00
New in 1.1
2012-02-08 16:23:58 +00:00
==========
2012-07-12 23:31:27 +00:00
* Fixed a cosmetic bug in the Django 1.4 admin. Action checkboxes now only appear once.
2012-02-08 16:23:58 +00:00
2012-07-12 23:31:27 +00:00
* Template tags are refactored to allow easy use of any model derived from ``CategoryBase``.
2012-02-08 16:23:58 +00:00
2012-07-12 23:31:27 +00:00
* Improved test suite.
2012-02-08 16:23:58 +00:00
2012-07-12 23:31:27 +00:00
* Improved some of the documentation.
2012-02-08 16:23:58 +00:00
Contents
========
2009-10-06 12:10:13 +00:00
.. toctree::
:maxdepth: 2
:glob:
installation
2010-12-18 19:49:45 +00:00
getting_started
2009-10-06 12:10:13 +00:00
usage
2010-12-18 19:49:45 +00:00
registering_models
2011-08-01 13:48:50 +00:00
adding_the_fields
2012-09-24 00:41:21 +00:00
admin_settings
2012-02-08 16:23:58 +00:00
custom_categories
2011-05-08 00:33:00 +00:00
reference/index
2009-10-06 12:10:13 +00:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`