Richard A

Results 1 issues of Richard A

I'm running into issues when defining `get_queries()` on publications with additional/optional arguments. This is the example from the docs of passing an argument to `get_queries`: ``` class BooksByAuthorEmail(Publication): def get_queries(self,...