Re: [RFC] Python 3 and MySQL

2014-09-09 Thread Corey Farwell
It is a valid concern. That said, I'd rather the documentation recommend a GPL, Python 3+2, working MySQL connector over a GPL, Python 2, partially broken MySQL connector. On Tuesday, September 9, 2014 3:21:08 PM UTC-4, Daniel Sears wrote: > > Aside from the technical issues, there are the licen

Re: [RFC] Python 3 and MySQL

2014-09-07 Thread Corey Farwell
Claude, it looks like Naoki opened up Issues on the repository. Coincidentally, I just opened a Django Ticket related to this: https://code.djangoproject.com/ticket/23446 I had not seen this thread until Tim Graham pointed it out. See that ticket for my views on the matter. tldr: recommending m

Re: db_index not creating indexes with syncdb

2006-08-23 Thread Corey Oordt
try ./manage.py install, it executes sqlall Corey On Aug 23, 2006, at 2:42 PM, [EMAIL PROTECTED] wrote: > > I've got the following: > > class Page(models.Model): > name = models.CharField(maxlength=64, db_index=True, > unique=True) > description = m

Re: Proposal: Search Manipulator

2006-08-21 Thread Corey Oordt
aise NotImplementedError """ raise NotImplementedError def search(self, new_data, default_search='iexact'): """ Search for the object or objects specified by new_data. """ where_clause = {} poste

Proposal: Search Manipulator

2006-08-20 Thread Corey
n render_to_response('address_list.html', {'query_dict': query_dict}) else: errors = new_data = {} form = forms.FormWrapper(manipulator, new_data, errors) return render_to_response('address_search.html', {'form': form}) Thanks, Corey --~--~-

Quick start bash script

2006-05-25 Thread Corey
As I am learning Django, I started writing the instructions (from the great tutorials) in a simplified form. It became a bash script (which is really weird since I'm not a great bash programmer). I am including it in case it helps anyone or anyone has ideas on how to improve it: #!/bin/bash PR

Re: Additional fields in the many-to-may table?

2006-05-25 Thread Corey Oordt
I was thinking that, but wanted to make sure Thanks for helping a n00b, and creating a great framework! Corey On May 25, 2006, at 10:50 AM, Adrian Holovaty wrote: > > On 5/25/06, Corey <[EMAIL PROTECTED]> wrote: >> Is there a way to add additional fields to the many

Additional fields in the many-to-may table?

2006-05-25 Thread Corey
Django and Python, so be gentle! Corey --~--~-~--~~~---~--~~ 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