Re: override django's rear-end validation for dynamic model field (AJAX)

2009-12-24 Thread Maksymus007
On Thu, Dec 24, 2009 at 5:24 PM, hotani wrote: > I have close to 600 users split by 20 or so offices. We have a > helpdesk form (using ModelForm) which displays an initial user list > based on the office, or no users if an office is not selected. > > An AJAX function on the front end dynamically c

Re: override django's rear-end validation for dynamic model field (AJAX)

2009-12-24 Thread Daniel Roseman
On Dec 24, 4:24 pm, hotani wrote: > I have close to 600 users split by 20 or so offices. We have a > helpdesk form (using ModelForm) which displays an initial user list > based on the office, or no users if an office is not selected. > > An AJAX function on the front end dynamically changes users

override django's rear-end validation for dynamic model field (AJAX)

2009-12-24 Thread hotani
I have close to 600 users split by 20 or so offices. We have a helpdesk form (using ModelForm) which displays an initial user list based on the office, or no users if an office is not selected. An AJAX function on the front end dynamically changes users in the drop-down based on the office selecti