zsoldosp / django-currentuser

Conveniently store reference to request user on thread/db level.
BSD 3-Clause "New" or "Revised" License
141 stars 40 forks source link

add possibility to save username as string instead of pk #53

Open osswald opened 3 years ago

osswald commented 3 years ago

For our project we would like to save the username as string instead of having a foreign key. Would it be possible to add this as a feature?