Re: Tests 'datatypes' fail

2007-06-28 Thread Gábor Farkas
Michael Radziej wrote: > > I use git-svnimport to sync the svn with my git repository, and it seems to > fail around every 6 months under unknown circumstances (probably something > with merges) maybe try to use 'git-svn'... it seems that the development for 'git-svnimport' has stopped. p.s: o

Patch vs checkin

2007-06-28 Thread Ben Ford
Hi all, I've now got the multiple-db-support branch fully merged up to date with trunk (as of rev 5559). As I've mentioned before it's in a mirrored repo, so I could commit all of the changesets incrementally back into the django svn repo (I've done 4 separate merges so far). I think that this appr

Re: Tests 'datatypes' fail

2007-06-28 Thread Michael Radziej
On Thu, Jun 28, Gábor Farkas wrote: > > Michael Radziej wrote: > > > > I use git-svnimport to sync the svn with my git repository, and it seems to > > fail around every 6 months under unknown circumstances (probably something > > with merges) > > maybe try to use 'git-svn'... it seems that the

values() through ForeignKey

2007-06-28 Thread Baptiste
Hi, With this models : class Editor(models.Model): name = models.CharField(maxlength=255) class Book(models.Model): editor = models.ForeignKey(Editor) title = models.CharField(maxlength=255) We can do : Book.objects.all().values('title') But we can't access the editor's name, even w

Re: Bug: Underscores in primary keys and quote/unquote...

2007-06-28 Thread jedie
I don't know how to find this bug. So i create a ticket for this: http://code.djangoproject.com/ticket/4725 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send emai