Triaged

-------

https://code.djangoproject.com/ticket/26282 - db.connection.is_usable 
throws when no connection exists yet (wontfix)

https://code.djangoproject.com/ticket/26283 - SplitArrayField failed to 
validate because remove_trailing_nulls doesn't work properly (accepted)

https://code.djangoproject.com/ticket/26295 - 
LocaleMiddleware.is_language_prefix_patterns_used should be cached per 
urlconf. (accepted)

https://code.djangoproject.com/ticket/26297 - collectstatic --clear throws 
NotImplementedError, "This backend doesn't support absolute paths." 
(accepted)

https://code.djangoproject.com/ticket/26287 - SimpleLazyObject doesn't 
implement __radd__ (accepted)

https://code.djangoproject.com/ticket/26305 - Can't filter ChangeList by 
postgres-specific lookups (duplicate)

https://code.djangoproject.com/ticket/26307 - More explicit HTTPS 
deployment documentation (wontfix)

https://code.djangoproject.com/ticket/26289 - Enable shell tab completion 
on systems using libedit (accepted)

https://code.djangoproject.com/ticket/26299 - Rollback bug on Postgres for 
multidb applications (invalid)

https://code.djangoproject.com/ticket/26306 - Memory leak in cached 
template loader (accepted)

https://code.djangoproject.com/ticket/26301 - Allow to set memcached client 
socket_timeout via settings (duplicate)

https://code.djangoproject.com/ticket/26312 - Tutorial Part 5 should warn 
about possible db errors when running your first test (fixed)

https://code.djangoproject.com/ticket/26310 - Document that a query's 
default ordering is unspecified (fixed)

https://code.djangoproject.com/ticket/26314 - Filesystem Storage Class 
ignores settings changes (duplicate)

https://code.djangoproject.com/ticket/26321 - Missing "for_save" in 
examples of custom expression (fixed)

https://code.djangoproject.com/ticket/26320 - Deprecate implicit 
OneToOneField parent_link (accepted)

https://code.djangoproject.com/ticket/26317 - 
django.utils.duration.duration_string() doesn't support negative durations 
(invalid)

Reviewed/committed

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

https://github.com/django/django/commit/67b46ba7016da2d259c1ecc7d666d11f5e1cfaab
 
- Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.

https://github.com/django/django/commit/c5544d289233f501917e25970c03ed444abbd4f0
 
- Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth. 

https://github.com/django/django/pull/6223 - Fixed #26229 -- Improved check 
for model admin check admin.E124

https://github.com/django/django/pull/6171 - Fixed #26217 -- Added a 
warning about format strings to WeekArchiveView docs.

https://github.com/django/django/pull/6231 - Fixed #26304 -- Ignored 
unmanaged through model in table introspection.

https://github.com/django/django/pull/5936 - Refs #19527 -- Allowed 
QuerySet.bulk_create() to set the primary key of its objects.

https://github.com/django/django/pull/6234 - Fixed #26309 -- Documented 
that login URL settings no longer support dotted paths.

https://github.com/django/django/pull/6217 - Fixed #26315 -- Allowed 
call_command() to accept a Command object as the first argument and cleaned 
up usage of argparse options in commands and tests.

https://github.com/django/djangoproject.com/pull/642 - Refs #621 -- Added 
hreflang annotations to docs pages.

Reviews of core dev work

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

https://github.com/django/django/pull/6159 - Fixed #26226 -- Made related 
managers honor the queryset used for prefetching their results.

https://github.com/django/django/pull/6224 - Fixed #26295 -- Allowed using 
i18n_patterns() in any root URLconf. 
https://github.com/django/django/pull/6242 - Fixed #26308 -- Prevented 
crash with binary URLs in is_safe_url()

-- 
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/71ba37dd-c978-48cd-8b95-34a5137cad50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to