Skip to content

Commit df78cfb

Browse files
committed
v0.6.0
Changelog * Added a make target to install the demo site (#152). * Added django-perf-rec module for tests and improved SQL queries in `ContextFormDetailView` (#54, #154, #160). * Added test to count queries on dynamic form queryset + improve performances (#155, #156, #162). * Added test to count queries on retrieve builder view + improve performances by removing duplicate queries (#157, #158, #163).
1 parent 7dfdbec commit df78cfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 0.6.0 (2017-01-17)
6+
==========================
77

8-
* Added a make target to install the demo site.
8+
* Added a make target to install the demo site (#152).
99
* Added django-perf-rec module for tests and improved SQL queries in `ContextFormDetailView` (#54, #154, #160).
1010
* Added test to count queries on dynamic form queryset + improve performances (#155, #156, #162).
1111
* Added test to count queries on retrieve builder view + improve performances by removing duplicate queries (#157, #158, #163).

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
default_app_config = 'formidable.app.FormidableConfig'
22

3-
version = '0.6.0.dev0'
3+
version = '0.6.0'

0 commit comments

Comments
 (0)