This week I looked at all the dependencies for djangoproject.com to see how they’re doing with Django 1.10 compatibility. Mostly, it was just a matter of adding 1.10 to the tox and Travis configs. See the “ Authored” section for details.
I’m running an informal sprint during the talks at DjangoCon next week. Come say hi! https://2016.djangocon.us/blog/2016/07/12/django-fellow-sprint/ Triaged ------- https://code.djangoproject.com/ticket/26887 - Deprecation documentation for 1.9 not clear (fixed) https://code.djangoproject.com/ticket/26889 - Index creation different if SlugField in CreateModel or in AddField of a migration on postgresql (accepted) https://code.djangoproject.com/ticket/26900 - Defer FileFields causes errors when accessing them (accepted) https://code.djangoproject.com/ticket/26901 - enable "save-as-new" feature for GenericInlines / ContentTypes (duplicate) Authored -------- https://github.com/brutasse/djangopeople/pull/59 - Update to Django 1.7.11 https://github.com/brutasse/django-push/pull/20 - Remove support for Django 1.7 and add 1.9, 1.10. https://github.com/ubernostrum/django-contact-form/pull/14 - Confirm support for Django 1.10. https://github.com/macropin/django-registration/pull/202 - Add testing for Django 1.10. https://github.com/django-pylibmc/django-pylibmc/pull/40 - Confirm support for Django 1.10 https://github.com/django/django-formtools/pull/70 - Add testing for Django 1.10 https://github.com/mariocesar/sorl-thumbnail/pull/459 - Fix #388: Drop support for Django < 1.8 (unsupported) / Add support for Django 1.10 https://github.com/django/django/pull/6920 - Fixed #26900 -- Fixed crash accessing deferred FileFields. Reviewed/committed ------------------ https://github.com/django/django/pull/6889 - Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation. https://github.com/django/django/pull/6824 - Fixed #26792 -- Allowed None for the value of cache.get_or_set(). https://github.com/django/django/pull/6858 - Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme. https://github.com/django/django/pull/6874 - Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer. https://github.com/django/django/pull/6904 - Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name. https://github.com/django/django/pull/6899 - Fixed #26088 -- Fixed autodector to detect changing proxy model to MTI. https://github.com/django/django/pull/6907 - Fixed #26884 -- Evaluated callables in QuerySet.update_or_create()'s defaults when updating. https://github.com/django/django/pull/6909 - Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field(). https://github.com/django/django/pull/6831 - Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create(). https://github.com/django/django/pull/6876 - Fixed #26821 -- Fixed forms.Email/URLField crash on None value. https://github.com/django/django/pull/6651 - Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder https://github.com/django/django/pull/6893 - Fixed #26868 -- Changed MySQL version detection to use a query. https://github.com/django/django/pull/6810 - Fixed #26765 -- Made CommonMiddleware no longer set an ETag when response has Cache-Control: no-store. Reviews of core dev work ------------------------ https://github.com/django/django/pull/6921 - Fixed #26826 -- Stripped spaces from dumpdata pks arguments -- 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/d35c869b-a929-49d0-ac7a-e2c54f8146cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
