NO 1 website for IT Jobs

2006-05-28 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: Reversal Lookup TODO Needed

2006-05-28 Thread bradford
I created a ticket for this http://code.djangoproject.com/ticket/2025 --~--~-~--~~~---~--~~ 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.co

Re: A bug in reverse url lookup? (and a possible patch)

2006-05-28 Thread bradford
I created a ticket for this: http://code.djangoproject.com/ticket/2025 --~--~-~--~~~---~--~~ 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.

SoC 2006: Generic Authorization

2006-05-28 Thread Joseph Kocherhans
I've posted an intial revised version of my summer of code proposal at: http://code.djangoproject.com/wiki/GenericAuthorization This should go hand in hand with Chris Long's RowLevelPermissions project: http://code.djangoproject.com/wiki/RowLevelPermissions Also, for the curious, you c

EVOLUTION - Add Field Schema Evolution Support

2006-05-28 Thread Ilias Lazaridis
After reviewing the relevant source code base a little, I have started with the implementation of the schema evolution skeleton (which will contain a functional "Add Field" support). http://case.lazaridis.com/multi/wiki/DjangoSchemaEvolution With a very small assistance from the team (mostly s

Re: unicode.. reject?

2006-05-28 Thread Jeroen Ruigrok van der Werven
On 5/28/06, gabor <[EMAIL PROTECTED]> wrote: > further debugging showed, that psycopg is at fault, because it quotes > byte-string params, but not unicode-string params. > > also, take an unicode string, like u"gábor" (my name :-). you can assign > it into a charfield, and if you save the model usi

Re: introduction

2006-05-28 Thread Andy Shaw
Hi Chris, The implementation detailed on the wiki appears to give the granularity that several people around here (including myself) have been looking for, minus the various points that have already been brought up. An ACL-type solution as opposed to UNIX-style permissions certainly seems more fl

.delete() a little too eager?

2006-05-28 Thread [EMAIL PROTECTED]
I got curious about how Django deals with deletes in cases where an object refers to some other object as I noticed that this seemed to happen automagically in the admin interface. So I set up a silly little example: class Company(models.Model): name = models.CharField(maxlength=50) def

unicode.. reject?

2006-05-28 Thread gabor
hi, i was wondering if it would be better to simply reject unicode data in django models. at least until better unicode support (http://code.djangoproject.com/wiki/UnicodeInDjango) arrives... that would mean that django would raise an exception when you try to assign unicode text into a text-