Re: manipulator.save(data) doesn't return a object from database

2006-06-08 Thread Viktor
OK, thanks. Ivan Sagalaev wrote: > editable=False means exactly that manipulator won't touch this field, > this is why it's not updated with the value from data. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Re: Multiple database support (#1142) roadblock

2006-06-08 Thread [EMAIL PROTECTED]
Wiki page up: http://code.djangoproject.com/wiki/MultipleDatabaseSupport The current (sloppy, totally incomplete) patch is attached, along with a description of where I see it heading. JP --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: does django.contrib.comments package have a profanity filter

2006-06-08 Thread Rickey Zachary
thanks... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTE

Re: does django.contrib.comments package have a profanity filter

2006-06-08 Thread Adrian Holovaty
On 6/8/06, Rickey Zachary <[EMAIL PROTECTED]> wrote: > I have set up a django project using hte built in comment system, i wan > tto filter out comments that contain profanity. I have a generic view > so i cannot use javascript to filter it out on the client side and was > wondering if django had

does django.contrib.comments package have a profanity filter

2006-06-08 Thread Rickey Zachary
I have set up a django project using hte built in comment system, i wan tto filter out comments that contain profanity. I have a generic view so i cannot use javascript to filter it out on the client side and was wondering if django had a built in comment filtering system, to filter out profanity.

NO 1 website for IT Jobs

2006-06-08 Thread Smith
Hello and Hi Today, I tell you another Best Website for finding the best job. Please check this link and enjoy your dream job.   http://www.it-jse.com   Special thing about this website is, they are presenting direct links to jobs. They are using only Direct Employers and not using Staffin

Re: manipulator.save(data) doesn't return a object from database

2006-06-08 Thread Ivan Sagalaev
Viktor wrote: >blabla = models.IntegerField(default=0, editable=False) > > editable=False means exactly that manipulator won't touch this field, this is why it's not updated with the value from data. --~--~-~--~~~---~--~~ You received this message because you a

manipulator.save(data) doesn't return a object from database

2006-06-08 Thread Viktor
I don't know if this is a bug, so basicly this is a question not a bug report :) I have a model which has the next field: blabla = models.IntegerField(default=0, editable=False) Value for this field is calculated in the save(self) method of the model. But when I do: myObject = manipu

Testing required for r3116

2006-06-08 Thread Malcolm Tredinnick
Can a couple of people with access to SQL Server or Oracle setups running Django please run the tests after updating to r3116. I just checked in a fix for ticket #2108 that I'm not 100% certain is correct for those two databases, although I suspect it's right. The problem is how to specify a defa

Re: Solving the POST-data-lost-after-redirect problem

2006-06-08 Thread Luke Plant
Steven Armstrong wrote: > I believe you do something similar in the admin when a session is > expired and you redirect to the login form. Actually this works differently -- no 'redirecting' is done - instead the view function is wrapped, and the view is essentially replaced with a login form un

Psycopg2 is out!

2006-06-08 Thread Carlo C8E Miron
See: (ehm, and maybe read the comment to , too ;) -- Carlo C8E Miron, ICQ #26429731 -- Disclaimer: If I receive a message from you, you are agreeing that: 1. I am by definition, "the intended recipi