Mila
Mila
# Bug Report **Ionic version:** [x] **4.11.5** **Current behavior:** ```this.tabs.getTab is not a function``` **Expected behavior:** `getTab` should return tab component **Steps to reproduce:** on page with tabs: `@ViewChild(IonTabs, {...
Steps to reproduce: 1. Open any page with selectable. For example https://ionic-selectable-v4.stackblitz.io/basic 2. click on select (`Port`) 3. Choose any item with double click 4. Check console Actual result: ```...
from console output: ``` site-packages/django_q/core_signing.py:9: RemovedInDjango50Warning: The django.utils.baseconv module is deprecated. from django.utils import baseconv ```
Will be nice to have an option to pass custom code for ValidationError based on name of UniqueTogether constraint as it's unique or better to use [violation_error_code](https://docs.djangoproject.com/en/5.1/ref/models/constraints/#id2) . Line to...