Hello to everybody, I'm trying to extending the Form model of Mezzanine. I want to link every form submission to the (logged) user submitting the form. I was thinking about using EXTRA_MODEL_FIELDS but I'm missing a couple things: - should i use a simple charfield, or is there a more fitting choice? - how can i retrieve the username in that specific piece of code? in django i would have used a request object, but I'm just adding a field to a model. Thanks in advance.
-- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
