newforms DateTimeFiels issue?

2007-02-19 Thread juampa
I have noticed the following situation and I suspect it may be a problem: If you have a model class with a date_added = models.DateTimeField(auto_now_add=True) field and you use a newform to create a new entry of this model in the database (leaving the date_added form field blank) the date_adde

Web services in Django

2006-12-23 Thread juampa
Hello all: I am trying to gather all the information I can about implementing web services with Django (XML-RPC, SOAP, REST). Can you suggest good sources of information/examples of implementations? What is the offical status of WS support in Django? Thanks. Juampa