Re: Fellow Reports - March 2024

2024-04-01 Thread Mariusz Felisiak
March 25-26 *Triaged:* https://code.djangoproject.com/ticket/35330 - The update of related objects fails in the admin when the related model is camel case. (accepted) https://code.djangoproject.com/ticket/35331 - Adding a new related entry using the "+" sign from M2M field doesn't update

Re: Fellow Reports - March 2024

2024-03-25 Thread Mariusz Felisiak
Week ending March 24 *Triaged:* https://code.djangoproject.com/ticket/35312 - FileNotFoundError escapes from run_formatters() (invalid) https://code.djangoproject.com/ticket/34059 - Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL.

Re: Fellow Reports - March 2024

2024-03-19 Thread Mariusz Felisiak
Week ending March 17 *Triaged:* https://code.djangoproject.com/ticket/35287 - manage createsuperuser too restrictive (duplicate) https://code.djangoproject.com/ticket/35291 - Whitenoise Not Working when DEBUG = FALSE - Django - Hosting Static Files (duplicate) https://code.djangoproj

Fellow Reports - March 2024

2024-03-15 Thread Mariusz Felisiak
Week ending March 10 *Triaged:* https://code.djangoproject.com/ticket/35268 - Migrations raise UnicodeDecodeError on PostgreSQL. (needsinfo) https://code.djangoproject.com/ticket/35266 - Optimize RelatedField._check_clashes() (accepted) https://code.djangoproject.com/ticket/35267 - Correct TIME

Re: Fellow Reports - February 2024

2024-03-04 Thread Mariusz Felisiak
Week ending March 3 *Triaged:* https://code.djangoproject.com/ticket/35245 - Django freezes on DRF's APIView. (invalid) https://code.djangoproject.com/ticket/35253 - Pagination for StackedInline and TabularInline (duplicate) https://code.djangoproject.com/ticket/35251 - dumpdata refa

Django security releases issued: 5.0.3, 4.2.11, and 3.2.25

2024-03-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2024/mar/04/security-releases/ -- 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 st

Re: Fellow Reports - February 2024

2024-03-03 Thread Mariusz Felisiak
Week ending February 25 *Triaged:* https://code.djangoproject.com/ticket/35232 - Cache Options.verbose_name_raw (accepted) https://code.djangoproject.com/ticket/35234 - ExclusionConstraint.expressions should be checked for foreign relationship references (accepted) https://code.djan

Re: Fellow Reports - February 2024

2024-02-21 Thread Mariusz Felisiak
Week ending February 18 *Triaged:* https://code.djangoproject.com/ticket/35181 - behaviour of makemessage dont follow documentation (needsinfo) https://code.djangoproject.com/ticket/35185 - Daphne: websocket works locally with ws protocol, but it connects and quickly disconnects in prod

Fellow Reports - February 2024

2024-02-14 Thread Mariusz Felisiak
Week ending February 11 * Triaged:* https://code.djangoproject.com/ticket/35166 - Return python-memcached support (wontfix) https://code.djangoproject.com/ticket/35168 - Problem with templates and the tag (worksforme) https://code.djangoproject.com/ticket/34917 - Links in the Django admin shou

Re: Fellow Reports - January 2024

2024-02-06 Thread Mariusz Felisiak
Week ending February 4 *Triaged:* https://code.djangoproject.com/ticket/35153 - FORMAT_MODULE_PATH not acting as I expected. (accepted) https://code.djangoproject.com/ticket/35154 - QuerySet implements `contains` but not `__contains__` (wontfix) https://code.djangoproject.com/ticket/

Re: Fellow Reports - January 2024

2024-01-31 Thread Mariusz Felisiak
Week ending January 28 *Triaged:* https://code.djangoproject.com/ticket/35132 - Django admin dark mode leaves the main container light. (worksforme) https://code.djangoproject.com/ticket/35134 - "Select all" checkbox in admin model view doesn't work in Django 5.0.1 (worksforme) https

Re: Fellow Reports - January 2024

