Simon Charette

Results 36 issues of Simon Charette

When performing multiple `FieldDefinition` additions and removals many queries are executed to force the creation of the most up-to-date model definition through `model_def.model_class(force_create=True)` calls. In order to reduce the number...

feature

Fixes #23. - [ ] m2m view creation - [ ] auto-detector support

https://fabianlindfors.se/blog/schema-migrations-in-postgres/

There's no point in raising a violation for unfetched many-to-many relationship when explicitly fetching a single object `.get()`, `.first()`, `[index]` since it would result in the same number of queries.

This will allow to differentiate between sealed queryset that would benefit from prefetching many-to-many relationships and the ones that don't. In other words, warning about N+1 query issues when fetching...

There might be cases where a queryset could be sealed only partially as they are fields that are rarely accessed and thus not worth immediately fetching all the time. Being...

- [x] Make sure `db_timezone` is honoured even when `settings.TIME_ZONE` is set to a different value. - [x] Make sure lookups work appropriately as well. - [x] The above on...

Being able to test against different versions of SQLite would have been very useful to test and address and the recent regressions in 3.26 and window expression support added in...

It looks like firefox is dropping the style.MozBorderRadius in favor of style.borderRadius which breaks VENDOR_PREFIX detection AND VENDOR_MAP. We should try to find another way of populating the VENDOR_MAP. Maybe...