django-categories/categories
2011-05-12 10:03:25 -04: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
migrations Refactored the thumbnail from imagefield to filefield. 2011-05-11 09:01:33 -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 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 Version bump to 0.6beta4 2011-05-12 10:03:25 -04:00
admin.py Updating settings for Django 1.3 2011-05-12 10:03:11 -04:00
fields.py Fixing stashing conflict 2011-05-07 20:33:00 -04:00
genericcollection.py Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
models.py Ah, the wonders of copying and pasting. Fixed some errors resulting from it. 2011-05-12 06:55:08 -04:00
settings.py Added a Deprecation warning for CATEGORIES_RELATION_MODELS 2011-05-12 06:46:21 -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 Allow for using django-cbv in Django 1.2.x 2011-05-11 07:09:46 -04:00