2024-01-22 Thread Mariusz Felisiak
Week ending January 21 *Triaged:* https://code.djangoproject.com/ticket/35113 - Adding urls.py file while creating new app using startapp command (duplicate) https://code.djangoproject.com/ticket/35114 - Create a tests directory instead of tests.py when a new app is created (wontfix)

Fellow Reports - January 2024

2024-01-14 Thread Mariusz Felisiak
Week ending January 7 Released Django 4.2.9 and 5.0.1. *Triaged: * https://code.djangoproject.com/ticket/35073 - models.SET's callable is called when there are no objects to update. (accepted) https://code.djangoproject.com/ticket/35077 - Quering with int that has bigint in database no longer

Re: Transition Docs to Inline

2024-01-10 Thread Mariusz Felisiak
Agreed with Tim. > *I'll argue that right now we don't have documentation. We just have a mix of docs and reference, resulting in a convoluted manual that doesn't fit either need.* This is a really unfair opinion (not the only one in your comment). Hundreds of folks have put a lot of effort in

Re: Fellow Reports - December 2023

2024-01-02 Thread Mariusz Felisiak
Week ending December 31 *Triaged:*https://code.djangoproject.com/ticket/35062 - Update csrf.py to check request.POST if request.method is not GET (invalid) https://code.djangoproject.com/ticket/35059 - ASGI server leaves stale DB connections (needsinfo) https://code.djangoproject.co

Django bugfix releases issued: 4.2.9 and 5.0.1

2024-01-02 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2024/jan/02/bugfix-release/ -- 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

Re: Fellow Reports - December 2023

2023-12-27 Thread Mariusz Felisiak
Week ending December 24 *Triaged:* https://code.djangoproject.com/ticket/35046 - BlankChoiceIterator causes AttributeError for some existing packages and projects (invalid) https://code.djangoproject.com/ticket/35050 - Issue filtering on FilteredRelation with F object (accepted) http

Fellow Reports - December 2023

2023-12-17 Thread Mariusz Felisiak
Week ending December 10 Released Django 4.2.8. *Triaged: * https://code.djangoproject.com/ticket/35008 - Minifiers break django contrib admins UI (accepted) https://code.djangoproject.com/ticket/35009 - set_language doesn't work with prefix_default_language=False (duplicate) https://code.djang

Django bugfix release: 4.2.8

2023-12-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/dec/04/bugfix-release/ -- 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

Re: Fellow Reports - November 2023

2023-11-29 Thread Mariusz Felisiak
Week ending November 26 *Triaged:* https://code.djangoproject.com/ticket/34977 - Turn link to change password form in admin user change form into a button (accepted) https://code.djangoproject.com/ticket/34978 - Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" o

Fellow Reports - November 2023

2023-11-20 Thread Mariusz Felisiak
Week ending November 12 I was in Zanzibar and participated in the DjangoCon Africa conference. * Triaged:* https://code.djangoproject.com/ticket/34946 - Adding a field with default and db_default drops database level DEFAULT (accepted) https://code.djangoproject.com/ticket/34950 - Translate tex

Re: Fellow Reports - October 2023

2023-11-16 Thread Mariusz Felisiak
Week ending November 3 Released Django 4.2.7, 4.1.13, and 3.2.23. *Triaged:* https://code.djangoproject.com/ticket/34941 - db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. (created) https://code.djangoproject.com/ticket/34943 - Support passing database expre

Re: Fellow Reports - October 2023

2023-11-13 Thread Mariusz Felisiak
Week ending October 29 *Triaged:* https://code.djangoproject.com/ticket/34923 - MESSAGE_TAGS ignored in 5.0a1 (accepted) https://code.djangoproject.com/ticket/34924 - Example for squashmigration not working properly (duplicate) https://code.djangoproject.com/ticket/34919 - Missing sc

Re: Wrong ordering of many-to-many fields with explicit intermediary model in Django admin

2023-11-02 Thread Mariusz Felisiak
Hi Alan, This is a known issue, you can find a discussion in https://code.djangoproject.com/ticket/12203. It's an accepted ticket so feel-free to work on it. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to D

