Re: Google Summer of Code Updates - Class based indexes

2016-07-18 Thread akki
- Introduce Meta.indexes PR - https://github.com/django/django/pull/6857. Ticket - https://code.djangoproject.com/ticket/26808. Made a design change so that index can drop it's model attribute by introducing *Index.set_name_with_model* method Wrote some left out tests for *r

Middleware error framework, high level logging for database queries

2016-07-18 Thread Rishi Gupta
Hi django-developers, Hope things are going well! I work on an open-source group chat product called zulip [1], written in python and javascript and based on Django, and we have two small enhancements that we were thinking of contributing upstream. Before making pull requests, we wanted to get a f

[ANNOUNCE] Django security releases issued: 1.10 release candidate 1, 1.9.8, and 1.8.14

2016-07-18 Thread Tim Graham
Today the Django team issued 1.10 release candidate 1, 1.9.8, and 1.8.14 as part of our security process. This releases address a security issue, and we encourage all users to upgrade as soon as possible. Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2

Make django.db.models.deletion.Collector public?

2016-07-18 Thread Shai Berger
Hi, We're implementing a feature where we need to access all the dependent objects for a given set of objects -- much like the Admin's deletion does. I note that we are not the first with this need, and I bring the SO question[1] as evidence. As you can see in that question, it turns out that a