Commit graph

13 commits

Author SHA1 Message Date
Brent O'Connor
64686cdaa8 Made a bunch of flake8 fixes and also added flake8 testing to Travis and Tox 2016-02-15 15:47:21 -06:00
Brent O'Connor
600aaef926 Changed __unicode__ to __str__ on the CategoryBase class for Python 3 compatibility 2016-02-15 09:51:36 -06:00
Brent O'Connor
87a22098be Switched form using force_unicode to force_text 2016-02-10 11:58:03 -06:00
Basile LEGAL
188021e568 ugettext may cause circular import 2015-08-19 16:16:33 +02:00
Brent O'Connor
58abcc7401 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
Sina Samavati
703a036bf5 Fix unicode slug issue 2013-09-07 13:16:25 +04:30
Corey Oordt
a254fe9087 Version 1.2.2 2013-07-07 15:54:40 -05:00
winniehell
89c7333306 i18n 2013-03-20 06:54:34 -05:00
Brent O'Connor
f55f131655 Fixed an exception error
Fixed an exception error that occurs when an empty form is submitted for apps that are created using categories.base.CategoryBase.
2012-10-10 10:23:17 -07:00
Corey Oordt
0d254eca63 pep8 cleanup 2012-07-12 19:24:55 -04:00
Corey Oordt
6ce2a49d2e Fixed how the activate/deactivate methods in the admin fetched their models. 2012-03-06 15:05:28 -05:00
Corey Oordt
96a3f61928 Allow the setting of a SLUG_TRANSLITERATOR to convert non-ASCII characters to ASCII characters. 2012-02-15 08:56:23 -05:00
Corey Oordt
3b0cf8da4c Moved the base classes to a new file to isolate them. 2012-02-15 08:54:33 -05:00