Django security releases issued: 4.2.7, 4.1.13, and 3.2.23

2023-11-01 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/nov/01/security-releases/ -- 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 st

Re: Fellow Reports - October 2023

2023-10-22 Thread Mariusz Felisiak
Week ending October 22 *Triaged:* https://code.djangoproject.com/ticket/34901 - Add async interface to contrib.sessions (accepted) https://code.djangoproject.com/ticket/34902 - django.test.client.Client.head request fails on AttributeError as_sync is missing (worksforme) https://cod

Re: Fellow Reports - October 2023

2023-10-22 Thread Mariusz Felisiak
Week ending October 15 *Triaged:* https://code.djangoproject.com/ticket/34894 - Query.change_aliases() has several significant bugs (needsinfo) https://code.djangoproject.com/ticket/34895 - Reverse migrations fail with mysql / mariadb with sql_safe_updates set to 1 (duplicate) https:

Re: Needed feedback on the approach to solve bulk_update silently truncating values for size limited fields

2023-10-16 Thread Mariusz Felisiak
I wanted to propose these solution as a hotfix unless we get #31202 or #29771 done. As we are going to upgrade the bulk_update in near future, resolving the bug for now seems reasonable to me.

Re: Pertaining the 4.2.6 release's "recreate indexes" footnote

2023-10-11 Thread Mariusz Felisiak
> Thoughts on this? Documentation improvements are always welcome, you can send your proposition via GitHub PR. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Re: Pertaining the 4.2.6 release's "recreate indexes" footnote

2023-10-10 Thread Mariusz Felisiak
My immediate thought is that any indexes on non-text fields, created with these versions, will be useless in ORM-based queries. If that's the case, this seems like a much bigger deal than the footnote would imply. I'm puzzled. Why you assumed that all non-string based fields are affected? Re

Fellow Reports - October 2023

2023-10-09 Thread Mariusz Felisiak
Week ending October 8 *Triaged:* https://code.djangoproject.com/ticket/34885 - Not removing original (non-hashed) files after processing (duplicate) https://code.djangoproject.com/ticket/34886 - Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. (accepted) https://co

Re: Fellow Reports - September 2023

2023-10-06 Thread Mariusz Felisiak
Week ending October 1, 2023 *Triaged:* https://code.djangoproject.com/ticket/34866 - Cannot inspect migrations that replace squashed migrations with sqlmigrate (needsinfo) https://code.djangoproject.com/ticket/34871 - Validation of UniqueConstraint with Case() crashes. (accepted) htt

Fellow Reports - September 2023

2023-09-25 Thread Mariusz Felisiak
Week ending September 10, 2023 Released Django 4.2.5, 4.1.11, and 3.2.21. Prepared https://code.djangoproject.com/wiki/Version5.1Roadmap. *Triaged:* https://code.djangoproject.com/ticket/10808 - Multiple inheritance (model-based) broken for __init__ of common fields in diamond inheritance (i

Status of 5.0 release blockers.

2023-09-11 Thread Mariusz Felisiak
Details are available on the Django forum: https://forum.djangoproject.com/t/status-of-5-0-alpha-release/23805 -- 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 receiv

Re: Allow applications to register links in the admin interface

2023-09-07 Thread Mariusz Felisiak
I'm also -1. Django Admin is not a universal tool for building an app and adding a new option is always controversial (we already have many of them). There is a way to achieve the same by providing custo

Django security releases issued: 4.2.5, 4.1.11, and 3.2.21

2023-09-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/sep/04/security-releases/ -- 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 st

Re: Fellow Reports - August 2023

2023-09-03 Thread Mariusz Felisiak
Week ending September 3, 2023 *Triaged:* https://code.djangoproject.com/ticket/34802 - django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() (wontfix) https://code.djangoproject.com/ticket/34804 - legacy_algorithm = 'sha1' r

Re: Fellow Reports - August 2023

