-
If a view is not a function, privatebeta can't get its `__name__`:
```
File "privatebeta/middleware.py", line 45, in process_view
full_view_name = '%s.%s' % (view_func.__module__, view_func.__nam…
-
## Description
As someone who regularly works with Django’s Class-Based Views (CBVs), I’ve found hx_requests to be confusing because it tries to follow the CBV pattern but deviates in small but signi…
-
JIRA Issue: [KIEKER-970] New Visualizations (including Interactive, 3D, ...)
Original Reporter: Andre van Hoorn
***
To be polished!
Brief explanation:
(Max. 5-7 sentences)
Kieker already in…
-
### Describe the bug
Tap Events: Holding event never fires on button
### To Reproduce
Create a very basic Avalonia application: I did this by using VisualStudio Project Menu -> Avalonia C# Project.…
-
I am in the middle of migrating a D7 site to Backdrop, in the original site, it uses IP Geolocation Views & Maps to display a map with about 6 different markers based on a Text List field. In the IPGV…
-
The modern way to build app interfaces is Auto Layout based on building constraints connecting views. Let's suppose we have some simple screen with one label at the top and calendar that occupies the …
-
**Describe the bug**
I used class hierarchies for Views and in a subclass I said that I wanted the same excluded fields from a superclass and some more. Much to my surprise, this subclass code affe…
-
Hi,
I have problem, and I didn't see way to annotate class which inheriting from API View, when get method for list and detail are merged together in one class. For example:
`
class CompanyView…
-
# Solicitud de mejora en Temii
- Agregar botón en el menu que diga "Mis Charlas"
- La URL debe llamarse https://temii.pybaq.co/talks/~my-talks/
- Luego, en dicha vista "Mis Charlas", se puede ver…
-
This is not necessarily a django-apm specific question, but hopefully someone here has some thoughts... I've implemented class based views in my Django project and I want to add some pre-commit chec…