Auto update URLID
When the slug_field of a model has changed, the Model.absolute_url will change also. This creates a problem where the urlid is out of sync with the url used to access the resource (documented in #261 )
We could update the urlid automatically in auto_urlid listener (source code)
Note: time estimation depends on the prior completion of #261
Edited by Calum Mackervoy