Romain Bignon
bcfa838e86
new method CapBaseObject.add_field()
...
When you want to add a field to your CapBaseObject derivated class, use
this method to:
- add it in the fields list (order is important)
- set the only possible values types
- default value to NotLoaded if not specified
- possibility to set another value
2010-10-08 13:41:41 +02:00
..
__init__.py
create setup.py files for multi-packaging
2010-07-07 17:20:16 +02:00
bank.py
Return transfer id Prevent when the two accounts aren't on the same backend
2010-09-28 22:27:40 +02:00
base.py
new method CapBaseObject.add_field()
2010-10-08 13:41:41 +02:00
chat.py
capabilities objets inherit from CapBaseObject (refs #369 )
2010-08-12 17:22:04 +02:00
contact.py
enhancement of load detection of fields
2010-08-14 21:50:31 +02:00
dating.py
s/ICap/IBaseCap and add constants
2010-08-12 16:04:53 +02:00
geolocip.py
capabilities objets inherit from CapBaseObject (refs #369 )
2010-08-12 17:22:04 +02:00
messages.py
set the FIELDS attribute to Thread and Message classes
2010-09-26 23:37:03 +02:00
radio.py
new capability ICapRadio
2010-10-08 10:53:30 +02:00
torrent.py
capabilities objets inherit from CapBaseObject (refs #369 )
2010-08-12 17:22:04 +02:00
travel.py
enhancements
2010-08-14 00:21:48 +02:00
video.py
correctly initialize base class
2010-10-08 10:51:21 +02:00
weather.py
capabilities objets inherit from CapBaseObject (refs #369 )
2010-08-12 17:22:04 +02:00