django-categories/categories
Corey Oordt 867327e41f Merge pull request #36 from nephila/master
Document an upgrade path from 1.0.2 to 1.0.3 (issue #35)
2012-06-06 10:24:21 -07:00
..
editor Added queryset parameter to ChangeList.get_ordering() 2012-03-28 14:37:34 -04: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 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 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 Fixes issue #40 Checks for instance of CategoryBase instead of Category. 2012-04-27 17:09:51 -04:00
tests Improved Category import. 2011-08-22 09:51:53 -04:00
__init__.py Updated CREDITS, docs and bumped version to 1.0.5 2012-06-04 08:46:22 -04:00
admin.py stylistic fixes and docs 2012-05-16 21:59:58 +02:00
base.py Fixed how the activate/deactivate methods in the admin fetched their models. 2012-03-06 15:05:28 -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 use ugettext_lazy 2012-05-11 14:07:01 +02:00
settings.py stylistic fixes and docs 2012-05-16 21:59:58 +02:00
urls.py Moved the editor app so its inside the categories app 2012-01-11 15:22:29 -05:00
views.py use ugettext_lazy 2012-05-11 14:07:01 +02:00