Merge branch 'master' of github.com:kennethreitz/responder

This commit is contained in:
2018-10-20 14:46:21 -04:00
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
- Prototype of static application support.
# v0.0.10
- Bufgix for async class-based views.
- Bugfix for async class-based views.
# v0.0.9
- Bugfix for async class-based views.
@@ -42,7 +42,7 @@
- Safe load/dump yaml.
# v0.0.4:
- Asyncronous support for data uploads.
- Asynchronous support for data uploads.
- Bug fixes.
# v0.0.3:
-1
View File
@@ -33,7 +33,6 @@ class Route:
@property
def endpoint_name(self):
print(self.endpoint.__name__)
return self.endpoint.__name__
@property