-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
64 lines (40 loc) · 1.65 KB
/
CHANGELOG
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Changelog
=========
0.2.9 (May 7th, 2024)
--------------------------
* Fixed: Updated README to reflect best practice when using a property on the model as the thumbnail source (with thanks to @jasongi).
0.2.8 (June 1st, 2023)
--------------------------
* Fixed: Referencing a property on the target model that returns `None` no longer causes an exception
0.2.7 (April 19th, 2022)
--------------------------
* Indicating compatibility with Django 4.0, 4.1 and 4.2
* New: The `image_field` argument to the `thumbnail` decorator now supports model properties
0.2.6 (June 17th, 2021)
--------------------------
* Indicating compatibility with Django 3.1 and 3.2
0.2.5 (April 9th, 2020)
--------------------------
* Indicating compatibility with Django 3.0
0.2.4 (January 11th, 2020)
--------------------------
* Fixed: Relaxed dependency on six, for improved compatibility and ease of installation. With thanks to @nschlemm.
0.2.3 (November 3rd, 2019)
--------------------------
* Fixed: Character encoding error when running setup.py on certain platforms.
0.2.2 (October 10th, 2019)
--------------------------
* Fixed: Django version in package requirements.
0.2.0 (October 10th, 2019)
--------------------------
* New: Added compatibility with python 3.6 and Django 2.x.
0.1.2 (April 16th, 2019)
--------------------------
* New: Added `alias` parameter.
* Fixed: `easy_thumbnails` aliases are now correctly checked for validity; would always fail and default to original image url previously.
0.1.1 (April 7th, 2019)
--------------------------
* Bumping version number to fix project metadata.
0.1.0 (April 7th, 2019)
--------------------------
* New: Initial version.