django-categories/categories
2012-02-15 08:56:24 -05:00
..
editor The admin prior to 1.4 requires a different result from get_ordering 2012-02-15 08:56:24 -05:00
fixtures Addresses issue #27; updated musicgenres.json 2012-02-06 15:44:32 -05:00
management Allow the setting of a SLUG_TRANSLITERATOR to convert non-ASCII characters to ASCII characters. 2012-02-15 08:56:23 -05:00
migrations Updated migrations to include a data migration. 2012-02-15 08:54:33 -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 Version bump to 1.0b2 2012-02-15 08:56:24 -05:00
admin.py Moved the base classes to a new file to isolate them. 2012-02-15 08:54:33 -05:00
base.py Allow the setting of a SLUG_TRANSLITERATOR to convert non-ASCII characters to ASCII characters. 2012-02-15 08:56:23 -05:00
fields.py Moved the editor app so its inside the categories app 2012-01-11 15:22:29 -05:00
genericcollection.py Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
migration.py Moved the editor app so its inside the categories app 2012-01-11 15:22:29 -05:00
models.py Moved the base models to base.py and did a few PEP8 cleanups 2012-02-15 08:54:33 -05:00
settings.py Allow the setting of a SLUG_TRANSLITERATOR to convert non-ASCII characters to ASCII characters. 2012-02-15 08:56:23 -05:00
urls.py Moved the editor app so its inside the categories app 2012-01-11 15:22:29 -05:00
views.py Moved the editor app so its inside the categories app 2012-01-11 15:22:29 -05:00