django-categories/categories
2011-02-14 11:23:31 -05:00
..
fixtures The test for importing checks the first child. With two children either could be 1st, so remove one. 2011-02-14 11:16:13 -05: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 Updated the test to test a new template tag, not the old one. 2011-02-14 11:17:41 -05:00
__init__.py Removed the raising of an exception when it finds a model that is already registered. and bumped the version to 0.5.2 2011-02-14 11:23:31 -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