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