Week ending November 17, 2019. *Triaged:* https://code.djangoproject.com/ticket/30968 - Use github actions for linting. (duplicate) https://code.djangoproject.com/ticket/30970 - Waiting for enhancement in "inspectdb" command. (duplicate) https://code.djangoproject.com/ticket/30972 - USERNAME_FIELD UniqueConstraint option (duplicate) https://code.djangoproject.com/ticket/30977 - Moved site variables assignment outside of the loop in PasswordResetForm.save(). (accepted) https://code.djangoproject.com/ticket/30966 - Migration crashes due to foreign key issue, depending on otherwise irrelevant order on MySQL. (accepted) https://code.djangoproject.com/ticket/30978 - Missing configuration step with custom filters. (invalid) https://code.djangoproject.com/ticket/30976 - ManyToManyField doesn't JOIN when target object has a ForeignKey with the same name as a default query name. (invalid) https://code.djangoproject.com/ticket/30979 - Unreliable variable value (invalid) https://code.djangoproject.com/ticket/30982 - django.db.backends.postgresql is not one of available backends. (needsinfo) https://code.djangoproject.com/ticket/30981 - Admin changelist crashes when using F() and OrderBy() expressions in the ModelAdmin's admin_order_field. (accepted) https://code.djangoproject.com/ticket/30980 - admin.E130 should specify which actions' names were duplicated. (accepted) https://code.djangoproject.com/ticket/23433 - Django installs /usr/bin/django-admin and /usr/bin/django-admin.py (accepted) https://code.djangoproject.com/ticket/30985 - Error when adding a group in admin - "The database backend does not accept 0 as a value for AutoField". (worksforme) https://code.djangoproject.com/ticket/30984 - Cache culling. (invalid) https://code.djangoproject.com/ticket/30986 - Using conditional RawSQL's in QuerySet.filter() crashes on Oracle. (created) https://code.djangoproject.com/ticket/30987 - Add PositiveBigIntegerField. (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/12054 - Fixed #30958 -- Used a clearer example in the Cast() docs. https://github.com/django/django/pull/11853 - Fixed #30977 -- Optimized PasswordResetForm.save() a bit. https://github.com/django/django/pull/11912 - Fixed #30252 -- Clarified need to reopen forms.ImageField.image file to access raw image data. https://github.com/django/django/pull/12048 - Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+. https://github.com/django/django/pull/11886 - Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter. https://github.com/django/django/pull/11948 - Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs. https://github.com/django/django/pull/12050 - Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list values to tuples. https://github.com/django/django/pull/12030 - Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups for RangeFields. https://github.com/django/django/pull/12049 - Fixed #29808 -- Fixed initial migration detection when identifiers are case-insensitive. *Authored:* https://github.com/django/django/pull/12058 - [2.2.x] Added Python 3.8 compatibility in Django 2.2.x. https://github.com/django/django/pull/12059 - Doc'd Python 3.8 compatibility in Django 2.2.x. https://github.com/django/django/pull/12063 - Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_10265 failures. https://github.com/django/django/pull/12068 - Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL expressions on Oracle. Best regards, 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/03be96bd-a28e-4a6a-ae4a-bec00edfd978%40googlegroups.com.
