django-categories/categories
Corey Oordt fbc21bcc39 Merge pull request #50 from epicserve/grappelli
Made updates so django-categories works with django-grappelli
2012-08-28 17:38:59 -07:00
..
editor Simplified the assignment of the IS_GRAPPELLI_INSTALLED variable 2012-08-27 16:56:12 -07:00
fixtures Addresses issue #27; updated musicgenres.json 2012-02-06 15:44:32 -05:00
management Placing some south imports into try blocks. 2012-08-18 13:04:58 -04:00
migrations Documented the upgrade path from 1.0.2 and 1.0.3 plus a small migration to keep things in sync 2012-03-30 13:41:49 +02: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 Update to template tags to include ways to retrieve an object from a model other than Category. 2012-07-11 07:05:47 -04:00
templatetags Template tags now work with any derivative of CategoryBase. Recognizes the "using" param to specify the model to use. 2012-07-12 19:28:11 -04:00
tests Can't use the m2m tests because it conflicts with the fk tests. 2012-08-18 13:06:46 -04:00
__init__.py Version bump to 1.1.3 2012-08-28 06:57:38 -05:00
admin.py Capitalizing the various REGISTRY settings 2012-08-18 13:02:15 -04:00
base.py pep8 cleanup 2012-07-12 19:24:55 -04:00
fields.py pep8 cleanup 2012-07-12 19:24:55 -04:00
genericcollection.py Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
migration.py Refactored the migration script to use the syncdb signal. The post_migrate signal only fires for south-managed apps, so it isn't as useful. 2012-08-28 06:56:55 -05:00
models.py To satisfy a very demanding and owly jsoa, I removed an unused variable. :P 2012-08-28 08:16:00 -05:00
registration.py Placing some south imports into try blocks. 2012-08-18 13:04:58 -04:00
settings.py Refactored the registration of fields from __init__ to a new module. 2012-08-18 12:53:37 -04:00
urls.py pep8 cleanup 2012-07-12 19:24:55 -04:00
views.py pep8 cleanup 2012-07-12 19:24:55 -04:00