Menu

Tree [r50] /
 History

HTTPS access


File Date Author Commit
 common_models 2011-05-09 jtownley [r49] Made stub not validate the data so they can be ...
 json_models 2011-07-13 jtownley [r50] Fixed naming error on variable
 rest_client 2010-03-25 tarttelin [r31] - Add HTTPS handler to the rest client
 xml_models 2011-03-24 jtownley [r45] Added test case in solution for empty models
 xpath 2010-03-18 tarttelin [r23] Added a filter_custom finder so you can just qu...
 LICENSE 2009-11-23 tarttelin [r16] Amended licence to include copyright notice.
 MANIFEST 2011-04-21 jtownley [r48] Added "defaults" to json
 README 2010-02-15 tarttelin [r20] Amend test_web.py to better support 2.6 shutdown.
 json_models_test.py 2011-05-09 jtownley [r49] Made stub not validate the data so they can be ...
 setup.py 2011-05-09 jtownley [r49] Made stub not validate the data so they can be ...
 stubserver.py 2010-02-18 tarttelin [r22] Rename test_web to stubserver now stubserver ha...
 xml_models_test.py 2011-03-24 jtownley [r45] Added test case in solution for empty models

Read Me

Django REST Model was written in a Test Driven Development style.  For example usages
please refer to xml_models_test.py

For XPath processing, the py-dom-xpath library is included, but this is a fairly slow
pure python library.  While it works perfectly well, Django REST Model was written 
originally to work with LXML, which is a much faster library, and provides better
namespace support.  If Django REST Model appears slow, try switching to LXML and 
hopefully you'll experience significant speed improvements.