Re: Django 1.3 CreateView/ModelForm and dynamic filtering of fields

2011-08-06 Thread Paul Walsh
hmm. Still stuck on this. I have tried a range of solutions, but none work for me with 1.3 class-based views. Can anyone help? thx, paul. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Re: Django 1.3 CreateView/ModelForm and dynamic filtering of fields

2011-08-02 Thread Paul Walsh
can anyone help with this? thx. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/oB-B4Y8NHVQJ. To post to this group, send email to

Django 1.3 CreateView/ModelForm and dynamic filtering of fields

2011-07-31 Thread Paul Walsh
I am trying to filter a field on a ModelForm. I am subclassing the generic CreateView for my view. I found many references to my problem on the web, but the solutions do not seem to work (for me at least) with Django 1.3's class-based views. Specifically, my users need to add Subscribers, and