Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
brunobord committed Jan 17, 2017
1 parent 7dfdbec commit df78cfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
ChangeLog
=========

master (unreleased)
===================
Release 0.6.0 (2017-01-17)
==========================

* Added a make target to install the demo site.
* 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).
Expand Down
2 changes: 1 addition & 1 deletion formidable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_app_config = 'formidable.app.FormidableConfig'

version = '0.6.0.dev0'
version = '0.6.0'

0 comments on commit df78cfb

Please sign in to comment.