Branch: refs/heads/working
  Home:   https://github.com/dabodev/dabo
  Commit: a18bed095679558e0e8c8ca6daf2dee064a32849
      
https://github.com/dabodev/dabo/commit/a18bed095679558e0e8c8ca6daf2dee064a32849
  Author: Paul McNett <[email protected]>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M dabo/db/__init__.py
    M dabo/settings.py

  Log Message:
  -----------
  Add dabo.settings.convertFloatToDecimal.

This specifies whether floats get converted to Decimals at the
database layer when not explicitly specified in DataStructure.

The default is True to match historical behavior.


  Commit: 6a48f0a77add11618b5b941bfba71ffb6acb78e5
      
https://github.com/dabodev/dabo/commit/6a48f0a77add11618b5b941bfba71ffb6acb78e5
  Author: Paul McNett <[email protected]>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M dabo/db/dCursorMixin.py

  Log Message:
  -----------
  Add args and kwargs to VirtualFields.

Now you can specify args and kwargs as well as the function to
call in VirtualFields. Do this like:

biz.VirtualFields["field"] = \
  {"func": self.myFunc, "args": (arg1,), "kwargs": {"arg2": val}}

It's handy for making one function to handle many virtual fields.


Compare: https://github.com/dabodev/dabo/compare/83ff4a37d490...6a48f0a77add


--- StripMime Report -- processed MIME parts ---
multipart/mixed
  text/plain (text body -- kept)
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to