Re: Testing LDAP Backend

2008-11-26 Thread Ross Lawley
Hi, I googled and noticed http://products.ingeniweb.com/catalog/iw-mock.ldapwhich allows mocking / monkey patching of the ldap interface. Also custom ldif files could be created to test different settings / combinations (I'm not sure how much they can cover - things like pre binding for LDAP loo

Newforms admin: Validator for ModelAdmin classes broke my admin

2008-07-17 Thread Ross Lawley
Hi all, The recent changes in newforms admin r7529 changed the validation for newforms admin models. However, it is a bit too strict and doesn't allow customizable admin forms to output non model fields. I've added a patch with tests to: http://code.djangoproject.com/ticket/7790- which also chec