Jamie Matthews
Jamie Matthews
### Bug description When using `[up-validate]`, an exception is raised. ### Reproduction project https://responsible-simple-rise.glitch.me ### Steps to reproduce the behavior: 1. Go to reproduction project linked above 2. Open the...
I just tried to install `django-sql-dashboard` on an internal project and immediately got an error when going to `/dashboard/`: ``` ValueError: Cannot query "": Must be "Group" instance. ``` After...
This generalises the `pk_list` functions (which were added specially to sort-of replace a feature that existed in SSM) to allow fetching the value or values of _any_ field from a...
Before: ``` $ crab nvm Could not find "nvm" in your procfile or $PATH. ``` After: ``` $ crab nvm Node Version Manager (v0.35.3) ... ```
This prevents weird things from happening in migrations
For displaying roles to users of the application. Example: ``` You have received a new message from {{ user.get_profile.full_name }}. This user is an {{ user.role.display_name }}. ``` (`display_name` might...
This was deprecated in 1.7 https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-7
Hi, thanks for missing.style! I seem to have a regression between 1.0.9 and 1.1.0 with the following markup: ```html Reactor⚡ Climate Energy System ``` On 1.0.9 it looks like this:...
https://docs.djangoproject.com/en/5.0/ref/models/querysets/#alias This is missing from `qs`. It would probably also make sense to have a `pairs` version with a noop projector.