Re: Django, Dojo and JSON-RPC

2009-04-06 Thread Rob Goedman
t; >> >> awesome :-) >> Glad I could help. >> Feel free to ask anything, I will try to help! >> >> -- >> cu >> >> Wolfram >> >> http://uxebu.com - web consultancy >> You need AJAX, RIA, JavaScript and all this modern stuff

Re: How do i use dojo in my Django application

2009-04-02 Thread Rob Goedman
> On Nov 2, 2008, at 12:42 AM, Wolfram Kriesing wrote: > > awesome :-) > Glad I could help. > Feel free to ask anything, I will try to help! > > -- > cu > > Wolfram > > http://uxebu.com - web consultancy > You need AJAX, RIA, JavaScript and all this mo

Re: Dojango question

2008-11-01 Thread Rob Goedman
he JSON >> serializer for. >> Could you may be explain, if the links above dont help? >> >> -- >> cu >> >> Wolfram >> >> http://uxebu.com - the AJAX experts >> You need AJAX, RIA, JavaScript and all this modern stuff? We got it! &g

Dojango question

2008-11-01 Thread Rob Goedman
Hi, Just for Django & Dojo users. Working through the 'Mastering Dojo' book, updating the examples where applicable to Dojo 1.2 (i.e. grids) and making them work with Django svn has gone pretty smoothly. I wonder if below method is a reasonable way to generate fairly generic xhr* responses

Re: auto_add and auto_add_now in admin fieldsets

2008-10-18 Thread Rob Goedman
, James Bennett wrote: > > On Sat, Oct 18, 2008 at 12:20 PM, Rob Goedman <[EMAIL PROTECTED]> wrote: >> I couldn't find this in the ticket list. Has anybody else >> encountered/ >> tried this? > > This is really sort of intended behavior; auto_now and auto_

auto_add and auto_add_now in admin fieldsets

2008-10-18 Thread Rob Goedman
Hi, With below example, using the 1.1 pre-alpha SVN-6477 version: class Entity(models.Model): ... name = ... created_on = models.DateTimeField(auto_now_add=True) created_by = ... ... and class EntityAdmin(admin.ModelAdmin): fieldsets = [

Re: Can't add more than 2 items in stacked/tabular inlines using tutorial part 2

2008-10-03 Thread Rob Goedman
Hi Karen, Right on, thank you. The patch provided in the ticket fixes the problem. I do use PostgreSQL. I should have checked the ticket list! Thanks again, Rob On Oct 3, 2008, at 9:57 AM, Karen Tracey wrote: > On Fri, Oct 3, 2008 at 12:43 PM, Rob Goedman <[EMAIL PROTECTED]> wr

Can't add more than 2 items in stacked/tabular inlines using tutorial part 2

2008-10-03 Thread Rob Goedman
Hi, Using Django svn rev 9111 I ran into an issue using the admin. To create a reproducible example I went back to the Django Poll/Choice tutorial, part 2. With below models.py and admin.py, I can create a new Poll, add the 1st choice and save, add the 2nd and save, but that's it. After tha

Re: Core keyword error

2008-08-28 Thread Rob Goedman
> Regards, > Malcolm On Aug 28, 2008, at 12:35 PM, Rajesh Dhawan wrote: > > Hi Rob, > > On Aug 28, 3:24 pm, Rob Goedman <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Since moving to beta-2 I get: >> >> Robs-Intel:mcp rob$ ./manage.py runserver >>

Core keyword error

2008-08-28 Thread Rob Goedman
Hi, Since moving to beta-2 I get: Robs-Intel:mcp rob$ ./manage.py runserver Validating models... Unhandled exception in thread started by Traceback (most recent call last): File "/Library/Python/2.5/site-packages/django/core/management/ commands/runserver.py", line 47, in inner_run sel

Newforms - error_messages

2007-11-30 Thread Rob Goedman
Hi, Using newforms-admin, I'm using request.user.message_set.create(message = _("User updated")) quite a bit. Is there an equivalent method to set the error note while processing save_change and save_add? Thanks, Rob --~--~-~--~~~---~--~~ You receive