Denis Surkov

Results 6 issues of Denis Surkov

Usecase: ``` c = Counter("errors_count") @c.count_exceptions() def foo(): # counter = 1 raise Exception() @c.count_exceptions() async def foo_async(): # counter still 1 await sleep(1) raise Exception() ``` Quick search in...

Add docs for Params usage

documentation

**The problem:** `clone_dependant()` seems to copy the dependant, but it's not. When you try to append something to cloned dependant's fields you edit the original fields too. ``` cloned_dependant =...

# Description Add warning async is not supported. Fixes #1845 # Checklist: - [x] I have added the relevant tests for this change. - [x] I have added an item...

Hi! Thank you for this library. I think it's cool to have 500 stars, tests, 16k download per month, and clear readme.md description. I would like to add this library...

[django-admin-notice](https://github.com/DoctorJohn/django-admin-notice) добавляет плашку на админку сайта. Лучше вынести сразу все три переменные в энв. ![изображение](https://github.com/fandsdev/django/assets/34986204/f8745e2d-973e-47b7-a3cb-90c1c4e195d3) Как по мне, мелочь, но приятно.

no-issue-activity