mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 14:50:19 +00:00
Merge branch 'master' of github.com:kennethreitz/responder
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
@@ -33,7 +33,6 @@ class Route:
|
||||
|
||||
@property
|
||||
def endpoint_name(self):
|
||||
print(self.endpoint.__name__)
|
||||
return self.endpoint.__name__
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user