rob101
rob101
[Enter steps to reproduce:] 1. Install Prettier from Package Installer **Atom**: 1.42.0 x64 **Electron**: 4.2.7 **OS**: Microsoft Windows 10 Pro **Thrown From**: [prettier-atom](https://github.com/prettier/prettier-atom) package 0.58.2 ### Stack Trace Uncaught Error:...
I have a webpack config that uses `splitChunks` to generate a number of files: ``` base-43214231.js vendors~base~b5271302-c4dfeb1c1ad832b8000d.bundle.js ``` How do I ensure all files required are rendered for the correct...
For example: ```{{ '*baseTenant*.js'|manifest_match('') }}``` results in: ``` "" ``` Which means the script is displayed as text rather than as a script element.
When using a `ManyToManyField `with a through model, the tenant_id is not applied to the through model when the parent instance is saved. Consider the following: ``` class Store(TenantModel): tenant_id...
I have a styled `ol` item: ``` Communication requirements ``` CSS as follows: ``` ol { list-style-type: none; counter-reset: item; margin: 0; padding: 0; } ol > li { counter-increment:...
The current example for TimezoneMiddleware in the Django documentation uses sessions to store the user's time zone. With Django 4.0, the framework has deprecated the use of sessions for storing...
- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: Windows 11 - Python...
## Description We've encountered an issue with the `wrap_many_related_manager_add()` function, where it forcefully sets the tenant field in `through_defaults` for many-to-many relationships. This results in a `TypeError` when the tenant...