django-categories/categories
2012-01-03 09:18:10 -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 Improved Category import. 2011-08-22 09:51:53 -04:00
migrations Altered the field type of the alternate url field from URL to Char. This allows relative urls, instead of full urls. 2012-01-03 09:18:10 -05: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 Improved Category import. 2011-08-22 09:51:53 -04:00
__init__.py Bumped the version number to 0.8.6 and altered the get_version a bit. 2012-01-03 09:18:10 -05:00
admin.py Fixes issue #26 by limiting the slug to the first 50 characters. 2011-11-03 09:24:39 -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 Added a check in migrate_app to see if the app is a string or not. 2011-08-19 10:13:18 -04:00
models.py Altered the field type of the alternate url field from URL to Char. This allows relative urls, instead of full urls. 2012-01-03 09:18:10 -05: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 fix missing imports 2011-12-20 08:09:18 +01:00