Alexandr Artemyev

Results 70 comments of Alexandr Artemyev

I think soft deletion is supposed to mimic normal deletion. So suppose you do a soft delete of something and show the user that N records have been deleted. To...

It's been three years since I opened that ticket. As the author of this ticket, I would also gladly support designating @hugovk, as a roadie or co-roadie. I think a...

I like the idea. Could you provide a PR for that?

It's a shame. The idea sounds cool because sometimes you don't get profit from parallelization because of overheads.

I don't see anything strange about models and admins ``` @admin.register(FeedEntry) class FeedEntryAdmin(AutocompleteFilterMixin, admin.ModelAdmin): ordering = ["-created"] list_display = ("id", "event_type", "created", "user", "team") list_filter = [ ("user", AutocompleteListFilter), ]...

Problem line found. https://github.com/julianwachholz/django-autocompletefilter/blob/739f8c7effe8a660f8796b7a63963f22c695b499/autocompletefilter/filters.py#L76 After changing to ``` instance = self.field.related_model.objects.get(pk=self.lookup_val[0]) ``` it works fine. I'm not sure this is the right fix (actually I am it is not the...

@julianwachholz have you had a chance to look at this?

I fully support this proposal. The reimagined security model using GitHub Actions and especially CODEOWNERS is a significant improvement that addresses current security concerns.

I'd like to mention that I've had a significant increase in contributions to `django-constance` recently. especially the big change https://github.com/jazzband/django-constance/pull/564 ping @jezdez @jazzband/roadies

@jezdez can this move forward? There is a next release pending and waiting for approval https://github.com/jazzband/django-constance/releases/tag/4.1.2 It would be great if I could approve it 😄