forked from django-cms/django-filer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY
41 lines (28 loc) · 824 Bytes
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Changelog for django-filer
==========================
next
----
* seperate, customizable file storage backends for public and private files
* backwards incompatible changes
* storage refactor: path to files in the db has changed (no longer relative to MEDIA_ROOT)
* `filer.server.urls` needs to be included to serve private files
* static media has been moved from 'media' to 'static'
(as proposed by django-staticmedia and django 1.3)
0.8.2
-----
* sha hash for files
* packaging fixes
0.8.1
-----
* moved to easy-thumbnails for thumbnailing. added tests and lots of cleanup.
* Backwards incompatible changes:
* use easy-thumbnails instead of sorl.thumbnail
0.7.0
-----
bugfixes
0.5.4a1
-------
adds description field
0.0.2a (2009-11-04)
-------------------
- First test release as a pypi package.