Re: Fellow Reports - December 2022

2023-01-20 Thread Mariusz Felisiak
Week ending January 1, 2023 *Triaged: * https://code.djangoproject.com/ticket/34228 - Django 4.1.4 cannot import name 'force_unicode' from 'django.utils.encoding' (invalid) https://code.djangoproject.com/ticket/34229 - "no such column" when combining FilteredRelation and multi-table inher

Fellow Reports - January 2023

2023-01-20 Thread Mariusz Felisiak
Week ending January 8, 2023 Released Django 4.1.5. Added https://code.djangoproject.com/wiki/Version5.0Roadmap. *Triaged: * https://code.djangoproject.com/ticket/34237 - FileField does not take upload_to into account when setting unique=True (invalid) https://code.djangoproject.com/ticket/3423

Re: Proposal for an "Age" PostgreSQL ORM function

2023-01-20 Thread Jörg Breitbart
Am 19.01.23 um 21:14 schrieb Jason Johns: the AGE function takes in two timestamps and returns an interval.  You can do this in python by subtracting two date/datetime objects and getting a timedelta.  what would the difference be to kick this out to the db? I'd say thats mainly about perf

Re: Proposal for an "Age" PostgreSQL ORM function

2023-01-20 Thread Carlton Gibson
>From the maintenance perspective, it's not that any one individual function is too hard to maintain — it's clearly not. Rather it's about not adding a million of them — which would add up — and in so doing essentially duplicating the entire API offered by databases. * Each one we add makes t

New contributor

2023-01-20 Thread Muhammad Hassan
Hi Every One, I want to contribute. Please assign me a task or issue. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to djan