2023-08-28 Thread Mariusz Felisiak
Week ending August 27, 2023 *Triaged:* https://code.djangoproject.com/ticket/34787 - The 'runserver' command doesn't work when run from an installed script on Windows (needsinfo) https://code.djangoproject.com/ticket/34788 - Correct NUMBER_GROUPING in Japan. (accepted) https://code.d

Re: Fellow Reports - August 2023

2023-08-21 Thread Mariusz Felisiak
Week ending August 20, 2023 I spent the whole week on a tiny Italian island 🏝️ 🇮🇹 , so didn't work much 🍝 🐙 🦐 🚲 ☀️. *Triaged:* https://code.djangoproject.com/ticket/34780 - Tests don't pass on Python 3.11.4. (invalid) https://code.djangoproject.com/ticket/34782 - Explicit support for I

Re: Fellow Reports - August 2023

2023-08-20 Thread Mariusz Felisiak
Week ending August 13, 2023 *Triaged:*https://code.djangoproject.com/ticket/22055 - 404 page does not display stack trace when Resolver404 is raised from a view (wontfix) https://code.djangoproject.com/ticket/34766 - utils.text: slugify misses "l" when converting "ł" (duplicate) htt

Fellow Reports - August 2023

2023-08-08 Thread Mariusz Felisiak
Week ending August 6, 2023 *Triaged:* https://code.djangoproject.com/ticket/34756 - Docs build failure when using Sphinx 7.1.1 (accepted) https://code.djangoproject.com/ticket/34754 - CheckConstraint with isnull lookup on JSONField transform None into null jsonb value (accepted) https://code.dj

Re: Sync and Async versions of the same function: guidelines for contributors

2023-08-07 Thread Mariusz Felisiak
I also understand that the heavy lifting in async_to_sync and sync_to_async wrapper has been implemented and the hard work like thread affinity is managed by these wrapper. Switching between sync and async context is not fre

Re: Proposing the removal of Oracle from the Django supported backend databases

2023-08-03 Thread Mariusz Felisiak
Hi Paolo, I'm quite surprised that you've started a new thread for something that was already discussed, you could always add a comment to the existing thread e.g. https://groups.google.com/g/django-developers/c/dg8BUVHKOo4/m/5uFVmdWCAwAJ > I wanted to share the frustration of seeing yet a

Re: Fellow Reports - July 2023

2023-07-31 Thread Mariusz Felisiak
Week ending July 30, 2023 *Triaged:* https://code.djangoproject.com/ticket/34734 - Django admin theme box (invalid) https://code.djangoproject.com/ticket/34733 - m2m_changed signal is unaware if .set() method is being called (wontfix) https://code.djangoproject.com/ticket/34735 - Abo

Re: Fellow Reports - July 2023

2023-07-24 Thread Mariusz Felisiak
Week ending July 23, 2023 *Triaged:* https://code.djangoproject.com/ticket/34712 - Prevent misconfiguration of `STORAGES` setting (accepted) https://code.djangoproject.com/ticket/34716 - Class methods from subclasses cannot be used as Field.default. (accepted) https://code.djangoproj

Re: Fellow Reports - July 2023

2023-07-19 Thread Mariusz Felisiak
Week ending July 16, 2023 *Triaged:* https://code.djangoproject.com/ticket/34705 - BoundField.as_widget() ignores aria-describedby in attrs argument (accepted) https://code.djangoproject.com/ticket/34697 - Migration serializer for sets results in non-deterministic order. (accepted) h

Fellow Reports - July 2023

2023-07-13 Thread Mariusz Felisiak
Week ending July 9, 2023 Released Django 4.2.3, 4.1.10, and 3.2.20. *Triaged: * https://code.djangoproject.com/ticket/34690 - Get ContentType object with table name in get_by_table_name method (wontfix) https://code.djangoproject.com/ticket/34689 - Simplify usage of InlineFormSet in Class-base

Re: Fellow Reports - June 2023

