Triaged
------- https://code.djangoproject.com/ticket/25701 - Add warning to an admin list_view if too many queries are being used (accepted) https://code.djangoproject.com/ticket/25710 - Clarify the docs about what INTERNAL_IPS does (accepted) https://code.djangoproject.com/ticket/25712 - Template overview documentation is not very approachable (accepted) https://code.djangoproject.com/ticket/25721 - Allow dynamic raw_id_fields in admin system check (admin.E001) (duplicate) https://code.djangoproject.com/ticket/25715 - refresh_from_db fails to update null'ed ForeignKeys (accepted) https://code.djangoproject.com/ticket/25725 - UpdateCacheMiddleware can't cache a generator response (accepted) https://code.djangoproject.com/ticket/25737 - Selenium test test_delete_stackeds from admin_inlines.tests.SeleniumFirefoxTests is failing (worksforme) https://code.djangoproject.com/ticket/25454 - Module level database queries in a project prevent register_hstore from being called (accepted) https://code.djangoproject.com/ticket/25672 - Clarify why related ManyToMany fields with a custom intermediary model disable the remove() method. (accepted) https://code.djangoproject.com/ticket/25742 - "default_if_not_set" template filter (wontfix) https://code.djangoproject.com/ticket/25669 - Adding postgresql publish/subscribe mechanism to django postgres contrib module (needsinfo) https://code.djangoproject.com/ticket/25705 - Parameters are not adapted or quoted in Query.__str__ (accepted) https://code.djangoproject.com/ticket/25733 - Change of inherited model's primary key not spotted by makemigrations (accepted) https://code.djangoproject.com/ticket/25752 - RenameField on m2m causes error when new m2m field is added with old name (duplicate) Authored -------- https://github.com/django/django/pull/5656 - Fixed admin_filters test failures when run in reverse. https://github.com/django/django/pull/5654 - Corrected outdated information in submitting patches guide. https://github.com/django/djangoproject.com/pull/543 - Created a separate "Recurring Donations" page. Reviewed/committed ------------------ https://github.com/django/django/pull/5561 - Fixed #25686 -- Fixed crash on routers without an allow_migrate() method. https://github.com/django/django/pull/5554 - Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers. https://github.com/django/django/pull/5597 - Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header. https://github.com/django/django/pull/5545 - Fixed #24576 -- Made deletion of related objects deterministic. https://github.com/django/django/pull/5580 - Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and trailing whitespace. https://github.com/django/django/pull/5548 - Fixed #25618 -- Restored migration support for non-upgraded apps. https://github.com/django/django/pull/5568 - Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField. https://github.com/django/django/pull/5615 - Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring. https://github.com/django/django/pull/5640 - Fixed #25743 -- Optimized utils.localize() and localize_input() https://github.com/django/django/pull/5563 - Fixed #25688 -- Made admin.register() disallow an empty list of models. https://github.com/django/django/pull/5522 - Fixed #25169 -- Documented stacking of permission_required and login_required. https://github.com/django/django/pull/5610 - Fixed #25469 -- Added autoescape option to DjangoTemplates backend. https://github.com/django/django/pull/5642 - Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. https://github.com/django/django/pull/5479 - Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldList https://github.com/django/django/pull/5575 - Fixed #25666 -- Fixed the exact lookup of ArrayField. https://github.com/django/django/pull/5587 - Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic https://github.com/django/django/pull/5608 - Fixed #25531 -- Documented field lookups on admin_order_field. Reviews of core dev work ------------------------ https://github.com/django/django/pull/5625 -- Ticket 25693 enhancements https://github.com/django/django/pull/5626 - Fixed #25730 -- Made Model.__str__() always return str instances. https://github.com/django/django/pull/5618 - Fixed #25723 -- Made related field checks lookup against their local apps. https://github.com/django/django/pull/5652 - Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite. -- 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 http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e7717f2d-826a-497e-b1d6-ecb4169f73d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
