django-categories/categories
2011-02-14 11:14:50 -05:00
..
fixtures Added a demo file of music genres 2009-09-30 10:52:07 -04:00
management Got rid of the debugging print statements 2011-02-14 11:13:04 -05:00
migration Added metadata to the model for seo stuff 2010-04-22 14:31:38 -04:00
static/js Renamed 'media' directories to 'static' to work with the django 1.3 staticfiles app 2011-01-19 17:47:59 -05:00
templates Updated the docstrings of the template tags and added breadcrumbs 2010-12-18 14:49:22 -05:00
templatetags Updated the docstrings of the template tags and added breadcrumbs 2010-12-18 14:49:22 -05:00
tests Checking for raising the correct exception and moved the strings used in the test to a list of strings 2011-02-14 11:14:50 -05:00
__init__.py Bumped the version to 0.5 2011-01-20 07:19:42 -05:00
admin.py Added logic to skip adding categories that are already defined for a modeladmin 2011-01-17 10:55:16 -05:00
fields.py Removed some tabs... 2010-02-12 12:09:58 -05:00
genericcollection.py Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
models.py Unstashing the previous changes 2010-12-12 13:15:03 -05:00
settings.py Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
urls.py Got rid of the with_stories keyword for the category detail view. 2010-12-18 14:47:52 -05:00
views.py Got rid of the with_stories keyword for the category detail view. 2010-12-18 14:47:52 -05:00