Skip to content

Commit 2a639ea

Browse files
committed
Preparing release 1.8
1 parent 0edeafd commit 2a639ea

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ Changelog
22
=========
33

44

5-
1.8 (unreleased)
5+
1.8 (2017-12-04)
66
----------------
77

8-
- Nothing changed yet.
8+
- Fix pep8 issues. Replace sqlite database by postgresql in demo settings (more strict)
9+
- Fix HiddenWidget issue with (Model)MultipleChoiceField
10+
- Fix IS NULL filter issue when fields are empty (None, [] or empty queryset)
11+
- Generate "model"."column" IN (...) instead of "model"."colunm" = [...]
12+
- Improve FilterView tests for (Multiple)ModelChoices and (Multiple)Choices fields
913

1014

1115
1.7 (2017-05-23)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.dev0
1+
1.8

0 commit comments

Comments
 (0)