Re: Custom prefetches (#17001)

2013-08-26 Thread Chris Adams
On Friday, August 23, 2013 11:25:42 AM UTC-4, Andrew Ingram wrote: > Essentially, I'm wondering if extending the prefetch_related concept is > the right approach, and whether it's instead worth exploring the more > general idea of "attaching stuff to models at the ORM level". There're a > lot

Admin accessibility tweaks

2010-02-24 Thread Chris Adams
We've been collecting various tweaks to the stock Django 1.1.1 which have been requested by our 508 testers. I'd appreciate it if someone could review these tickets: Add scope=col to changelist table headers: http://code.djangoproject.com/ticket/12957 Add alt text to SelectFilter2's filter

Re: Proposal for 1.2: Dumber email validation

2009-10-15 Thread Chris Adams
On Oct 10, 9:35 am, James Bennett wrote: > So what I'd like to propose is that EmailField essentially check that > the value contains an '@', and a '.' somewhere after it. This will > cover most addresses that are likely to be in actual use, and various > confirmation