-
An error occurs when checking form fields for changes (as far as I understand it).
Django==5.0.6
django-access==0.1.2b2
**The error is in the file access/admin.py 498**
`perm = bool(manager.…
-
Update the file system for backup. Check the summary of the file system and add development tables for testing forms and creating objects.
-
## Expected Behavior
Polyclass models have a read-only attribute called `class_` that contains the class hierarchy in form of a list. This attribute should always contain a list of either `str` or `b…
-
At the moment, it's possible to add fields to sets of forms using subforms.
This helps for example to maintain relationships between documents by ensuring that they all share reference fields.
It wo…
jean updated
11 years ago
-
Hi. I've found `express-form` very useful, but only for express applications. For plain objects I can use https://www.npmjs.org/package/node-validator, but it didn't use `validator` package, which isn…
-
I have just noticed something interesting with DAL if you are using the ModelSelect2Multiple widget for the forms.ModelMultipleChoiceField. I initially selected apricot, then apples:
I then delet…
-
I'm playing with django-tagging-ng and I've written a view function to add new tags to an object
```
def add(request):
if request.method == 'POST':
form = TagForm(request.POST)
if…
-
Some functions use parameters, e.g., functionA(username, languageCode, ...);
Others (mostly functions written by other uW programmers) pass objects, e.g., functionB({ username: adjustedUsername, la…
-
Hi
I'm having problems getting the validation errors on nested form attributes styled. For example one of the models in my app is 'company' and it accepts nested attributes for 'location'. My new com…
-
Hi All,
I am trying to choose a created form through WagtailFormBlock() using ChoiceBlock and then export the selected form through API fields.
Code for ChoiceBlock is as below -
def getFormb…