Re: Bad request calling create repo web API

2016-03-11 Thread John Borries
Well, it wouldn't work when I tried in a REST client in chrome or firefox, but it worked via python. strange. On Friday, March 11, 2016 at 11:09:29 AM UTC-8, John Borries wrote: > > Hey guys, I'm getting a bad request error when I try to POST to > /api/repositories/ to create a repo. It says

Re: Upgrading from 1.6.8 to 2.x

2016-03-11 Thread Michael Lund
The server is running Django 1.4.22 Here is the requested output: >>> from django_evolution.models import Version >>> for v in Version.objects.order_by('pk'): ...print '%s - %s - %s' % (v.pk, v.evolutions.count(), v.when) ... 1 - 7 - 2010-03-05 15:48:24+00:00 2 - 7 - 2011-03-06

Re: How to change the site name of a particular reviewboard installation?

2016-03-11 Thread Sangeeth Keeriyadath
Thank you. These changes along with change to hostname RB configuration file helped me move to a new domain. On Wednesday, 7 April 2010 07:19:17 UTC+5:30, JohnHenry wrote: > > Hi, > I had tried to change site domain. I had changed this site setting in > MySQL Database directly and