Sami El Achi
Sami El Achi
- Bump Bootstrap to v5 - Bump AdminLTE to v3.2.0 - Bump FontAwesome to v6.5.1 Fixes https://github.com/farridav/django-jazzmin/issues/547
Since the [django-fsm-admin](https://github.com/gadventures/django-fsm-admin) repository is no longer maintained, we at [Coral.li](https://github.com/coral-li) have decided to fork the repository and take over its maintenance. We’ve replaced the outdated `django-fsm` with `django-fsm-2` and...
When using width/height or fit-parent on 1920/1080 screens, the quality of the PDF is degraded and becomes blurry. Using the playground, you can reproduce using the following: ```vue import pdf14...
- Drop support for Python 3.7 and 3.8 - Drop support for Django < 4.2 - Add support for Python 3.9, 3.11, 3.12 and 3.13 - Add support for Django...
## Add UAE (United Arab Emirates) localflavor support This PR adds complete localflavor support for the United Arab Emirates (UAE). **Form Fields:** - `UAEEmiratesIDField` - Validates 15-digit Emirates ID numbers...
**Describe the bug** Bubble chart data labels are missing from SVG exports when using `chart.download_chart(format="svg")`. The data labels are properly configured with `dataLabels.enabled: true` and would display correctly in browser...
### Summary It would be useful if **django-auditlog** could optionally create or use a **PostgreSQL partitioned table** for its `LogEntry` model. This would allow large audit logs to scale more...