Petr Dlouhý
|
c7e14fe60b
|
remove dependency on unicode-slugify, use Django builtin function
|
2024-04-19 10:46:39 +02:00 |
|
pre-commit-ci[bot]
|
91d9a8bbd7
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-04-17 12:18:12 +02:00 |
|
Petr Dlouhý
|
bd3e807ac6
|
fixes for Django 4.0
|
2022-02-24 14:56:17 +01:00 |
|
Corey Oordt
|
076debb44d
|
Adds doc strings for lots of functions.
|
2021-12-22 12:03:21 -06:00 |
|
pre-commit-ci[bot]
|
5961d6b80f
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-12-05 14:34:46 +00:00 |
|
Petr Dlouhý
|
654dddce81
|
fixes to Django 3.0
|
2020-02-02 09:15:22 +01:00 |
|
Brent O'Connor
|
366ff74619
|
Made updates to get everything working with Django 2
|
2017-12-26 11:27:42 -06:00 |
|
Corey Oordt
|
22c5630af2
|
[-] Set decendent_ids to empty list if not saved
|
2017-10-12 22:42:50 -05:00 |
|
msaelices
|
410caf8e79
|
Avoid the "Cannot call get_descendants on unsaved Category instances"
ValueError when adding categories in admin interface.
|
2016-03-05 18:23:05 -06:00 |
|
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 |
|