Re: authentication by email

2012-03-11 Thread Joe & Anne Tennies
Can I ask for one change this late in the project to the 1.4 release if it's only the documentation for this bug? I'm hoping someone at PyCon might be able to "sneak this in." Can we add a note to the EmailField documentation that states that "The default 75 character max_length is not capable of

Re: authentication by email

2012-03-11 Thread Joe & Anne Tennies
te: > > On 10/03/2012, at 1:52 AM, Joe & Anne Tennies wrote: > > > While, I generally agree with the current approach, especially this > close to release. I'm going to play devil's advocate for a bit. > > > > Schema migrations have been talked about f

Re: authentication by email

2012-03-09 Thread Joe & Anne Tennies
subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group a

Re: Django participation in Google Summer of Code 2012

2012-03-08 Thread Joe & Anne Tennies
;Django developers" group. > > > To post to this group, send email to > django-developers@googlegroups.com. > > > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > > > For more options, visit this group athttp:// > groups

Re: Revisiting multiline tags

2012-02-26 Thread Joe & Anne Tennies
Sorry all, I think I got my conversations mixed up. I was thinking this was the whitespace conversation also going on. 2012/2/26 Ɓukasz Rekucki > On 26 February 2012 05:55, Joe & Anne Tennies wrote: > > While this would be a valid argument if Django templates only rendered > H

Re: Revisiting multiline tags

2012-02-25 Thread Joe & Anne Tennies
27;t take polls. > > > > It's useful because it helps some templaets in some cases be more > readable > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to dj

Re: start using less (and bootstrap!)

2012-02-03 Thread Joe & Anne Tennies
s needed in the ORM and schema revision tracking, etc.) Then include a simple implementation that can migrate databases via some script but not autodetect changes. Basically, I see a big need for Django to start providing specifications to how things -- Joe & Anne Tennies tenn...@gmail.com --

Re: Python 3 port - all tests now pass on 2.7.2 and 3.2.2 with the same codebase

2011-12-10 Thread Joe & Anne Tennies
So, with the current plan to add 3.x support to 1.5 and the plan to remove 2.5.x support in 1.5. Should all the exception handling blocks be converted to "except MyExceptionClass as e:" style notation then? This also removes the need for u() and b(), right? This is because 2.6.x supports u' ' and b

Re: Python 3 port - all tests now pass on 2.7.2 and 3.2.2 with the same codebase

2011-12-09 Thread Joe & Anne Tennies
g/django-developers/-/Y8-2tS9lth4J. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django

Re: Python 3 port - all MySQL tests now pass on 2.6.7 and 3.2.2 with the same codebase

2011-12-09 Thread Joe & Anne Tennies
send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Joe & Anne Tennies tenn...@gmail.com -- You received this message because you are subscribed to the Go

Re: Python 3 port - all tests now pass on 2.5.4, 2.6.2, 2.7.2 and 3.2.2 with the same codebase

2011-12-06 Thread Joe & Anne Tennies
's because psycopg2 won't run upper on something that's not a unicode in python 3, but it needs to be a bytestring later to have the "buffer interface" implemented. On Tue, Dec 6, 2011 at 9:05 PM, Joe & Anne Tennies wrote: > Updated: > > I thought I'd put

Re: Python 3 port - all tests now pass on 2.5.4, 2.6.2, 2.7.2 and 3.2.2 with the same codebase

2011-12-06 Thread Joe & Anne Tennies
=== > ERROR: test_existing (regressiontests.templates.loaders.EggLoaderTest) > A template can be loaded from an egg > -- > Traceback (most recent call last): > File > "/home/joe/Projects/django2-3/django/t

Re: Python 3 port - all tests now pass on 2.5.4, 2.6.2, 2.7.2 and 3.2.2 with the same codebase

2011-12-06 Thread Joe & Anne Tennies
I thought I'd put in my timing numbers on my computer (F16 on a Phenom II x6): Python3 port on python 3.2.1 w/ sqlite: * Ran 4429 tests in 528.327s * FAILED (errors=1, skipped=96, expected failures=2, unexpected successes=1) + Python3 port on python 2.7.2 w/ sqlite: * Ran 4490 tests in 487.212s *

Re: Python 3 port - all tests now pass on 2.5.4, 2.6.2, 2.7.2 and 3.2.2 with the same codebase

2011-12-05 Thread Joe & Anne Tennies
ail to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Joe & Anne Tennies tenn...@gmail

Re: Python 3 port - all tests now pass on 2.7.2 and 3.2.2 with the same codebase

2011-12-02 Thread Joe & Anne Tennies
group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. >

Re: Sane defaults for Startapp and Startproject

2011-10-18 Thread Joe & Anne Tennies
r settings like this that 'slide' a default value in w/o your knowledge, I'd like it to add to the settings.py by default. Most problems I have helping people is a default value that's not explicitly done in the settings.py, so people don't realize it's something they ca

Re: deprecation vs removal

2011-10-03 Thread Joe & Anne Tennies
I know that no one knows who I am, but I'm going to say that this is becoming a bike shed. It sounds like there's generally agreement that people need to be warned that something is going to be removed. It sounds like people that maintain code that is required to be stable and relies on other peop