-
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…
-
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
-
# Crash report
### What happened?
Checking some frame proxy behaviour at the interactive prompt, I encountered the following crash:
```
$ PYTHON_BASIC_REPL=1 python3.13
Python 3.13.0 (main, Oct 8 …
-
Identify the interface the Joi objects provide in order to render the html form and input into our database
-
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…
-
Extending import statement to load native foreign objects such as JS files and so objects if the c++ emitter is implemented.
The syntax will be like
```
foreign import "foo.js";
foreign import "bar.s…
-
**Is your feature request related to a problem? Please describe.**
Add 'GraphicsObjectDespawned' or some form of removal alongside the 'GraphicsObjectCreated'. This would be useful to use events to l…
-
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…
-
Discussion from https://news.ycombinator.com/item?id=41785568 :
> > > Is it possible to extend/subclass an existing QWidget and customise it?
> > >
> > For e.g. PaintEvent() from pure Go code? No…
-
### Do you want to request a *feature* or report a *bug*?
Feature
### What did you expect to see?
I'd like to filter based on Kubernetes labels in Prometheus metrics.
### Use case
We h…
yp28 updated
4 months ago