2023-07-03 Thread Mariusz Felisiak
Week ending July 2, 2023 *Triaged:* https://code.djangoproject.com/ticket/34680 - inspectdb on mysql timestamp fields leads to timezone issues (duplicate) https://code.djangoproject.com/ticket/34681 - Optimize memcache_key_warnings() (accepted) https://code.djangoproject.com/ticket/3

Django security releases issued: 4.2.3, 4.1.10, and 3.2.20

2023-07-03 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/jul/03/security-releases/ -- 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 st

Re: Fellow Reports - June 2023

2023-06-26 Thread Mariusz Felisiak
Week ending June 26, 2023 *Triaged:* https://code.djangoproject.com/ticket/34665 - CreateModel with manually added RenameField crashes on SQLite. (invalid) https://code.djangoproject.com/ticket/34661 - Peppering user passwords (duplicate) https://code.djangoproject.com/ticket/34666 -

Re: Fellow Reports - June 2023

2023-06-18 Thread Mariusz Felisiak
Week ending June 19, 2023 *Triaged:* https://code.djangoproject.com/ticket/34651 - 'list' object has no attribute '_committed' (invalid) https://code.djangoproject.com/ticket/34652 - Async support in admin view (wontfix) https://code.djangoproject.com/ticket/34569 - Unify all model f

Fellow Reports - June 2023

2023-06-14 Thread Mariusz Felisiak
Week ending June 11, 2023 *Triaged:* https://code.djangoproject.com/ticket/31617 - Improve overall admin accessibility. (invalid) https://code.djangoproject.com/ticket/9519 - Add QuerySet.bulk_delete() that issues only a single SQL query (wontfix) https://code.djangoproject.com/ticket/34610 - D

Re: Fellow Reports - May 2023

2023-06-05 Thread Mariusz Felisiak
Week ending June 4, 2023 I was in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿 and participated in the DjangoCon Europe conference. *Triaged:* https://code.djangoproject.com/ticket/34600 - Review reference to bleach in docs (accepted) https://code.djangoproject.com/ticket/34603 - ~Q() incorrectly interpreted as

Re: Fellow Reports - May 2023

2023-06-05 Thread Mariusz Felisiak
Week ending May 28, 2023 *Triaged:* https://code.djangoproject.com/ticket/34588 - 404 error in default_urlconf.html (accepted) https://code.djangoproject.com/ticket/34589 - exclude does not support nested ForeignKey relationship (invalid) https://code.djangoproject.com/ticket/34586 -

Re: Permissions don't get translated in admin interface

2023-06-02 Thread Mariusz Felisiak
Is it not partly fixed by a52bdea5a27ba44b13eda93642231c65c581e083 ? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To un

Re: Proposal on how add configuration options to Email Backends

2023-06-01 Thread Mariusz Felisiak
It seems we have a consensus here to support multiple email backends. Jacob, feel-free to create a new ticket. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group

Re: Fellow Reports - May 2023

2023-05-23 Thread Mariusz Felisiak
Week ending May 21, 2023 *Triaged:* https://code.djangoproject.com/ticket/34565 - Add acheck_password() async method. (accepted) https://code.djangoproject.com/ticket/34563 - ManifestStaticFilesStorage support for CSS module scripts in Javascript files. (someday/maybe) https://code.

Re: Fellow Reports - May 2023

2023-05-16 Thread Mariusz Felisiak
Week ending May 14, 2023 *Triaged:* https://code.djangoproject.com/ticket/34546 - Failed migration yields to unmigratable app:""OperationalError: (1050, "Table '' already exists") (invalid) https://code.djangoproject.com/ticket/34547 - Deprecate DatabaseOperations.field_cast_sql(). (cre

Fellow Reports - May 2023

2023-05-08 Thread Mariusz Felisiak
Week ending May 7, 2023 Released Django 4.2.1, 4.1.9, and 3.2.19. *Triaged:* https://code.djangoproject.com/ticket/34528 - Reduce Add/RemoveIndex migration operations. (created) https://code.djangoproject.com/ticket/34529 - Squashing migrations with Meta.index_together -> indexes transition sh

Django security releases issued: 4.2.1, 4.1.9, and 3.2.19

