django-categories/categories
2015-08-12 17:11:08 +02:00
..
editor Fixes a conflict with treebeard. They stole the name admin_tree_list 2015-06-09 15:20:09 -05:00
fixtures [-] 1.6/1.7/1.8 compatiable changes (WIP) 2015-06-09 15:17:48 -05:00
locale i18n: add french translation 2015-05-19 17:02:58 +02:00
management Fixed tests so they run under Django 1.7 2015-06-09 15:17:47 -05:00
migrations Changing migration dependency of contenttypes to 0001_initial for support for Django 1.7 2015-06-09 15:20:09 -05:00
south_migrations [-] Missed some migrations 2015-06-09 15:17:48 -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 Fixed tests so they run under Django 1.7 2015-06-09 15:17:47 -05:00
templatetags [-] 1.6/1.7/1.8 compatiable changes (WIP) 2015-06-09 15:17:48 -05:00
tests Use singleton registry to import register_fk and register_m2m since they are members on Registry class. 2015-08-12 17:11:08 +02:00
__init__.py Use singleton registry to import register_fk and register_m2m since they are members on Registry class. 2015-08-12 17:11:08 +02:00
admin.py Added the fields property with it set to '__all__' in order to not get the RemovedInDjango18Warning 2015-06-09 15:17:47 -05:00
apps.py Dramatically refactored how migrations are performed to work with Django 1.7 2015-06-09 15:21:38 -05:00
base.py Renamed get_query_set to get_queryset to get Django categories to work in Django 1.7. I'm not sure of a good way to make this work in Django 1.6. 2015-06-09 15:17:47 -05:00
fields.py Dramatically refactored how migrations are performed to work with Django 1.7 2015-06-09 15:21:38 -05:00
genericcollection.py [-] Fixed some tree editor and generic collection issues 2015-06-09 15:17:48 -05:00
migration.py Version 1.3b8: Fixes some migrations 2015-06-09 15:23:43 -05:00
models.py defaulting the url prefix to / if it can't find the category tree 2015-06-09 15:23:43 -05:00
registration.py Version 1.3b7 - fixes registration when there is no app config 2015-06-09 15:23:43 -05:00
settings.py Fixing a merge conflict 2013-03-20 06:54:34 -05:00
south_migration.py Updates the existing migration to south_migrations 2015-06-09 15:20:09 -05:00
urls.py Fixing a few minor Django 1.5 incompatibilities 2013-03-20 06:54:34 -05:00
views.py Using custom model in CategoryDetailView 2013-07-29 15:24:11 +02:00