Triaged

-------

https://code.djangoproject.com/ticket/27173 - Permit import statements to 
be longer than 80 characters (wontfix)

https://code.djangoproject.com/ticket/27186 - Cannot change DateTimeField 
with default via Admin since Django 1.10.1 (accepted)

https://code.djangoproject.com/ticket/27180 - Check for sql_mode fails 
during migration with special database connections (accepted)

https://code.djangoproject.com/ticket/27178 - ImageField when default 
provided in model, it's impossible to change the value. (accepted)

https://code.djangoproject.com/ticket/27181 - Sites framework does not 
normalize domains with trailing "." (accepted)

https://code.djangoproject.com/ticket/27184 - Test client crashes when 
uploading TemporaryFile on Unix (accepted)

https://code.djangoproject.com/ticket/27188 - Allow using unique=True with 
FileField

https://code.djangoproject.com/ticket/27190 - Internet explorer 9 fails to 
load Roboto-Regular.woff font (wontfix)

https://code.djangoproject.com/ticket/27192 - Allow pluralizing admin URLs 
(wontfix)

https://code.djangoproject.com/ticket/27198 - QueryDict getlist allows data 
to be mutated (accepted)

https://code.djangoproject.com/ticket/27199 - Integer inputs marked as 
type="text" instead of type="number" (accepted)

https://code.djangoproject.com/ticket/27202 - Investigate RenameMethodsBase 
effect on yaml serialization (accepted)

https://code.djangoproject.com/ticket/27197 - Document how blank=True 
affects the migrations questioner (wontfix)

https://code.djangoproject.com/ticket/26524 - Change foreign key id 
list_display reference to display only the id (reopened due to regression)

Authored

--------

https://github.com/django/django/pull/7217 - Fixed #27186, #27178 -- Fixed 
model form default fallback for MultiWidget and FileInput.

https://github.com/django/django/pull/7224 - Fixed #27204 -- Made clashing 
m2m intermediary table checks ignore unmanaged models.

https://github.com/django/djangosnippets.org/pull/49 - Update to Python 
3.5.2

https://github.com/django/djangosnippets.org/pull/50 - Add Django 1.10 to 
versions choices

Reviewed/committed

------------------

https://github.com/django/django/pull/7216 - Fixed #27180 -- Fixed a crash 
in MySQL checks where SELECT @@sql_mode doesn't return a result.

https://github.com/django/django/pull/7206 - Fixed #27170 -- Eased 
subclassing DatabaseWrapper by adding class attributes for helper classes.

https://github.com/django/django/pull/7215 - Fixed #27191 -- Fixed error 
reports for requests with 'items' in GET/POST/COOKIES/FILES.

https://github.com/django/django/pull/7176 - Fixed #27143 -- Allowed 
combining SearchQuery with more than one & or | operators.

https://github.com/django/django/pull/7220 - Fixed #27199 -- Made 
AdminIntegerFieldWidget use NumberInput.

https://github.com/django/django/pull/5667 - Fixed #27062 -- Eased 
implementing select_for_update() on MSSQL.

https://github.com/django/django/pull/7112 - Fixed #27083 -- Added support 
for weak ETags.

https://github.com/django/django/pull/6031 - Fixed #26097 -- Added 
password_validators_help_text_html to UserCreationForm.

Reviews of core dev work

------------------------

https://github.com/django/django/pull/6979 - Fixed #26956 -- Allow 
redirecting to safe external hosts in LoginView and LogoutView.

https://github.com/django/django/pull/7208 - Fixed #27175 -- Deprecated 
silencing exceptions from the {% include %} template tag

https://github.com/django/django/pull/7132 - Fixed #27098 -- Deprecated 
DatabaseIntrospection.get_indexes().
https://github.com/django/django/pull/7188 - Fixed #26401 -- Added 
BaseAuthConfig to use auth without database tables.

-- 
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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/b74b873e-f05b-4120-adb8-8b4dd04ef9ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to