First, common practice is to name methods with lower case and underscores. Now, you probably don't need User.get_start(), because if "user" is a "User" you can usually type in something like "user.event_set.latest()". If the query is more complicated and you use it many times, I think it's OK to create user.get_start() or something.
I don't have anything against User.change_status(); I think it would work. However if there's no compelling reason I'd probably do it explicitly rather than call a method:
event = Event(user=user, ...) event.save()
Antonis Christofides http://djangodeployment.com
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6a7af583-6de4-457f-af57-62fc41185a9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.