Re: Fellow Reports - April 2022

2022-04-25 Thread Mariusz Felisiak
Week ending April 24, 2022 *Triaged: * https://code.djangoproject.com/ticket/33649 - bulk_create() with ignore_conflicts=True and ForeignKey fails (invalid) https://code.djangoproject.com/ticket/33653 - Templates crash when calling methods for built-in types. (accepted) https://code.

Re: general interest in faster bulk_update implementation

2022-04-26 Thread Mariusz Felisiak
Support for MariaDB 10.2 is already dropped in Django 4.1. We will drop support for MySQL 5.7 in Django 4.2 or 5.0 (probably 4.2). See https://code.djangoproject.com/wiki/SupportedDatabaseVersions for more details. Best, Mariusz -- You received this message because you are subscribed to the G

Re: Fellow Reports - April 2022

2022-05-02 Thread Mariusz Felisiak
Week ending May 1, 2022 *Triaged: * https://code.djangoproject.com/ticket/33659 - Inline fieldset doesn't fit to the screen. (invalid) https://code.djangoproject.com/ticket/33660 - EmailMessage encode the subject in base64 when translated and contains non US-ASCII characters (needsinfo)

Fellow Reports - May 2022

2022-05-09 Thread Mariusz Felisiak
Week ending May 8, 2022 *Triaged:* https://code.djangoproject.com/ticket/33673 - PostgreSQL removes constraints when removing columns. (needsinfo) https://code.djangoproject.com/ticket/33665 - Add support for Postgres multirange (duplicate) https://code.djangoproject.com/ticket/26318 - Unexpect

Re: Custom template directory name in apps

2022-05-09 Thread Mariusz Felisiak
Hi, Thanks for the proposition. I'm not sure why the new option is better than using subdirectories in *"templates" *e.g. *"templates/mail/".* Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)"

Re: Status of 4.1 pre-release.

2022-05-11 Thread Mariusz Felisiak
Yes, you shouldn't mark your patches as RFC. * "Better yet, find someone to review your patch and mark the ticket as "Ready for checkin".* Was supposed to mean: *find someone who can review your patch and who will mark the ticket as RFC.* Best, Mariusz -- You received this message because y

Re: Fellow Reports - May 2022

2022-05-16 Thread Mariusz Felisiak
Week ending May 15, 2022 Added https://code.djangoproject.com/wiki/Version4.2Roadmap. *Triaged: * https://code.djangoproject.com/ticket/33685 - Tests crash when using only a service name on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/33686 - Add a generic view with sea

Re: Fellow Reports - May 2022

2022-05-23 Thread Mariusz Felisiak
Week ending May 22, 2022 *Triaged: * https://code.djangoproject.com/ticket/33709 - Primary key of m2m tables is not migrated to BigAutoField (duplicate) https://code.djangoproject.com/ticket/33710 - RenameIndex() crashes when unnamed index is moving backward and forward. (created) ht

Re: Supporting Oracle's renamed cx_Oracle driver in Django

2022-05-31 Thread Mariusz Felisiak
I agree with Florian, I'd prefer adding support for *python-oracledb* in Django 4.1 and immediately deprecate using *cx_Oracle *(will be removed in Django 5.0). *3. Supporting some new connection parameters and using service names >> instead of SIDs* >> >> One new feature of the python-oracledb

Re: Fellow Reports - May 2022

2022-06-03 Thread Mariusz Felisiak
Week ending May 29, 2022 *Triaged: * https://code.djangoproject.com/ticket/33731 - Updating choices with list methods does not update widget's choices. (wontfix) https://code.djangoproject.com/ticket/33728 - Tab order should match visual order for admin model forms’ submit buttons (accep

Fellow Reports - June 2022

2022-06-15 Thread Mariusz Felisiak
Week ending June 5, 2022 *Triaged:** *https://code.djangoproject.com/ticket/33752 - Display exception groups on the technical 500 debug page on Python 3.11+. (Someday/Maybe) https://code.djangoproject.com/ticket/33753 - Docs' Makefile doesn't support Sphinx 5+. (accepted) https://code.djangopro

Re: Custom Ordering and Grouping of Models in Django Admin

2022-06-16 Thread Mariusz Felisiak
Hi Jacob, It's already solved in Django 4.1+ by https://github.com/django/django/commit/2bee0b4328319eaf6a0d1686677d629f2ecf6dec. You can now override get_app_list() to change the default order on the admin index page. See docs

Re: Fellow Reports - June 2022

2022-06-20 Thread Mariusz Felisiak
Week ending June 19, 2022 *Triaged: * https://code.djangoproject.com/ticket/33778 - pyproject.toml uses the incorrect "legacy" setuptools backend and unnecessary wheel dep (accepted) https://code.djangoproject.com/ticket/33780 - Add http method argument to the URLResolver (duplicate)

Re: Fellow Reports - June 2022

2022-06-27 Thread Mariusz Felisiak
Week ending June 26, 2022 *Triaged: * https://code.djangoproject.com/ticket/33789 - Document changes in quoting table/colums names on Oracle. (accepted) https://code.djangoproject.com/ticket/33792 - Using QuerySet.extra works while RawSQL inside annotate fails (invalid) https://code.

