You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Yes I know I can't acces the Manager from a model instance, but I
need to check the value of a field saved in the database before
updating it. Can I do it from the Model clean() method?
Felix.
Anderson Resende
unread,
Mar 26, 2015, 10:48:22 AM3/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Can you give a example? be more especific, post some code.
Erik Cederstrand
unread,
Mar 26, 2015, 11:20:03 AM3/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Users
> Den 25/03/2015 kl. 20.20 skrev felix <fe...@epepm.cupet.cu>:
>
> Yes I know I can't acces the Manager from a model instance, but I need to check the value of a field saved in the database before updating it. Can I do it from the Model clean() method?
Depending on your requirements, there's a couple of options.