Denis Kopitsa

Results 2 issues of Denis Kopitsa

Add clause `for_update(nowait: bool = False, skip_locked: bool = False, of=())` for `objects` and `select` query. Similar to django's [select_for_update](https://docs.djangoproject.com/en/5.0/ref/models/querysets/#select-for-update) Closes #932 Example usage: Get one row matching the status,...

This PR fixes the incorrect TypeScript type reference in the locale definition and date utils files that caused build errors when using the library with date-fns@4, Angular ≥ 18 and...