2023-05-03 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/may/03/security-releases/ -- 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 st

Re: Fellow Reports - April 2023

2023-05-01 Thread Mariusz Felisiak
Week ending April 30, 2023 *Triaged:* https://code.djangoproject.com/ticket/34229 - "no such column" when combining FilteredRelation and multi-table inheritance models (accepted) https://code.djangoproject.com/ticket/34515 - Translatable URL patterns raise 404 for non-English default lan

Re: Django behavior on translatable URL patterns (i18n_patterns) when prefix_default_language=False is used.

2023-04-27 Thread Mariusz Felisiak
Anthony, please don't start the same discussion on multiple channels. If anyone wants to add a comment, please do so in the forum . -- You received

Re: Fellow Reports - April 2023

2023-04-23 Thread Mariusz Felisiak
Week ending April 23, 2023 *Triaged:* https://code.djangoproject.com/ticket/34488 - ClearableFileInput widget forgets "Clear" selection when form is not valid. (accepted) https://code.djangoproject.com/ticket/34500 - use annotate return feild, Error capture does not work (duplicate)

Re: Oracle 23c released earlier this month

2023-04-17 Thread Mariusz Felisiak
Hi, Thanks! Also, they finally update VM: https://www.oracle.com/database/technologies/databaseappdev-vm.html We still have to wait for a compatible driver, cx_Oracle and python-oracledb don't support it yet. Best, Mariusz -- You received this message because you are subscribed to the Go

Re: Fellow Reports - April 2023

2023-04-17 Thread Mariusz Felisiak
Week ending April 16, 2023 *Triaged:* https://code.djangoproject.com/ticket/34480 - Annotating with Chr raises ValueError (accepted) https://code.djangoproject.com/ticket/34481 - Admin check for reversed foreign key used in "list_display" (accepted) https://code.djangoproject.com/tic

Re: Deprecate CICharField, CIEmailField, CITextField

2023-04-12 Thread Mariusz Felisiak
Hi > Unless we want to drop support for the CITEXT extension, ... What do you mean by that? As far as I'm now, we don't do anything special to support CITEXT extension 🤔. > I'd caution to revert the deprecation and keep support ... I'm obviously biased as the author of this proposition and pat

Fellow Reports - April 2023

2023-04-10 Thread Mariusz Felisiak
Week ending April 9, 2023 Released Django 4.2 and 4.1.8. * **Triaged:* https://code.djangoproject.com/ticket/34451 - Incorrect handling of ImproperlyConfigured Exception in views in ASGI context (accepted) https://code.djangoproject.com/ticket/34453 - Parameterized raw queries no longer support

Re: Proposal: Check constraints at the model field level

2023-04-05 Thread Mariusz Felisiak
Hi, This proposal is not really nice from a maintenance point of view as we will end with the same complicated situation we currently have with uniqueness checks or indexes i.e. many ways to define the same: - Field.unique/index - Meta.unique_together/index_together - Meta.constraints/indexes

Re: Fellow Reports - March 2023

2023-04-03 Thread Mariusz Felisiak
Week ending April 2, 2023 *Triaged:* https://code.djangoproject.com/ticket/34438 - UserCreationForm.clean_username() crashes with a custom user model. (accepted) https://code.djangoproject.com/ticket/34439 - mod_wsgi for django with conda environment in Windows doesn't work (invalid)

Django 4.2 released

2023-04-03 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/ -- 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 s

Re: Fellow Reports - March 2023

2023-03-26 Thread Mariusz Felisiak
Week ending March 26, 2023 Released Django 4.2rc1. *Triaged:* https://code.djangoproject.com/ticket/34423 - Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL (wontfix) https://code.djangoproject.com/ticket/34425 - @sensitive_variables doesn't work wit

Re: Fellow Reports - March 2023

2023-03-26 Thread Mariusz Felisiak
Week ending March 19, 2023 *Triaged:* https://code.djangoproject.com/ticket/34409 - Examples of fetching raw SQL don't work for non-unique column names. (accepted) https://code.djangoproject.com/ticket/34402 - Admin search_fields crashes for inherited model and __iexact lookup. (accepted

