Skip to content

Merge pull request #40 from Martlark/2.0.2

Compare
Choose a tag to compare
@Martlark Martlark released this 21 Aug 04:03
· 32 commits to master since this release
3f7111b

Version 2.0.2 changes most of the properties, hooks and methods to use a more normal Python naming convention.

  • Regularly called mixin methods now start with fs_.
  • Hook methods start with __fs_ and end with __.
  • Control properties start with __fs_ and end with __.
  • Some hook functions can now return False or True rather than just raise Exceptions
  • fs_get_delete_put_post now returns a HTTP code that is more accurate of the cause