Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@nickromano nickromano released this 04 Jan 02:33
· 122 commits to main since this release

Instead of having to track down the app_label and model name from the content types table. You can now just use the path to the model and it will be resolved.

'model': 'django.contrib.auth.models.User'

Instead of

'app_label': 'auth'
'model': 'user',