Django security releases issued: 4.0.6 and 3.2.14.

2022-07-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2022/jul/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: Idea: Add .checked(/) to QuerySet as alternative to .filter() w/ .first()

2022-07-06 Thread Mariusz Felisiak
Hi, Adding `get_or_none()` was discussed several times and was always rejected. This thread has a nice summary. Personally, I'm still against it. Best, Mariusz -- You received this message because you are subscr

Re: Idea: Add .checked(/) to QuerySet as alternative to .filter() w/ .first()

2022-07-09 Thread Mariusz Felisiak
I'm against it because it's already easily achievable and it's debatable how it should behave with many results. IMO any new method would be confusing and in the case of unique filtering `get_or_none(unique_filters)` would be an alias for `.filter(unique_filters).first()`. To me, this is duplic

Re: Fellow Reports - June 2022

2022-07-12 Thread Mariusz Felisiak
Week ending July 3, 2022 *Triaged: * https://code.djangoproject.com/ticket/33809 - ValueError in migrations using apps.get_model() for a ForeignKey. (needsinfo) https://code.djangoproject.com/ticket/6904 - Dictsort filter should sort case insensitive (wontfix) https://code.djangoproj

Fellow Reports - July 2022

2022-07-14 Thread Mariusz Felisiak
Week ending July 10, 2022 Released Django 4.0.6 and 3.2.14. *Triaged: * https://code.djangoproject.com/ticket/33820 - Querying "null" on key transforms for JSONField returns wrong results on SQLite. (accepted) https://code.djangoproject.com/ticket/33821 - Use _fk as suffix for augmented relate

Re: Fellow Reports - July 2022

2022-07-19 Thread Mariusz Felisiak
Week ending July 17, 2022 *Triaged: * https://code.djangoproject.com/ticket/33837 - 中文版文档:编写你的第一个 Django 应用,第 3 部分中的描述性代码错误 (invalid) https://code.djangoproject.com/ticket/33835 - Select_related().only() in the Prefetch() should automatically add primary keys for reverse relations. (won

Re: Fellow Reports - July 2022

2022-07-25 Thread Mariusz Felisiak
Week ending July 24, 2022 *Triaged: * https://code.djangoproject.com/ticket/33854 - dbshell additional parameters should be passed before dbname on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/33855 - System check calls are unnecessary in test worker initialization. (crea

Re: Switching to PEP 621 project metadata

2022-07-25 Thread Mariusz Felisiak
I agree with James and Carlton, -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 receiving emails from it, send an email to django-develope

Re: Deprecate CICharField, CIEmailField, CITextField

2022-07-28 Thread Mariusz Felisiak
> Support for PostgreSQL 10 was dropped in Django 4.1, and support for PostgreSQL 11 was dropped in Django 4.2. When CICharField, CIEmailField, CITextField deprecation starts in Django 4.2 they will be removed in Django 5.1. -- You received this message because you are subscribed to the Google

Re: Deprecate CICharField, CIEmailField, CITextField

2022-07-28 Thread Mariusz Felisiak
https://code.djangoproject.com/ticket/33872 -- 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 django-developers+unsubscr...@

Re: Fellow Reports - July 2022

2022-08-03 Thread Mariusz Felisiak
Week ending July 31, 2022 *Triaged: * https://code.djangoproject.com/ticket/33866 - Support Path instances in GDALRaster constructor (accepted) https://code.djangoproject.com/ticket/33867 - Automatic detection of timezone in django admin using javascript (duplicate) https://code.djang

Re: Deprecate CICharField, CIEmailField, CITextField

2022-08-08 Thread Mariusz Felisiak
As far as I'm aware you can use: CreateCollation("case_insensitive", "und-u-ks-level2", provider="icu", deterministic=False) to create a case insensitive collation on PostgreSQL. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributi

Fellow Reports - August 2022

2022-08-11 Thread Mariusz Felisiak
Week ending August 7, 2022 *Triaged:* https://code.djangoproject.com/ticket/33880 - Ambigous error message in FilePathFields. (invalid) https://code.djangoproject.com/ticket/33876 - "default.html" deprecation warning raised for ManagementForm's (accepted) https://code.djangoproject.com/ticket/3

Re: Fellow Reports - August 2022

2022-08-16 Thread Mariusz Felisiak
Week ending August 14, 2022 *Triaged: * https://code.djangoproject.com/ticket/33902 - UniqueConstraint's validation crashes with string expressions. (accepted) https://code.djangoproject.com/ticket/33904 - Many-To-Many field is deleted/ignored from internal JavaScript “filter” interface

Re: Fellow Reports - August 2022

2022-08-29 Thread Mariusz Felisiak
Week ending August 21, 2022 *Triaged: * https://code.djangoproject.com/ticket/33925 - Testing tools Management Commands example fails (invalid) https://code.djangoproject.com/ticket/33916 - Support for serialization of combination of Enum flags. (accepted) https://code.djangoproject.

Re: Fellow Reports - August 2022

