modifying DEFAULT_RESULTS_PER_PAGE

2006-01-27 Thread Chris Leonello
Is there anyway to change the MAX_SHOW_ALL_ALLOWED and DEFAULT_RESULTS_PER_PAGE variables short of editing the contrib/admin/views/main.py file? Since these are parameters that directly relate to presentation, it seems that they should be controlled at a module level basis at least (or class leve

psycopg2 with Django

2006-01-20 Thread Chris Leonello
There was a previous post on using psycopg2 with Django here: http://groups.google.com/group/django-users/browse_thread/thread/dc2197f0de69072a/d801feabc1144518 Note, with psycopg2, an additional argument seems to get passed (a reference to the current cursor) to the typecast_* functions in dja