BCrypt + Python3

2013-05-10 Thread Donald Stufft
I went looking for BCrypt + Django + Python3 today and this is what I found: The current recommended solution to bcrypt + Django is using py-bcrypt which is not compatible with Python3. Someone else has taken py-bcrypt and created py3k-bcrypt however they made the decision to enforce having

Re: test discovery

2013-05-10 Thread Yo-Yo Ma
Wow, this is awesome! Thanks so much guys. Too long have I dreamt of the day when I could include tests for my "lib" and "util", etc. without having to couple them to one app or another. I'm so excited that this was added so quickly. Thanks Yo-yo -- You received this message because you

Re: Help with #20378 - Reverse join fails when GenericRelation is defined on an abstract model

2013-05-10 Thread Anssi Kääriäinen
On 9 touko, 19:28, Gavin Wahl wrote: > I'd like to have a go at fixing this bug, but I'm not sure where to start. > The problem seems to be that there's only a single instance of the field > per model, so field.model is always the abstract class. I can't see a way > to access

Re: test discovery

2013-05-10 Thread Carl Meyer
I merged this patch tonight. Thanks to everyone who contributed! Now let's see how the CI servers feel about it... Carl On Wednesday, May 8, 2013 5:00:56 PM UTC-4, Carl Meyer wrote: > > Preston Timmons and I have been working the last several weeks to get > the test discovery branch (#17365)

Re: test discovery

2013-05-10 Thread Carl Meyer
On Thursday, May 9, 2013 8:15:02 PM UTC-4, Russell Keith-Magee wrote: > On Thu, May 9, 2013 at 11:30 PM, Carl Meyer > wrote: > >> Hi Russ, >> >> On 05/09/2013 04:51 AM, Russell Keith-Magee wrote: >> > Great work Carl and Preston! (And everyone else who had a hand in the >> >

Re: Perception of attitude in tickets

2013-05-10 Thread Russell Keith-Magee
On Fri, May 10, 2013 at 11:45 PM, Simon wrote: > Hi. > > I'm a newcomer to both Python and Django and just wanted to share my > experience trying to solve a couple of problems. > > When I started coding in Python a month ago, Django was sufficiently > common in Google searches

Re: Perception of attitude in tickets

2013-05-10 Thread Luke Plant
Hi Simon, > I feel that the general attitude expressed in some of the tickets is > poor. The one which prompted this post > is https://code.djangoproject.com/ticket/901. I think comment 20 > is a good > demonstration of my point. A couple of

New Release of IBM_DB_DJANGO (1.0.5)

2013-05-10 Thread Rahul
IBM_DB_DJANGO-1.0.5 --- IBM_DB_DJANGO adaptor enables access to IBM databases from Django applications http://www.djangoproject.com/. The adaptor is developed and maintained by IBM. What's New? - Added support for Django-1.5, with backward

Re: Perception of attitude in tickets

2013-05-10 Thread Geoffrey S. Knauth
Andres, amen to most of what you said. Coming to Django from a different place (Scala, Racket), I keep an eye for widely-used good things to come from those communities too. I do like that a Django project found me for work. I just wish I knew more Django! --Geoff On May 10, 2013, at 12:44

Re: Recommending a Python 3-compatible MySQL connector

2013-05-10 Thread Aymeric Augustin
Hi Luke, Your blog post nails the problem. The GPL wasn't written with dynamic languages in mind and "linking" is a big question mark. As far as I know, it has never been tested in court, and we won't be sure of anything until it is. Of course I could be wrong… I'm just repeating what I've heard

Re: Perception of attitude in tickets

2013-05-10 Thread Aymeric Augustin
On 10 mai 2013, at 19:00, Simon wrote: > While I'm sure it's not the real reason, sending people to the mailing lists > feels like a way of brushing disagreement under the carpet. If you read our contributing guide, you'll understand that it's the exact opposite. If I

Re: Perception of attitude in tickets

2013-05-10 Thread Andres Osinski
I really don't know how you think you'll be getting a different response in other frameworks, because the core developers' attitude on this is correct. There are over 2 tickets in the bug tracker for a project used by tens of thousands of people. Code has to pass style guidelines, regression

Re: Perception of attitude in tickets

2013-05-10 Thread Donald Stufft
On May 10, 2013, at 1:00 PM, Simon wrote: > Hi, > > When I started using Python a couple of months ago, a quick Google for > frameworks turned up a lot of results for Django so I decided to give it a > spin. > > I'd like to give some feedback on my experience to date.

Re: Perception of attitude in tickets

2013-05-10 Thread Simon
Apologies Daniele, I hadn't realised that had actually posted before I finished editing. I've now posted the final verison On Friday, May 10, 2013 5:57:43 PM UTC+1, Daniele Procida wrote: > > On Fri, May 10, 2013, Simon wrote: > > >Of course, once the ticket has been closed,

Perception of attitude in tickets

2013-05-10 Thread Simon
Hi, When I started using Python a couple of months ago, a quick Google for frameworks turned up a lot of results for Django so I decided to give it a spin. I'd like to give some feedback on my experience to date. There are a lot of features I really love, some that are a little quirky and

Re: Perception of attitude in tickets

2013-05-10 Thread Daniele Procida
On Fri, May 10, 2013, Simon wrote: >Of course, once the ticket has been closed, the only way to appeal is >through the mailing lists. To myself as a newcomer, that just feels like a >way of making further dissent less visible. I'm sure this isn't the case >but that's

Perception of attitude in tickets

2013-05-10 Thread Simon
Hi. I'm a newcomer to both Python and Django and just wanted to share my experience trying to solve a couple of problems. When I started coding in Python a month ago, Django was sufficiently common in Google searches that it was my first port of call. I've found quite a few features which I

Re: Recommending a Python 3-compatible MySQL connector

2013-05-10 Thread Donald Stufft
On May 10, 2013, at 11:49 AM, Luke Plant wrote: > On 10/05/13 14:12, Aymeric Augustin wrote: >> Hi Mark, >> >> On 10 mai 2013, at 10:16, Mark Hughes wrote: >>> Another option to consider could be mysql-connector-python >>> >>>

Re: Recommending a Python 3-compatible MySQL connector

2013-05-10 Thread Luke Plant
On 10/05/13 14:12, Aymeric Augustin wrote: > Hi Mark, > > On 10 mai 2013, at 10:16, Mark Hughes wrote: >> Another option to consider could be mysql-connector-python >> >> https://pypi.python.org/pypi/mysql-connector-python/1.0.9 > > Thank you, it's the official library I was

Re: Recommending a Python 3-compatible MySQL connector

2013-05-10 Thread Aymeric Augustin
Hi Mark, On 10 mai 2013, at 10:16, Mark Hughes wrote: > Another option to consider could be mysql-connector-python > > https://pypi.python.org/pypi/mysql-connector-python/1.0.9 Thank you, it's the official library I was missing! Unfortunately, it's licensed under the GPL. To

Re: Recommending a Python 3-compatible MySQL connector

2013-05-10 Thread Mark Hughes
On 5 May 2013 19:17, Aymeric Augustin wrote: > > To claim first-class Python 3 support in Django 1.6, we need to recommend a > MySQL connector that works. This was discussed a few times on the mailing > list, now's the time to make a decision. Here's a