Week ending February 27, 2022
*Triaged:*
https://code.djangoproject.com/ticket/33528 - Add an option in
ModelAdmin to validate data without saving anything. (wontfix)
https://code.djangoproject.com/ticket/33531 - Random ORDER BY not
working with MSSQL (invalid)
https://code.djangoproject.com/ticket/33537 - Cloning test database
fails with mysql-client 8.x and older mysql-server or mariadb-server
(invalid)
https://code.djangoproject.com/ticket/33538 - Migrations autodetector
change for djangopolymorphicmodel (invalid)
https://code.djangoproject.com/ticket/9076 - Inline forms can result in
a "Please correct the errors below." message with no errors listed. (fixed)
https://code.djangoproject.com/ticket/33541 - Database exceptions /
django.db.utils.Error and subclasses are not documented (invalid)
https://code.djangoproject.com/ticket/33542 - TemplateResponse example
missing definition of request (invalid)
*Reviewed/committed:*
https://github.com/django/django/pull/15447 - Fixed #33530 -- Fixed
typo in docs/ref/templates/builtins.txt.
https://github.com/django/django/pull/15444 - Fixed #33518 -- Added
RemovedAfterNextVersionWarning.
https://github.com/django/django/pull/15446 - Refs #33476 -- Mentioned
black in docs about pre-commit checks.
https://github.com/django/django/pull/15442 - Fixed #20296 -- Prevented
mark_safe() from evaluating lazy objects.
https://github.com/django/django/pull/15450 - Refs #33517 -- Prevented
second lookup from returning fractional seconds on PostgreSQL.
https://github.com/django/django/pull/15318 - Fixed #19580 -- Unified
behavior of reverse foreign key and many-to-many relations for unsaved
instances.
https://github.com/django/django/pull/15328 - Removed redundant
QuerySet.all() calls in docs and tests.
https://github.com/django/django/pull/15272 - Fixed #27844 -- Added
optimizemigration management command.
https://github.com/django/django/pull/15455 - Refs #32873 -- Avoided
looking up settings._USE_L10N_INTERNAL twice.
https://github.com/django/django/pull/15321 - Fixed #33434 -- Changed
font-size in admin CSS to use rem units.
https://github.com/django/django/pull/15233 - Fixed #33328 --
Transformed formset:added/removed to native JS events.
https://github.com/django/django/pull/15453 - Fixed #33532 -- Optimized
CaseInsensitiveMapping instantiation for dicts.
https://github.com/django/django/pull/15459 - Fixed #33539 -- Fixed
spaces in WITH SQL for indexes on PostgreSQL.
https://github.com/django/django/pull/15301 - Fixed #33267 -- Added
link to related item to related widget wrapper in admin.
https://github.com/django/django/pull/15401 - Fixed #31486 --
Deprecated passing unsaved objects to related filters.
https://github.com/django/django/pull/15452 - Fixed #33508 -- Fixed
DatabaseFeatures.supports_index_column_ordering on MariaDB 10.8+.
https://github.com/django/django/pull/15465 - Fixed #33527 -- Removed
unnecessary code in ModelAdmin._changeform_view().
*Reviewed:*
https://github.com/django/code.djangoproject.com/pull/121 - Built and
pushed Docker image to Github Packages.
*Authored:*
https://github.com/django/django/pull/15451 - Removed unnecessary str
type from @keep_lazy for escape()/escapejs().
https://github.com/django/django/pull/15454 - Refs #33476 -- Added
warning to optimizemigration/squashmigrations commands when black cannot be
applied.
https://github.com/django/django/pull/15462 - Optimized docs images.
https://github.com/django/django/pull/15463 - Added test for removing
through model from ManyToManyField.
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/de751c27-39c7-4dd0-b2ff-3c55104d938dn%40googlegroups.com.