Week ending December 20, 2020. *Triaged: * https://code.djangoproject.com/ticket/32263 - squashmigrations produces incorrect result with a RenameModel on a ForeignKey target. (accepted) https://code.djangoproject.com/ticket/32265 - Remove unnecessary ServerHandler.handle_error(). (created) https://code.djangoproject.com/ticket/32267 - Unable to unapply a branch of migrations (wontfix) https://code.djangoproject.com/ticket/32268 - Column doesn't exist when adding new field or removing a field after makemigrations or migrate command (invalid) https://code.djangoproject.com/ticket/32266 - Inspectdb command shows ugly classnames from django-based tables (duplicate) https://code.djangoproject.com/ticket/32269 - parse_duration() ISO string sign is ignored when the timedelta only has days (accepted) https://code.djangoproject.com/ticket/32270 - Changing Django’s default test runner to be more robust (duplicate) https://code.djangoproject.com/ticket/32273 - Document AdminSite.unregister(). (accepted) https://code.djangoproject.com/ticket/25707 - Use py.test for internal testing. (wontfix) https://code.djangoproject.com/ticket/21227 - Selenium tests terminate with [Errno 10054] (fixed) https://code.djangoproject.com/ticket/32274 - Template Does Not Exist (invalid) https://code.djangoproject.com/ticket/32275 - Add scrypt password hasher (accepted) https://code.djangoproject.com/ticket/32276 - Adding a unique UUIDField with default to an existing model results in IntegrityErrors. (duplicate) https://code.djangoproject.com/ticket/32278 - Add Encoded/Decoded Polyline Algorithm Format (duplicate) https://code.djangoproject.com/ticket/32277 - Support nested aggregates in window expressions. (accepted) https://code.djangoproject.com/ticket/32280 - Change all documentation examples using variable-length tuples into lists (duplicate) https://code.djangoproject.com/ticket/32279 - Is this a bug with the ManyToMany self referencing field? (invalid) https://code.djangoproject.com/ticket/32281 - Prefetech Object - to_attr has ambiguous behavior when using a related lookup (wontfix) https://code.djangoproject.com/ticket/32282 - Styling django test's output (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/13770 - Ensured that registered checks accept keyword arguments. https://github.com/django/django/pull/13743 - Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionResetError errors. https://github.com/django/django/pull/13768 - Fixed #32261 -- Added error logging to Signal.send_robust(). https://github.com/django/django/pull/13179 - Fixed #31007 -- Allowed specifying type of auto-created primary keys. https://github.com/django/django/pull/13780 - Fixed #32273 -- Doc'd AdminSite.unregister(). https://github.com/django/django/pull/13774 - Fixed #32089 -- Fixed prefetch_related_objects() when some objects are already fetched. https://github.com/django/django/pull/13783 - Refs #32273 -- Completed test coverage for AdminSite.unregister(). https://github.com/django/django/pull/13671 - Fixed #29867 -- Added support for storing None value in caches. https://github.com/django/django/pull/13786 - Fixed #32262 -- Fixed migration optimization for model creation and Meta options removal. *Authored: * https://github.com/macropin/django-registration/pull/398 - Dropped Django 1.11 and Python 2.7 support, and fixed deprecation warnings for Django 3.1. 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-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/9e7517c9-f251-4134-a6de-f9729a9ce370n%40googlegroups.com.