-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
58 lines (36 loc) · 837 Bytes
/
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
3.0.1
=====
* Disable csrf checks for the voting view.
3.0.0
=====
* Remove feeds module.
2.0.0
=====
* Add support for Django 1.8.
* Drop support for earlier versions of Django.
* Fix `Bookmark.all_tags_with_counts` method.
1.0.1
=====
* Fix `URL` tags in templates.
1.0.0
=====
* Replace `get_query_set` with `get_queryset`.
0.7.3
=====
* Add explicit `fields` to `BookmarkInstanceForm`.
0.7.2
=====
* Set `BooleanField` default explicitly to `False` for Django 1.6.
0.7.1
=====
* Fix `django.conf.urls.defaults` for Django 1.6.
0.7.0
=====
* Change "description" fields from CharFields to TextFields.
0.6.1
=====
* Update `index_queryset` with keyword argument for Haystack.
0.6.0
=====
* Use `SearchIndex` instead of deprecated `RealTimeSearchIndex`.
THIS BREAKS THINGS - use only with django-haystack >= 2.x