Re: Decoupling Forms from Model

2017-09-18 Thread Jamesie Pic
Thanks Tim, I had completely forgotten about this episode. I've given up the idea of changing this (amongst other things) in Django and decided to work a layer on top of Django instead ( https://github.com/yourlabs/crudlfap ). As far as I'm concerned, we can close this. Thanks a heap for answeri

Re: Decoupling Forms from Model

2017-09-18 Thread Tim Graham
Hi, maybe you forgot that you raised this topic before in https://groups.google.com/d/topic/django-developers/1qzFomJ7VzI/discussion. It's better to continue the existing thread so that past discussion is more easily viewable. On Sunday, September 17, 2017 at 8:40:12 AM UTC-4, Jamesie Pic wrote

Decoupling Forms from Model

2017-09-17 Thread Jamesie Pic
Hello everybody ! Currently, it's possible to override a model field to override the formfield method. This allows to generate a default form from a model with the ModelForm. This is something that other maintainers of small django apps providing with new form fields might also have seem users str