Skip to content

Commit

Permalink
Hello release 0.2.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Dec 2, 2015
1 parent d3ee0c9 commit 9561ea0
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 78 deletions.
79 changes: 2 additions & 77 deletions CHANGES.rst
@@ -1,5 +1,5 @@
0.2.1
=====
0.2.1 (2015-12-02)
==================

- set empty footer block in base template #109
- fix empty nullable integer columns break #107
Expand All @@ -9,78 +9,3 @@

- new materialize-css design
- webpack.js for build css and js

0.1.3 (2015-09-08)
==================

- fix fonts in MANIFEST.in
- fix update action, when value changed to empty

0.1.2 (2015-08-19)
==================

- remove crud_sessionmaker and use CRUD action directly

0.1.1 (2015-06-12)
==================

Bug Fixes
---------

- Fix mass delete action with tree structure
- Move mass actions in separate view ``pyramid_sacrud.views.CRUD.Action``
- Fix non unicode flash message
- Add title to templates

0.1.0 (2015-06-12)
==================

- Now, ``sacrud_list_template`` and ``sacrud_edit_template`` options overrides
the template (not include like before).

0.0.9 (2015-06-11)
==================

- fix settings['pyramid_sacrud.models'] with one table in list

0.0.8 (2015-06-04)
==================

- added BDD tests (#88, #89, #90)
- added example (see https://github.com/ITCase/pyramid_sacrud/tree/master/example)

Bug Fixes
---------

- fix settings['pyramid_sacrud.models'] with list of one list
- fix error 404 with static files
- clean javascript requires

0.0.7 (2015-04-24)
==================

Bug Fixes
---------

- fix for ItemsView not being subscriptable in py3 (#82)
- fix for ItemsView not being subscriptable in py3 (#82)

0.0.6 (2015-04-05)
==================

- added CHANGES.txt

Bug Fixes
---------

- fix home page dashboard widgets (#67)
- fix width of pagination (#64)
- fix pyramid_jinja2 version in requirements (#37)
- fix mass delete action

Features
--------

- new format of settings (read the docs)
- migrate to stefanofontanelli/ColanderAlchemy
- added support polymorphic tree models (#24)
74 changes: 74 additions & 0 deletions CHANGES_OLD.rst
@@ -0,0 +1,74 @@
0.1.3 (2015-09-08)
==================

- fix fonts in MANIFEST.in
- fix update action, when value changed to empty

0.1.2 (2015-08-19)
==================

- remove crud_sessionmaker and use CRUD action directly

0.1.1 (2015-06-12)
==================

Bug Fixes
---------

- Fix mass delete action with tree structure
- Move mass actions in separate view ``pyramid_sacrud.views.CRUD.Action``
- Fix non unicode flash message
- Add title to templates

0.1.0 (2015-06-12)
==================

- Now, ``sacrud_list_template`` and ``sacrud_edit_template`` options overrides
the template (not include like before).

0.0.9 (2015-06-11)
==================

- fix settings['pyramid_sacrud.models'] with one table in list

0.0.8 (2015-06-04)
==================

- added BDD tests (#88, #89, #90)
- added example (see https://github.com/ITCase/pyramid_sacrud/tree/master/example)

Bug Fixes
---------

- fix settings['pyramid_sacrud.models'] with list of one list
- fix error 404 with static files
- clean javascript requires

0.0.7 (2015-04-24)
==================

Bug Fixes
---------

- fix for ItemsView not being subscriptable in py3 (#82)
- fix for ItemsView not being subscriptable in py3 (#82)

0.0.6 (2015-04-05)
==================

- added CHANGES.txt

Bug Fixes
---------

- fix home page dashboard widgets (#67)
- fix width of pagination (#64)
- fix pyramid_jinja2 version in requirements (#37)
- fix mass delete action

Features
--------

- new format of settings (read the docs)
- migrate to stefanofontanelli/ColanderAlchemy
- added support polymorphic tree models (#24)
1 change: 1 addition & 0 deletions example/pyramid_sacrud_example.py
Expand Up @@ -68,6 +68,7 @@ def sacrud_settings(config):
config.registry.settings['pyramid_sacrud.models'] = (
('Catalouge', [Group, Good]),
('Auth system', [User]),
('', []),
('foo', [Parent, Child])
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(name):

setup(
name='pyramid_sacrud',
version="0.2.1.dev1",
version="0.2.1",
url='http://github.com/ITCase/pyramid_sacrud/',
author='Svintsov Dmitry',
author_email='sacrud@uralbash.ru',
Expand Down

0 comments on commit 9561ea0

Please sign in to comment.