Week ending April 21, 2018
Triaged ------- https://code.djangoproject.com/ticket/29331 - Model fields where the field name is shadowed by Python property aren't saved (invalid) https://code.djangoproject.com/ticket/29332 - AdminReadonlyField accepts the optional argument model_admin but treats it as non-optional (duplicate) https://code.djangoproject.com/ticket/29335 - changed default pastebin link to dpaste.de (wontfix) https://code.djangoproject.com/ticket/29340 - "cache.get_or_set()" extra hits on database (invalid) https://code.djangoproject.com/ticket/29351 - Document that ModelAdmin.prepopulated_fields removes stop words (accepted) Reviewed/committed ------------------ https://github.com/django/django/pull/9878 - Fixed #29330 -- Fixed crash when pickling BaseExpression. https://github.com/django/django/pull/9875 - Fixed #29274 -- Increased the number of common passwords from 1k to 20k. https://github.com/django/django/pull/9819 - Fixed #29253 -- Made method_decorator(list) copy attributes. https://github.com/django/django/pull/9053 - Fixed #28574 -- Added QuerySet.explain(). https://github.com/django/django/pull/9774 - Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user. https://github.com/django/django/pull/9887 - Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet. https://github.com/django/django/pull/9151 - Fixed #28600 -- Added prefetch_related() support to RawQuerySet. https://github.com/django/django/pull/9869 - Fixed #29313 -- Doc'd example for using F() to sort nulls first or last. https://github.com/django/django/pull/8797 - Ref #23919 - Replaced some os.path usages with pathlib.Path. https://github.com/django/django/pull/9813 - Fixed #29247 -- Allowed blank model field choice to be defined in nested choices. https://github.com/django/django/pull/9894 - Fixed #29295 -- Fixed management command crash when using subparsers. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/b2b72f65-944f-4f7f-819d-ab2c397523c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
