Triaged
------- https://code.djangoproject.com/ticket/28321 - FormSet.full_clean() shouldn't validate deleted forms (accepted) https://code.djangoproject.com/ticket/28322 - Add support for mysql client certificates to dbshell (fixed) https://code.djangoproject.com/ticket/28326 - Allow providing initial data in ModelForm Meta (wontfix) https://code.djangoproject.com/ticket/28323 - Redundant use of normalize() in django.utils.timezone.localtime() and make_naive() (fixed) https://code.djangoproject.com/ticket/28327 - Django says mod_wsgi documentation is great but mod_wsgi says its in a mess (fixed) https://code.djangoproject.com/ticket/28328 - QuerySet.only doesn't work with QuerySet.difference (invalid) https://code.djangoproject.com/ticket/28325 - ImageFile extesion validation fails with: AttributeError: 'list' object has no attribute 'name' (needsinfo) https://code.djangoproject.com/ticket/28331 - Add an extra_context attribute to class-based generic views that use ContextMixin (e.g. TemplateView) (accepted) Reviewed/committed ------------------ https://github.com/django/django/pull/8652 - Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField. https://github.com/django/django/pull/8082 - Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. https://github.com/django/django/pull/8656 - Improved test coverage for django.contrib.admin. https://github.com/django/django/pull/8660 - Fixed #28324 -- Made feedgenerators write feeds with deterministically ordered attributes. https://github.com/django/django/pull/7950 - Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex. https://github.com/django/django/pull/8309 - Fixed #27833 -- Allowed QuerySet.prefetch_related() to avoid the max query parameter limitation of SQLite. https://github.com/django/django/pull/8408 - Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields. https://github.com/django/django/pull/8666 - Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerField on MySQL. https://github.com/django/django/pull/8053 - Reorganized backends tests. https://github.com/django/django/pull/8546 - Refs #16870 -- Doc'd that CSRF protection requires the Referer header. https://github.com/django/django/pull/8628 - Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False. -- 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/679417d8-c2a6-465b-9282-485ad34d4aff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
