Adding a URL tagging feature

2015-09-17 Thread Atul Bhouraskar
I've received a few comments on Ticket #25409 and so I'm opening up the discussion here. The pull request is https://github.com/django/django/pull/5309 Apologies for the long post, just wanted to be as clear I could! The objectives of the discussion are to determine: 1. Is this something that co

Re: Improving MSSQL and Azure SQL support on Django

2015-09-17 Thread Tim Allen
Hey team, as promised, here are the simple tests I put together to benchmark pyodbc vs pymssql. Be kind, this was Python I wrote a long time ago! https://github.com/FlipperPA/pyodbc-pymssql-tests I've included example output on the README. Very basic, but useful. On Wednesday, September 16, 20

Re: Why leave explicit null=True when blank is True in IntegerField, DateField etc?

2015-09-17 Thread Tom Christie
That kind of implicit behavior would just leave things more confused. Writing a few characters less code isn't a benefit if it comes at the expense of making the behavior less obvious. -- You received this message because you are subscribed to the Google Groups "Django developers (Contribution

Re: Improve adding data to forms programmatically

2015-09-17 Thread 'Moritz Sichert' via Django developers (Contributions to Django itself)
Am 17.09.2015 06:24, schrieb Yo-Yo Ma: > To clarify, are you referring to a state where there are validation errors > and the form is redisplayed, whereupon your change the value back to the > original value? No, there don't have to be validation errors. I want to redisplay the form to the user