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.djangoproject.com/ticket/35225 - Tests of ordering by JSON
field fail in Oracle 21c (needsinfo)
https://code.djangoproject.com/ticket/35226 - Dynamically created
connection are disallowed in SimpleTestCase and subclasses. (accepted)
https://code.djangoproject.com/ticket/29167 - HashedFilesMixin doesn't
work with data URIs that include a closing parenthesis (worksforme)
https://code.djangoproject.com/ticket/35231 - Add system checks for
settings types (wontfix)
https://code.djangoproject.com/ticket/35236 - Access Field.attname and
Field.column directly (accepted)
https://code.djangoproject.com/ticket/35235 - ArrayAgg() doesn't return
default when filter contains __in=[]. (accepted)
https://code.djangoproject.com/ticket/35237 - Optimize system checks
for admin actions (accepted)
https://code.djangoproject.com/ticket/35244 - URL resolution does not
work with a namespaced function reference. (duplicate)
https://code.djangoproject.com/ticket/35249 -
DISABLE_SERVER_SIDE_CURSORS is not documented as a connection setting
(invalid)
*Reviewed/committed:*
https://github.com/django/django/pull/17873 - Fixed #35230 -- Added
cached ForeignObjectRel.accessor_name.
https://github.com/django/django/pull/17872 - Fixed #35229 -- Made URL
custom error handler check run once.
https://github.com/django/django/pull/17874 - Fixed #35232 -- Cached
model's Options.verbose_name_raw.
https://github.com/django/django/pull/17867 - Refs #34060 -- Fixed
JSONField __exact lookup for primitivies on Oracle 21c+.
https://github.com/django/django/pull/17863 - Fixed #35224 -- Made
GenericForeignKey inherit from Field.
https://github.com/django/django/pull/17862 - Refs #28011 -- Removed
ForeignObjectRel.is_hidden().
https://github.com/django/django/pull/17884 - Fixed #35153 -- Added
note about locale name notation to FORMAT_MODULE_PATH docs.
https://github.com/django/django/pull/17868 - Used <span> instead of
<div> in admin theme button.
https://github.com/django/django/pull/17887 - Fixed #35236 -- Used
Field.attname/column attributes instead of
get_attname()/get_attname_column().
https://github.com/django/django/pull/17881 - Fixed #23759 -- Preserved
all file extensions in Storage.get_available_name().
https://github.com/django/django/pull/17889 - Fixed #35238 -- Fixed
database serialization crash when base managers use prefetch_related().
https://github.com/django/django/pull/17888 - Fixed #35237 -- Merged
system checks for admin actions.
https://github.com/django/django/pull/17892 - Removed distracting note
from tutorial 4.
https://github.com/django/code.djangoproject.com/pull/181 - Added tests
for list of installed components.
https://github.com/django/django/pull/17650 - Fixed #32114 -- Fixed
parallel test crash on non-picklable objects in subtests.
https://github.com/django/django/pull/17870 - Refs #30950, Refs #35187
-- Added tests for byte-compiled Django to daily builds.
https://github.com/django/code.djangoproject.com/pull/182 - Updated
TracSpamFilter.
https://github.com/django/code.djangoproject.com/pull/183 - Updated to
Django 3.2.
https://github.com/django/djangoproject.com/pull/1485 - Upgraded
django-recaptcha to 4.0.0.
https://github.com/django/django/pull/17894 - Fixed #35140 -- Increased
font size in debug views.
https://github.com/django/django/pull/17703 - Fixed #35090 --
Deprecated registering URL converters with the same name.
*Authored:*
https://github.com/django/django/pull/17878 - Fixed closing connections
in test_utils.tests.AllowedDatabaseQueriesTests.
https://github.com/django/django/pull/17879 - Fixed #35226 -- Reallowed
executing queries for dynamically created connections.
https://github.com/django/django/pull/17891 - Refs #34900 -- Fixed
CommandTypes.test_help_default_options_with_custom_arguments test on Python
3.13+.
https://github.com/django/django/pull/17895 - Removed obsolete
test_get_or_create_raises_IntegrityError_plus_traceback() test.
https://github.com/django/django/pull/17898 - Refs #32114 -- Fixed
RemoteTestResultTest.test_unpicklable_subtest test without tblib.
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/116bb382-93d5-4d2f-9e8a-e1812bd78874n%40googlegroups.com.