django-categories/categories
2010-01-27 10:48:09 -05:00
..
fixtures Added a demo file of music genres 2009-09-30 10:52:07 -04:00
management Added a command to import categories from a file 2009-08-27 11:56:43 -04:00
migration Added a description field 2009-10-06 08:09:04 -04:00
templates/categories Added a template for the template tags 2009-09-30 10:52:47 -04:00
templatetags Added a new templatetag to retrieve the top level categories 2009-10-05 15:07:11 -04:00
tests Added tests for templatetags 2009-09-30 10:51:28 -04:00
__init__.py Added ability to register fields to models 2010-01-27 10:48:09 -05:00
admin.py Finished the debugging and changed the logic 2009-10-22 12:36:49 -04:00
fields.py Added ability to register fields to models 2010-01-27 10:48:09 -05:00
models.py Removed the permalink decorator to make the absoluteurl work 2009-10-13 05:06:37 -04:00
settings.py Added an optional setting to allow the slug to be changed 2009-10-22 12:32:28 -04:00
urls.py Fixed the get_absolute_url for the Categories model and fixed up the view as well 2009-10-06 09:28:16 -04:00
views.py Fixed the get_absolute_url for the Categories model and fixed up the view as well 2009-10-06 09:28:16 -04:00