Hi,

On Sun, Sep 6, 2009 at 6:53 AM, ThinRhino<thinrh...@gmail.com> wrote:
> This is my first post to the group and comparatively new to django.

Welcome!

> In my models, I have a primary key field. This primary key, will be used
> like a transaction id.
>
> I want to create it based on the data entered in the form and save it to the
> database by overloading the save() method.
>
> I am looking for pointers.

http://docs.djangoproject.com/en/dev/topics/db/models/#overriding-predefined-model-methods

HTH,
Carlos.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to