Ipython 0.11 + Custom Profiles

2011-10-10 Thread Chris Green
final was out, it's possible the API drifted along the way. -- Chris Green <gree...@gmail.com> -- 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

Infinite redirect issue integrating django_cas / @permission_required

2007-12-19 Thread Chris Green
I've been working on Brian Beck's original django_cas module which is used for only authentication against Yale CAS (central authentication service). Django_cas relies on the contrib.auth backend for storing all existing user permissions. The django_cas plugin takes the url for /accounts/login/

Re: Bug #1443 / Dates prior to 1900 Potential Patch

2007-12-18 Thread Chris Green
On Dec 18, 4:07 pm, Justin Bronn <[EMAIL PROTECTED]> wrote: > I added your patch to the ticket. It's much easier to submit > attachments, etc. when you register: > > http://www.djangoproject.com/accounts/register/ Ah thanks; I got confused on code.djangoproject.com when I got an apache auth

Bug #1443 / Dates prior to 1900 Potential Patch

2007-12-18 Thread Chris Green
I ran into dates prior to 1900 being unsupported while ago and finally got around to working with it. I attempted to attach this to Bug #1443 but got rejected as potential spam. The patch is against today's SVN and the unittest suite works against the sqllite3 backend. Unfortunately, MySQL 4.x

Re: An addendum to the escaping proposals

2007-11-13 Thread Chris Green
On Nov 10, 2007 8:58 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Yeah, I'm not really sure what I mean, design-wise. I feel a little > uncomfortable about requiring the csrf key all the time in form > submissions, but I can't pin down why yet. As a consequence of that, the > middleware