Skip to content

Commit

Permalink
Releasing 15.09
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Sep 28, 2015
1 parent d443aa6 commit 600c8dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
pydal changelog
===============

Version 15.09
-------------

Released on September 28th 2015

- [MongoDB] Implemented `orderby_on_limitby`
- [MongoDB] Implemented `distinct` for count
- [MongoDB] Implemented `select()` with `having` parameter
- [MongoDB] Implemented coalesce operations
- Virtual fields are now ordered depending on definition
- Allow usage of custom `Row` classes
- Added `.where` method to `Set` and `DAL`
- Several bugfixes


Version 15.07
-------------

Expand Down
2 changes: 1 addition & 1 deletion pydal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '15.08.dev0'
__version__ = '15.09'

from .base import DAL
from .objects import Field
Expand Down

0 comments on commit 600c8dc

Please sign in to comment.