Shivananda Sahu
Shivananda Sahu
It looks like the event table that gets created defaults to the db table name of `${app_label_model_name}_event`. Is there a way to override the name of the table that gets...
Currently the [HistoryMiddleware adds the context only for PUT, PATCH and POST requests](https://github.com/Opus10/django-pghistory/blob/master/pghistory/middleware.py#L31). Is it possible to update this to also add context to delete requests?
I am trying to model classes that can support mixed content. From the example at https://www.npmjs.com/package/js2xmlparser I could do this with ```javascript var js2xmlparser = require("js2xmlparser"); var obj = {...