Triaged
------- https://code.djangoproject.com/ticket/27588 - Avoid affixing colon to migration name in makemigrations output (fixed) https://code.djangoproject.com/ticket/27587 - Document str(QuerySet.query) (accepted) https://code.djangoproject.com/ticket/27595 - ForeignKey to model subclass using UUID as primary key isn't populated in form's <select> (accepted) https://code.djangoproject.com/ticket/27592 - QueryDict docs don't mention that iter methods are available only on Python 2 (fixed) https://code.djangoproject.com/ticket/27599 - str(models.Field()) crashes (accepted) https://code.djangoproject.com/ticket/27570 - Make context processor run outside of RequestContext (wontfix) https://code.djangoproject.com/ticket/27572 - Static files served in development should prevent caching (wontfix) https://code.djangoproject.com/ticket/27604 - Use set_signed_cookie for contrib.messages Cookie storage (accepted) https://code.djangoproject.com/ticket/27606 - Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost (accepted) https://code.djangoproject.com/ticket/27608 - Combine simple_tag and assignment_tag (duplicate) https://code.djangoproject.com/ticket/27534 - Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs (accepted) https://code.djangoproject.com/ticket/27601 - BooleanField no longer accepts empty string as False value (needsinfo) https://code.djangoproject.com/ticket/27613 - BaseInlineFormSet is validating form for extra forms (invalid) Authored ---------- https://github.com/django/django/pull/7685 - Fixed #27598 -- Allowed specifying directories for a filesystem template loader. https://github.com/django/django/pull/7693 - Fixed #27605 -- Added 'POST_APP_DIRS' TEMPLATES option. https://github.com/django/django/pull/7700 - Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security. Reviewed/committed ------------------ https://github.com/django/django/pull/7684 - Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField. https://github.com/django/django/pull/7689 - Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models. https://github.com/django/django/pull/7548 - Fixed #27313 -- Allowed overriding admin popup response template. https://github.com/django/django/pull/7671 - Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog. https://github.com/django/django/pull/7668 - Fixed #27582 -- Made HStoreField allow null values. https://github.com/django/django/pull/7351 - Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns(). https://github.com/django/django/pull/7598 - Optimized Model instantiation a bit. https://github.com/django/django/pull/7695 - Fixed #27607 -- Added Oracle support for AsGML GIS function. https://github.com/django/django/pull/7687 - Fixed #27602 -- Added Oracle support for BoundingCircle GIS function. https://github.com/django/django/pull/7568 - Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite. https://github.com/django/django/pull/7661 - Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is unavailable. https://github.com/django/django/pull/7660 - Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase. https://github.com/django/django/pull/6958 - Improved docs for copying model instances https://github.com/django/django/pull/7494 - Fixed #25484 -- Made {% static %} render escaped URLs. -- 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/6cae34d9-f27b-4641-a081-29c48e6a5ad1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
