designate/designate/api/v1
Elena Ezhova 6df18b545f Make registering error handlers compliant with Flask 0.11
With Flask 0.11 setting error handlers by directly modifying
app.error_handler_spec dictionary leads to AttributeErrors.
It should be done by using register_error_handler method or
errorhandler decorator.

Change-Id: I4c6cb80a6311c081a30130ba51b8e5d7a88331b2
Closes-Bug: #1587849
2016-06-01 16:55:57 +03:00
..
extensions Merge "Fix V1 Quotas API Extension" 2016-02-22 15:38:54 +00:00
__init__.py Make registering error handlers compliant with Flask 0.11 2016-06-01 16:55:57 +03:00
domains.py Add Enhanced Logging to APIs 2016-04-05 15:10:23 +01:00
limits.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
records.py Add Enhanced Logging to APIs 2016-04-05 15:10:23 +01:00
servers.py Add Enhanced Logging to APIs 2016-04-05 15:10:23 +01:00
tsigkeys.py Add Enhanced Logging to APIs 2016-04-05 15:10:23 +01:00