Hi there,

I recently discovered that, when fooling with values in my model's  
custom save() method, I need to treat PositiveSmallIntegerField values  
as string values, rather than integer values. Googling led me to this  
thread on django-developers:
http://groups.google.com/group/django-developers/browse_thread/thread/f51461c04bf43ebe/a21caa245156d7b7

and to a heap of stuff I didn't quite follow.

The very delicate question I'd like to ask now is, implementation  
aside, what should we expect out of all this? When nf-admin has landed  
and all is said and done, are we expecting to have python-converted  
values available for use in save()? Am I right in expecting that  
custom save will come in between some hypothetical to_python() and  
validate() functions?

I ask this in full awareness that the likely answer is "be quiet,  
we're still working on it".

Thanks,
Eric

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to