Re: Exporting some of the `datetime` functions from `django.utils.timezone`

2023-03-20 Thread Mariusz Felisiak
I find it confusing that we have to import now from django.utils.timezone, but timedelta from Python's internal datetime. This btw. is a violation of the Law of Demeter , hence I agree with Suayip's proposal. – Jacob There is a big difference be

Re: Exporting some of the `datetime` functions from `django.utils.timezone`

2023-03-20 Thread Mariusz Felisiak
Hi, > I would say we should at least consider exporting `timedelta` What do you think? I'm strongly against it. Things should be imported from source modules, not cross-imported from Django modules just because we use them. This is confusing to the users who might have the impression that `dj

Django 4.2 release candidate 1 released

2023-03-20 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/mar/20/django-42-rc1/ -- 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 r

Fellow Reports - March 2023

2023-03-14 Thread Mariusz Felisiak
Week ending March 12, 2023 *Triaged:* https://code.djangoproject.com/ticket/34380 - Make URLField assume "https". (accepted) https://code.djangoproject.com/ticket/34384 - SECRET_KEY_FALLBACKS is not used for sessions (accepted) https://code.djangoproject.com/ticket/34389 - Django not closing d

Re: Add a minimal Gitignore

2023-03-10 Thread Mariusz Felisiak
Hi, I'm -1. "Other frameworks..." is not an argument for me, and I don't believe that `.gitignore` in the project template makes it more beginner friendly as I wouldn't call a beginner someone who use VCS. Adding `.gitignore` assumes that folks always use Git, that's not true. Moreover, `.giti

Re: Add a minimal Gitignore

2023-03-09 Thread Mariusz Felisiak
Hi Daniel, Adding .gitignore to the project template has been discussed and rejected multiple times, e.g. https://github.com/django/django/pull/13847 Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django its

Re: Fellow Reports - February 2023

2023-03-07 Thread Mariusz Felisiak
Week ending March 5, 2023 *Triaged:* https://code.djangoproject.com/ticket/34373 - Update docs on ForeignKey to suggest setting "to" and object before a string (wontfix) https://code.djangoproject.com/ticket/34374 - Windows 11 GIS Tests Failing (accepted) https://code.djangoproject.c

Re: Fellow Reports - February 2023

2023-03-02 Thread Mariusz Felisiak
Week ending February 26, 2023 Released Django 4.2b1. *Triaged:* https://code.djangoproject.com/ticket/34354 - models. Manager annotate() queryset conflict with models.Model (duplicate) https://code.djangoproject.com/ticket/34352 - Unify terms in Signals docs. (accepted) https://code

Re: Fellow Reports - February 2023

2023-02-20 Thread Mariusz Felisiak
Week ending February 19, 2023 *Triaged: * https://code.djangoproject.com/ticket/34332 - Migrations for fields with model-referencing defaults break later (needsinfo) https://code.djangoproject.com/ticket/34335 - Spurious error when using label_tag of CheckboxSelectMultiple widget (wontfi

Django 4.2 beta 1 released

2023-02-20 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/feb/20/django-42-beta-1-released/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Re: Fellow Reports - February 2023

2023-02-17 Thread Mariusz Felisiak
Week ending February 12, 2023 *Triaged: * https://code.djangoproject.com/ticket/34312 - startapp/startproject template should support file renames with the full context (wontfix) https://code.djangoproject.com/ticket/32775 - LiveServerTestCase fails when query expressions are used for mo

Fellow Reports - February 2023

2023-02-06 Thread Mariusz Felisiak
Week ending February 5, 2023 Released Django 4.1.6, 4.0.9, and 3.2.17. *Triaged:* https://code.djangoproject.com/ticket/34301 - "show_save_as_new" in admin can add without this permission (accepted) https://code.djangoproject.com/ticket/34304 - Adding and removing a conditional UniqueConstrain

Django security releases issued: 4.1.6, 4.0.9, and 3.2.17

2023-02-01 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/feb/01/security-releases/ -- 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 st

Re: Fellow Reports - January 2023

2023-01-30 Thread Mariusz Felisiak
Week ending January 29, 2023 *Triaged: * https://code.djangoproject.com/ticket/34283 - Missing parameter escaping in admin filters.js (accepted) https://code.djangoproject.com/ticket/34282 - Optimize update_or_create when defaults is empty / False-y (wontfix) https://code.djangoproje

Re: Fellow Reports - January 2023

2023-01-23 Thread Mariusz Felisiak
Week ending January 22, 2023 *Triaged: * https://code.djangoproject.com/ticket/34260 - models.FloatField documentation doesn't mention that +inf, -inf, and NaN are invalid. (invalid) https://code.djangoproject.com/ticket/34261 - Use {% url model_object %} to work with get_absolute_url (w

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: 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

Django 4.2 alpha 1 released

2023-01-17 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/jan/17/django-42-alpha-1-released/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this gro

Re: Backport for ticket 34063?

2023-01-11 Thread Mariusz Felisiak
Hi, I'm against the backport for the same reasons already mentioned by Carlton. So -1 from me. Best, Mariusz -- 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 re

Status of 4.2 release blockers.

2023-01-09 Thread Mariusz Felisiak
Details are available on the Django forum: https://forum.djangoproject.com/t/status-of-4-2-release-blockers/18088 -- 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 rec

Re: Provide a way to pass kwargs when initializing the storage class

2023-01-03 Thread Mariusz Felisiak
Hi folks, STORAGES PR is in a really good shape. Can you please test this patch on your projects? Checking pending patches is a great way to contribute 💗 Best, Mariusz -- You received this message because you are subscribed to the Google Groups "

Django bugfix release: 4.1.5

2023-01-01 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/ -- 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

Re: Fellow Reports - December 2022

2022-12-28 Thread Mariusz Felisiak
Week ending December 25, 2022 *Triaged: * https://code.djangoproject.com/ticket/34217 - Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. (accepted) https://code.djangoproject.com/ticket/34216 - django admin when field is autocomplete it overrides Mo

Re: Fellow Reports - December 2022

2022-12-19 Thread Mariusz Felisiak
Week ending December 18, 2022 *Triaged: * https://code.djangoproject.com/ticket/34204 - Django cannot load when Python is compiled with --without-doc-strings enabled (wontfix) https://code.djangoproject.com/ticket/34208 - Confirm/Add support for GDAL 3.6. (created) https://code.djang

Fellow Reports - December 2022

2022-12-16 Thread Mariusz Felisiak
Week ending December 11, 2022 *Triaged: * https://code.djangoproject.com/ticket/34200 - Allow setting postgres role during connection setup (needsinfo) https://code.djangoproject.com/ticket/34201 - Drop support for SQLite < 3.21.0 (created) https://code.djangoproject.com/ticket/34202 - Strict t

Re: Fellow Reports - November 2022

2022-12-05 Thread Mariusz Felisiak
Week ending December 4, 2022 *Triaged: * https://code.djangoproject.com/ticket/34187 - UserCreationForm should save data from ManyToMany form fields (accepted) https://code.djangoproject.com/ticket/34189 - Code in Tutorial does not work because of a ',' (invalid) https://code.djangop

Re: Fellow Reports - November 2022

2022-12-05 Thread Mariusz Felisiak
Week ending November 27, 2022 *Triaged: * https://code.djangoproject.com/ticket/34171 - QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. (accepted) https://code.djangoproject.com/ticket/34173 - SessionMiddleware only returns 400 or 500 error in case of

Re: Technical Board vote on DEP 0012: The Steering Council

2022-11-25 Thread Mariusz Felisiak
Thanks! Reminder: according to DEP 10 voting will end on *December 2nd, 2022* *AoE* (members of the Technical Board may change their votes at any time prior to closing of the final voting period). -- You received this message because you are subscribed to the Google Groups "Django developers

  1   2   3   4   5   >