Florian Amberg
Results
2
issues of
Florian Amberg
Django 2.1.12 django-parler 2.0 Prerequisites: 1. Create a new project and app 2. Add a new model( to follow the migration guide at https://django-parler.readthedocs.io/en/stable/advanced/migrating.html): `class MyModel(models.Model): name = models.CharField(max_length=123)` 3....
### Bug Description As we are upgrading from 1.x to 2.1.2 and migrating from the old ui5-table to the new one, we noticed that the new ui5-table does not behave...
bug
Medium Prio
TOPIC TBL