Commit graph

23 commits

Author SHA1 Message Date
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ý
d24aab4d42 more Django 4.1 fixes 2022-09-21 17:56:54 +02: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
Corey Oordt
9c5ccb8c54 [-] Get management commands compatible with Django 1.10+ 2017-10-12 22:49:47 -05:00
Corey Oordt
1df724f48d [-] Remove south migrations 2017-10-12 22:44:21 -05: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
32144dd779 Fixed a test: file() doesn't work in Python 3, used open() instead. 2016-02-15 09:31:59 -06:00
Brent O'Connor
c5c459fe42 Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
Brent O'Connor
70abc1c807 Fixed tests so they run under Django 1.7 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
7096d8a3eb Fixing migration script for adding fields 2013-05-20 17:42:03 -05:00
Corey Oordt
8be19c893a Placing some south imports into try blocks. 2012-08-18 13:04:58 -04:00
Corey Oordt
7fa53a7003 Capitalizing the various REGISTRY settings 2012-08-18 13:02:15 -04:00
Corey Oordt
0d254eca63 pep8 cleanup 2012-07-12 19:24:55 -04: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
3fe50040c3 Improved Category import. 2011-08-22 09:51:53 -04:00
Corey Oordt
5a74525446 Ensure that the slug is always within the 50 characters it needs to be. 2011-08-18 10:31:52 -04:00
Corey Oordt
fdc025d812 Added the ability to add the appropriate fields to a table if configured after an initial syncdb. 2011-08-01 09:12:39 -04:00
Andrzej Herok
cda1d0fd5e Fixed wrong var name in import_categories command 2011-05-08 08:07:28 +08:00
Corey Oordt
74d9910a4c Got rid of the debugging print statements 2011-02-14 11:13:04 -05:00
Corey Oordt
413e756a0a Added a command to import categories from a file 2009-08-27 11:56:43 -04:00