django-userforeignkey icon indicating copy to clipboard operation
django-userforeignkey copied to clipboard

Results 2 django-userforeignkey issues
Sort by recently updated
recently updated
newest added

As per README: `Currently, Django 2.2 (Python 3.7+) and Django 3.2 (Python 3.7+) are supported.` Will this work out of the box with Django 4.0? I do not see any...

I would like to customize the field's `on_delete` and `null` values. This PR makes that possible by not overriding the values if provided in the keyword arguments.