Devid
Devid
Also `pyjwt` dependecy could be updated since now there is 2.0.
For those who may concern: pyjwt on master (https://github.com/Pr0Ger/PyAPNs2/commit/064c497df028f585608e08c8516d8c9368cb0c98) now is `>=2.0.0`. See also https://github.com/Pr0Ger/PyAPNs2/issues/133.
It may be improved a bit if support for Django 1.x gets dropped (ie: some bad `if` will be removed).
@rpkilby I have updated with CRUD tests and removed Django 1.11 compact. Tell me if everything is fine for you.
> can you skip tests for Django 1.11 for this PR? dj1.11 seems to be supported for some more time. I have also added an assertion in `SimplePathRouter.get_urls` to raise...
Ok... seems that `pytest.mark.skipif` has not worked as expected. I will recheck it as soon as I can.
Rebased.
@tomchristie you are right that a single-class implementation would be better. I think that it can be done since the difference between those two are just two methods (`get_urls` and...
@tomchristie could you please check if the latest implementation is fine for you?
Code updated, tell me if other changes are needed.