Commit graph

19 commits

Author SHA1 Message Date
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
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
c5c459fe42 Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
Corey Oordt
0be7d5e41f Fixing a merge conflict 2013-03-20 06:54:34 -05:00
winniehell
89c7333306 i18n 2013-03-20 06:54:34 -05:00
Corey Oordt
d63828ebf6 Refactored the registration of fields from __init__ to a new module.
It also makes it easier to test.
2012-08-18 12:53:37 -04:00
Martin Matusiak
bb544e3034 stylistic fixes and docs 2012-05-16 21:59:58 +02: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
84f84e10c8 Updated the default view caching to 600, which is the django default instead of forcing the views to NEVER cache at all. 2012-02-15 08:54:32 -05:00
Corey Oordt
7bdfb32474 Added a setting for the JAVASCRIPT_URL to make placement of the genericcollections.js file easier 2011-08-02 10:54:35 -04:00
Corey Oordt
97c45e702f The registry default settings needs to be an empty dict, not list. 2011-05-16 08:56:27 -04:00
Corey Oordt
05a55fea7d Added a Deprecation warning for CATEGORIES_RELATION_MODELS 2011-05-12 06:46:21 -04:00
Corey Oordt
efe3cdd06b Refactored the thumbnail from imagefield to filefield.
Why? ImageField causes hits to storage to fill out certain fields. Added a storage class and width/height fields so it is possible to scale the thumbnails and store them somewhere besides the filesystem.
2011-05-11 09:01:33 -04:00
Corey Oordt
4ce5a9e297 Slight refactor of the default settings to clean it up. 2011-05-11 07:09:19 -04:00
Corey Oordt
9528f971c9 Fixing stashing conflict 2011-05-07 20:33:00 -04:00
Evan Culver
1ac5ae0a09 Add optional thumbnail model field. 2011-05-08 08:07:47 +08:00
Corey Oordt
9e1717f3f7 Added generic relation stuff into categories 2010-04-23 11:37:18 -04:00
Corey Oordt
b0468cc8e4 Added a caching setting to vary the amount of time the view is cached 2010-04-05 13:09:02 -04:00
Corey Oordt
58a2280c2b Added an optional setting to allow the slug to be changed 2009-10-22 12:32:28 -04:00