django-categories/categories
2011-08-18 10:31:22 -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 Added the ability to add the appropriate fields to a table if configured after an initial syncdb. 2011-08-01 09:12:39 -04:00
migrations Due to settings, the migration for the category relations table never would be created. This fixes it 2011-08-03 14:23:30 -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 Altered the inline template to display the content_object instead of the __unicode__ of the middle table. 2011-08-02 11:25:57 -04:00
templatetags Added a get_latest_objects_by_category template tag. Might be useful. 2011-08-01 09:14:18 -04: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.7.1 2011-08-03 14:23:52 -04:00
admin.py Forgot to add the alternate_url to the admin. 2011-08-02 13:43:15 -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
migration.py Changed the DatabaseError import to be more compatible 2011-08-18 10:31:22 -04:00
models.py Added an alternate url field to the model. 2011-08-01 09:09:34 -04:00
settings.py Added a setting for the JAVASCRIPT_URL to make placement of the genericcollections.js file easier 2011-08-02 10:54:35 -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