Blas Isaias Fernández
Blas Isaias Fernández
Estaba desarrollando una solución en Python, pero no fue aceptada a pesar de que el código funcionaba perfectamente. Este otro caso relacionado con el #316. Posteriormente, implementé la solución en...
No es la primera vez que me pasa, el resultado en la plataforma no es igual al resultado cuando lo ejecuto en mi interprete de Python. Por ejemplo: ```python from...
The error occurs when the modal form is closed to update the table. ``` Uncaught TypeError: e is null hasFieldError modal-form.js:48 _refresh formset-modal.js:370 _refresh formset-modal.js:368 _refresh formset-modal.js:335 _onModalFormClose formset-modal.js:197 onClose...
Experiencing a visualization issue with `bootstrap-datepicker`. The dropdown calendar is displaying incorrectly, making it difficult to select a date. 
There's an issue with the package where the necessary CSS and JavaScript dependencies for widgets are not loaded when these widgets are placed in a formset within a form. Please...
Display Keyboard Shortcuts in Modal for Enhanced User Awareness The modal already supports the use of keyboard combinations for navigating between records. For instance, users can utilize: ctrl+down ctrl+up However,...
Django Ninja fails to generate ModelSchema when using Django's `ForeignObject` field, which is the recommended workaround for composite primary key relationships in [Django 5.2 documentation](https://docs.djangoproject.com/en/5.2/topics/composite-primary-key/#composite-primary-keys-and-relations). **Error:** ``` AttributeError: 'ForeignObjectRel' object...