Re: status of 1.8 release blockers

2015-02-25 Thread Raúl Cumplido
\o/ On Wed, Feb 25, 2015 at 1:08 AM, Tim Graham wrote: > Zero blockers as of this writing. If we survive the next 12 hours with no > new ones, I'll release the beta around then (famous last words). > > > On Monday, February 23, 2015 at 7:29:09 PM UTC-5, Tim Graham wrote: >> >> Previous two issue

Re: Django inlineformset autocomplete and autopopulate by ajax

2015-02-12 Thread Raúl
find help there. Kind Regards, Raúl > On 12 Feb 2015, at 07:29, Ajay Kumar wrote: > > I'm trying to do this following link feature in django, > http://demo.smarttutorials.net/jquery-autocomplete/ > > Here by choosing country the rest of the fields will be auto populated,

Re: CSRF REASON_NO_REFERER with meta referrer tags

2015-02-03 Thread Raúl Cumplido
facepalm... Just read that on the contributing guidelines, didn't know that won't fix bugs where never reopened. So I closed it as won't fix. If the conversation keeps going I suppose a new bug will be opened. On Tue, Feb 3, 2015 at 8:56 AM, James Bennett wrote: > Please keep discussion going in

Re: CSRF REASON_NO_REFERER with meta referrer tags

2015-02-03 Thread Raúl Cumplido
Hi Jon, I've reopened the bug so we have a new discussion. I think the things have changed slightly in the last two years. Thanks, Raul On Tue, Feb 3, 2015 at 2:29 AM, Karen Tracey wrote: > This has bee brought up before, see: > https://code.djangoproject.com/ticket/16870 > > I am not aware of

Error message not clear

2011-04-09 Thread Raúl Cumplido
the first error just tell you: Try using django.db.backends.XXX, where XXX is one of: 'mysql', 'oracle', 'postgresql', 'postgresql_psycopg2', 'sqlite3' (not dummy) Just because users (new ones) can expect that the dummy backend is a correct one. And as I've