Petr Dlouhý
815e6a231d
fix for Django 5.1
2024-05-22 10:01:48 +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ý
1068fdf395
simple implementation of Django STORAGES
2024-01-23 16:38:30 +01: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
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