-
I am able to list all tags with, I'm trying to edit this Tag object selected.
`obj = Tag.objects.all()`
How can I edit using a form or modelForm to mimic the function of Tags editing in django adm…
int75 updated
3 years ago
-
Would be great to have the possibility to add waypoints with an incrementing number as any basic classic GPS device does, for the case the surveyor is using a thematic paper form to describe precisely…
-
Clone `.rbxmx` files in the same way as `.lua` and `.rbxs`.
Would have to parse .rbxmx files, then convert them to an instance tree.
-
Hi, is there a way to somehow convert from and to a native protobuf object?
I want to (->
read native protobuf objects from parquet ( via org.apache.parquet.proto/ProtoReadSupport)
Transform the…
-
It would often be useful to be able to specify a list of primes that you don't want to be bad. This probably applies to many objects, but I am mainly thinking about classical modular forms ("Bad p" fi…
-
WG21-N4861's spaceship customization point objects are specified in [[cmp.alg]](https://eel.is/c++draft/cmp.alg) with an older form of wording. There are a couple of things that should be cleaned up:
…
-
### Environment
* Nautobot version (Docker tag too if applicable): 2.3.1
* Python version: ?? Demo Nautobot
* Database platform, version: ?? Demo
* Middleware(s): ?? Demo
### Steps to Repro…
-
Hi,
I have a simple setup like this:
```
class APage(Page):
content_panels = Page.content_panels + [
InlinePanel('ordnungen', label="Ordnungen"),
]
class Ordnung(Orderable):
pa…
-
Currently the spellings "picklable" (24 times) and "pickleable" (4 times) both appear in our documentation. We should pick one for consistency, and perhaps document it in the devguide.
-
I have a form that adds date fields:
```
->add('client_since', 'date', [
'label' => trans('ORGANIZATION.CLIENT_SINCE'),
'rules' => 'date_format:Y-m-d',
])
->add('client_until', 'date', [
'label…