Jacob Rief
Jacob Rief
Originally I implemented this alternative, but after I've seen that we can't use it for POST requests, I dropped the idea. Probably there is still some code around, just dig...
The Zen of this project is to do stuff such as form rendering the “Djagno”-way. First, when I started, I was proud to not have any Javascript code at all....
AngularJS doesn't know about the concept of formsets. In AngularJS the form validation is done using the `$scope.formname.fieldname`. If you manage to get the same names for the fields, form...
I never tested django-entangled with formset_factory. Something you can try is my other project [django-formset](https://github.com/jrief/django-formset). This offers the same functionality as formset_factory, but IMHO better. The form returns JSON and...
can I close this?
> Here's my suggestion for further improvement: if a JSONField is being used to hold various values, like an "additional options" field, as I think is often the case, then...
@johncronan I now believe that I now understood what you need. Well, I can try to implement this.
How about building the form dynamically, ie. using `type('MyForm', (EntangledModelForm,), {'field1': fields.CharField, ..., 'Meta': SomeMetaClass})`? Anyway, how about writing a playbook with a real example?
## How about this proposal? Someone opens the login page. In addition to the visible fields `username` and `password` and the hidden field `csrftoken` we add another hidden field. This...
The triage state was set to Accepted. Discussion is 13 years long, and the ticket was never closed.