Statistics
| Branch: | Tag: | Revision:

root / api / faults.py @ 0be1a55e

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
14a6a08f 11/26/2010 10:44 pm Faidon Liambotis

Provide an empty "details" field in faults

To deal with broken clients that expect it to be there.

635cfd6e 11/26/2010 06:52 pm Faidon Liambotis

Convert faults to return an Exception subclass

Piston's rc from which fault is modeled doesn't do that; however, we
prefer doing things the Django (rather than the Piston) way and make
faults be an Exception subclass.

Piston may not do that but it actually gives us all the tools to do it,...

ed66d976 11/26/2010 05:38 pm Faidon Liambotis

Add Shared IP Groups handler

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit