Django Replay API Reference¶
Django Replay Models
Remember to use dumpdata and loaddata!
Do not make actions into templates/generics without great care! Some data like files may be deleted because they are stored outside the database.
-
class
replay.models.
Action
(id, scenario, order, name, method, path, data, files, status_code, content)[source]¶ -
exception
DoesNotExist
¶
-
exception
MultipleObjectsReturned
¶
-
exception