I spent about 2 days this week working on helping Adrienne launch the next round of fundraising (see "Authored" section for some details -- there were also a dozen or so other small pull requests that I didn’t bother to list). There might be some odds and ends to do next week, but I hope to be back to focusing more on Django itself. I’d like to release 1.9.1 and 1.8.8 by January 1. It might happen next week if the blockers are down to zero by the end of the week.
Triaged ------- https://code.djangoproject.com/ticket/25934 - Lacking of app_name = 'polls' for "writing your first Django app" part 4 -Amend URLconf document (fixed) https://code.djangoproject.com/ticket/25938 - deduplicate GEOSBase and GDALBase (accepted) https://code.djangoproject.com/ticket/25931 - ContentTypes population doesn't work with backwards migrations (accepted) https://code.djangoproject.com/ticket/25943 - Auto Generated urls.py On startapp (wontfix) https://code.djangoproject.com/ticket/25942 - TypedChoiceField.has_changed behaviour has changed between 1.8 and 1.9 (accepted) https://code.djangoproject.com/ticket/25944 - Add the ability to specify which app a migration should be created in (wontfix) https://code.djangoproject.com/ticket/25947 - Query's str() method fails when 'default' database is empty (accepted) Authored -------- https://github.com/django/djangoproject.com/pull/579 - Fixed Stripe webhook handler crash on zero payment amount charges. https://github.com/django/djangoproject.com/pull/586 - Allowed corporate members to signup on the website. https://github.com/django/djangoproject.com/pull/587 - Added corporate members to fundraising page. https://github.com/django/djangoproject.com/pull/599 - Added a confirmation email for corporate member signups. https://github.com/django/django/pull/5841 - Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables. https://github.com/django/django/pull/5842 - Fixed #25903 -- Fixed the admin's list_editable add/change buttons. Reviewed/committed ------------------ https://github.com/django/django/pull/5487 - Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritance child models. https://github.com/django/django/pull/5635 - Fixed #25725 -- Made HttpReponse immediately close objects. https://github.com/django/django/pull/5714 - Fixed #25662 -- Allowed creation of empty GEOS geometries. https://github.com/django/django/pull/5804 - Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create(). https://github.com/django/django/pull/5808 - Fixed #25894 -- Fixed evaluation of zero-length slices of queryset.values(). https://github.com/django/django/pull/5794 - Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed. https://github.com/django/djangoproject.com/pull/504 - Refs #362 -- Added an app to track DSF members. https://github.com/django/django/pull/5782 - Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates. https://github.com/django/django/pull/5596 - Fixed #25544 -- Removed duplicate ids in prefetch_related() queries. https://github.com/django/django/pull/5828 - Fixed #25938 -- Factored out common base class for GEOSBase and GDALBase. https://github.com/django/django/pull/5582 - Fixed #25063 -- Added path to makemigration's output of migration file. Reviews of core dev work ------------------------ https://github.com/django/django/pull/5826 - Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL. https://github.com/django/django/pull/5753 - Fixed #25841 -- Handled base array fields validation errors with params. https://github.com/django/django/pull/5840 - Fixed #25915 -- Allowed language not in Django's default LANGUAGES https://github.com/django/django/pull/5835 - Renaming models prompts for content type deletions -- 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/fe6df07e-33e6-4138-a583-c55a12bda6f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
