File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ dist /
1
2
docs /_build /
2
3
SQLAlchemy_ImageAttach.egg-info /
3
4
.coverage
Original file line number Diff line number Diff line change
1
+ SQLAlchemy-ImageAttach Changelog
2
+ ================================
3
+
4
+ Version 0.8.0
5
+ -------------
6
+
7
+ To be released.
8
+
9
+ - Added manual :func: `~sqlalchemy_imageattach.context.push_store_context() ` and
10
+ :func: `~sqlalchemy_imageattach.context.pop_store_context() ` API. It's useful
11
+ when you can't use :keyword: `with ` keyword e.g. setup/teardown hooks.
12
+
13
+
14
+ Version 0.8.0.dev-20130531
15
+ --------------------------
16
+
17
+ Initially released on May 31, 2013.
18
+
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ enities. It's easy to use with :mod:`sqlalchemy.ext.declarative`::
32
32
def object_id(self):
33
33
return self.user_id
34
34
35
+ .. toctree ::
36
+
37
+ changes
38
+
35
39
36
40
.. module :: sqlalchemy_imageattach
37
41
@@ -73,6 +77,8 @@ SQLAlchemy-ImageAttach is an open source software written by `Hong Minhee`_
73
77
If you find any bug, please create an issue to the `issue tracker `_.
74
78
Pull requests are also always welcome!
75
79
80
+ Check out :doc: `changes ` as well.
81
+
76
82
.. image :: https://secure.travis-ci.org/crosspop/sqlalchemy-imageattach.png
77
83
:alt: Build Status
78
84
:target: http://travis-ci.org/crosspop/sqlalchemy-imageattach
You can’t perform that action at this time.
0 commit comments