RoR vs Django - mac vs pc parody ad

2007-09-19 Thread Mike B.
RailsEnvy's outrageous parody: http://www.railsenvy.com/2007/9/10/ruby-on-rails-vs-django-commercial-7 Sorry guys, but I couldn't resist... Cheers, Mike Blass --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: Way to validate database inserts/updates not associated with forms?

2006-03-07 Thread Mike B
You can still create a Manipulator object to validate your data. Thanks, and I may be clueless here, but it seems as if manipulators don't work within the iterator context.  If I am using an interator to iterate over records that I want to modify and then update using save(), how do I add in a mani

Way to validate database inserts/updates not associated with forms?

2006-03-07 Thread Mike B
I've been toying around with Django, and I'm trying to figure out the proper way to validate backend data going into the database that doesn't come through a form. In this particular case, the data is coming in off an XML feed and being inserted or updated into a Django model. Can someone point