django-categories/categories
2011-05-08 08:08:56 +08: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 Fixed wrong var name in import_categories command 2011-05-08 08:07:28 +08:00
migration Add optional thumbnail model field. 2011-05-08 08:07:47 +08: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 Fixed small errors in templatetags documentation and docstrings. 2011-05-08 08:08:02 +08: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 Bumped the version for this branch 2011-03-26 14:56:17 -04:00
admin.py Make admin js relative to MEDIA_URL 2011-05-08 08:07:48 +08:00
fields.py Remove 'to' from kwargs in CategoryM2MField and CategoryFKField. 'to' is already specified, and causes errors when running unit tests 2011-05-08 08:08:17 +08:00
genericcollection.py Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
models.py Add optional thumbnail model field. 2011-05-08 08:07:47 +08:00
settings.py Add optional thumbnail model field. 2011-05-08 08:07:47 +08: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 Added a view that list items of specific model that are related to the current category. 2011-05-08 08:08:56 +08:00