Re: Proposal on Custom Indexes - Google Summer of Code

2016-03-08 Thread Anssi Kääriäinen
If the CREATE INDEX part of the generated SQL isn't hard-coded somewhere outside the Index class, the exact same mechanism can be used to run other DDL commands, like ALTER TABLE ADD CONSTRAINT check_type_choices CHECK (type IN ('foo', 'bar')); Of course, this is a great thing to have. But I wond

Re: Improving MSSQL and Azure SQL support on Django

2016-03-08 Thread Vin Yu
Hey Tim, We've gotten lots of questions about the tools when we announced SQL Server on Linux. I am curious; what are the DB management/development tasks that are being performed by your coworkers? What are they using SSMS for? I am interested in learning more. [Perhaps we can follow up by emai

Re: Proposal on Custom Indexes - Google Summer of Code

2016-03-08 Thread Josh Smeaton
Hi Akshesh, The proposal looks really good so far. I haven't gone through it in depth though, but I'll set aside some time to try and do so. A few comments: - Using the schema editor rather than sqlcompiler is the right choice. - The earlier part of your proposal seems to focus on allowing pos

Re: Adding "bits of entropy" argument to crypto.get_random_string

2016-03-08 Thread Nick Timkovich
When get_random_string is being used in get_random_secret_key, or CSRF key generation, would it be advantageous to specify the strength On Monday, March 7, 2016 at 10:10:53 AM UTC-6, Tim Graham wrote: > > My opinion is that django.utils needn't grow features that Django itself > doesn't use. >

Re: Improving MSSQL and Azure SQL support on Django

2016-03-08 Thread Tim Allen
[slightly off-topic] I'm wondering if this will extend to SQL Server Management Studio. While I'm mainly a command line basher, many of coworkers are married to the GUI. I've found SSMS blows the competition out of the water when it comes to DB management GUIs. I'm wondering if this means SSMS

Proposal on Custom Indexes - Google Summer of Code

2016-03-08 Thread akki
Hi My name is Akshesh Doshi (akki). I am a student at Indian Institute Of Technology, Roorkee (IITR). I have been contributing to Django for quite some time now and my experience has been really great till now. I found the community to be very welc

Re: Admin hstore widget

2016-03-08 Thread Marc Tamlyn
I wouldn't say nobody understands it, Elky in particular will have a good working knowledge given he wrote the 1.9 skin. That doesn't mean there's a set of rules it follows. We certainly don't follow any particular front end standard such as BEM for class names. I'm pretty sure it's only a year ago

Re: Admin hstore widget

2016-03-08 Thread Curtis Maloney
On 08/03/16 20:47, Marc Tamlyn wrote: Doing something better with the admin hstore is definitely something I'd like to see land. 1. I'd like more input on the features people feel are essential. Something that allows you to add/change/delete keys is all you need to start with. Features like so

Re: Admin hstore widget

2016-03-08 Thread Marc Tamlyn
Doing something better with the admin hstore is definitely something I'd like to see land. 1. I'd like more input on the features people feel are essential. Something that allows you to add/change/delete keys is all you need to start with. Features like soft delete can be added later. 2. Is there