Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
version++,changelog and documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Sep 3, 2015
1 parent a87f379 commit 2532798
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.0
0.4.1
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
@@ -1,6 +1,9 @@
Changelog
=========

* :release:`0.4.1 <2015-09-02>`
* :bug:`-` Simplified ACLs (refactoring)

* :release:`0.4.0 <2015-08-19>`
* :support:`-` Added support for JSON schema draft 04
* :support:`-` RAML is now parsed using ramlfications instead of pyraml-parser
Expand Down
3 changes: 2 additions & 1 deletion docs/source/processors.rst
Expand Up @@ -12,7 +12,8 @@ A processor receives a number of keyword arguments:

* ``kwargs['instance']`` is the object instance being created or updated
* ``kwargs['new_value']`` is the new value being set, or the value returned by the previous processor if there are multiple processors on the same field
* ``kwargs['field']`` is the name of the field
* ``kwargs['field'].name`` is the name of the field
* ``kwargs['field'].params`` is the object containing the database field params, e.g. `min_length`
* ``kwargs['request']`` is the request object which includes the user object `request.user`

E.g.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
'inflection',
'transaction',
'six',
'nefertari>=0.5.0',
'nefertari>=0.5.1',
]

setup(name='ramses',
Expand Down

0 comments on commit 2532798

Please sign in to comment.