Update the change list and clean the demo
This commit is contained in:
parent
6c4f15250f
commit
288ace4bd6
@ -1,8 +1,8 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
next
|
0.1.0a4 (2011-10-12)
|
||||||
----
|
--------------------
|
||||||
|
|
||||||
* Change the way framework adapters works. Now the adapter modules
|
* Change the way framework adapters works. Now the adapter modules
|
||||||
have a simple adapt function that adapt a :class:`wsme.WSRoot`
|
have a simple adapt function that adapt a :class:`wsme.WSRoot`
|
||||||
|
@ -14,7 +14,7 @@ Then::
|
|||||||
from wsme import *
|
from wsme import *
|
||||||
from wsme.wsgi import WSRoot
|
from wsme.wsgi import WSRoot
|
||||||
|
|
||||||
from wsme.protocols import restxml, restjson, soap
|
from wsme.protocols import soap
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
@ -46,6 +46,7 @@ class DemoRoot(WSRoot):
|
|||||||
|
|
||||||
def app_factory(global_config, **local_conf):
|
def app_factory(global_config, **local_conf):
|
||||||
protocols = [
|
protocols = [
|
||||||
|
'restjson',
|
||||||
soap.SoapProtocol(
|
soap.SoapProtocol(
|
||||||
tns='http://example.com/demo',
|
tns='http://example.com/demo',
|
||||||
typenamespace='http://example.com/demo/types',
|
typenamespace='http://example.com/demo/types',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user