2022-08-29 Thread Mariusz Felisiak
Week ending August 28, 2022 *Triaged: * https://code.djangoproject.com/ticket/33954 - NaN can be stored in DecimalField but cannot be retrieved (accepted) https://code.djangoproject.com/ticket/33955 - AttributeError in admindocs ViewDetailView (accepted) https://code.djangoproject.co

Django bugfix release: 4.1.1

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

2022-09-05 Thread Mariusz Felisiak
Week ending September 2, 2022 *Triaged: * https://code.djangoproject.com/ticket/33960 - migrate command crashes on SQLite < 3.20. (accepted) https://code.djangoproject.com/ticket/33958 - Missing imports in "Expressions can reference transforms" section. (accepted) https://code.django

Fellow Reports - September 2022

2022-09-16 Thread Mariusz Felisiak
Week ending September 11, 2022 Released Django 4.1.1. *Triaged: * https://code.djangoproject.com/ticket/33980 - "Save and add another" redirects to the list instead of empty form (duplicate) https://code.djangoproject.com/ticket/33982 - TypeError creating DB table SQL with ExclusionConstraint

Re: Fellow Reports - September 2022

2022-09-18 Thread Mariusz Felisiak
Week ending September 18, 2022 *Triaged: * https://code.djangoproject.com/ticket/26511 - Document KeyTextTransform() and KeyTransform(). (wontfix) https://code.djangoproject.com/ticket/34006 - close_old_connections() unconditionally closes connections inside atomic blocks if default aut

Re: git tag missing for django 4.1.1?

2022-09-29 Thread Mariusz Felisiak
Thanks for noticing, I added a missing tag. 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 receiving emails from it, send an email to django-develope

Re: Fellow Reports - September 2022

2022-10-03 Thread Mariusz Felisiak
Week ending September 25, 2022 I was in Porto and participated in the Django Con Europe conference. *Triaged: * https://code.djangoproject.com/ticket/34021 - collect_translations (invalid) https://code.djangoproject.com/ticket/34022 - admin:logout fails to log out non-staff users (wont

Re: Model-level validation

2022-10-07 Thread Mariusz Felisiak
> I am aware there are patterns to work around this in Django. My position is that skipping validation should be the rare edge case and not the easy naive path. Unless Django's stated purpose is to be a cute toy for making blogs, and robust infrastructure is off-label, but that's not what I see

Fellow Reports - October 2022

2022-10-11 Thread Mariusz Felisiak
Week ending October 9, 2022 *Triaged: * https://code.djangoproject.com/ticket/34070 - Add support for microseconds to Now() on MySQL and SQLite. (created) https://code.djangoproject.com/ticket/34071 - Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. (accepted) https

Re: Fellow Reports - October 2022

2022-10-27 Thread Mariusz Felisiak
Week ending October 16, 2022 *Triaged: * https://code.djangoproject.com/ticket/34078 - Add Postgres range_merge aggregate function to postgres.contrib (wontfix) https://code.djangoproject.com/ticket/34081 - Responsive CSS is not loaded properly. (created) https://code.djangoproject.c

Re: Fellow Reports - October 2022

2022-10-31 Thread Mariusz Felisiak
Week ending October 30, 2022 *Triaged: * https://code.djangoproject.com/ticket/34112 - Add async interface to Model (accepted) https://code.djangoproject.com/ticket/34113 - max() arg is an empty sequence (duplicate) https://code.djangoproject.com/ticket/34114 - loaddata doesn't honor

Django bugfix release: 4.1.3

2022-10-31 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2022/nov/01/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

Fellow Reports - November 2022

2022-11-07 Thread Mariusz Felisiak
Week ending November 6, 2022 Released Django 4.1.3. *Triaged:* https://code.djangoproject.com/ticket/34128 - django re-using the name of a squashed migration leads to CircularDependencyError (invalid) https://code.djangoproject.com/ticket/34130 - order_by() has no effect on values()/values_lis

Re: Fellow Reports - November 2022

2022-11-16 Thread Mariusz Felisiak
Week ending November 13, 2022 *Triaged: * https://code.djangoproject.com/ticket/34143 - Multiple file upload docs (invalid) https://code.djangoproject.com/ticket/34131 - Postgres AutoField change from serial to identity (invalid) https://code.djangoproject.com/ticket/34144 - Casting

Re: Set a reasonable default for EMAIL_TIMEOUT

2022-11-17 Thread Mariusz Felisiak
*"Why is there no default for EMAIL_TIMEOUT?"* The Django's SMTP backend is a wrapper around smtplib.SMTP/SMTP_SSL and we only pass the "timeout" parameter to the smtplib API, so I'd first ask why there is no default value for a timeout parameter in smtplib. Best, Mariusz -- You received this

Re: Fellow Reports - November 2022

2022-11-21 Thread Mariusz Felisiak
Week ending November 20, 2022 *Triaged: * https://code.djangoproject.com/ticket/34152 - Add the ability to store logs in a table (wontfix) https://code.djangoproject.com/ticket/34155 - ModelAdmin.render_change_form does not lowercase the app_label when setting template directories (need

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 -

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

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

  1   2   3   4   5   >