Results 12 comments of Simone Federici

Guys, I need to do the same, disable TLS 1.0 and 1.1. When I create a new default SSL policy in the Application gateway, after few seconds the policy is...

Hi, please try with django 1.5. Django support 1.6 and 1.7 is working in progress. Django 1.6 has changed the ORM join part.

Got it, thanks. Can you post a simple test to replicate the issue? I'll add in the test suite.

Now I remember, I wrote a couple of years ago in the wiki tha inspectdb is not supported yet. https://github.com/simone/django-compositekey/wiki Anyway, the append should be changed in a new tuple...

Yes, I think is time to support django 1.6.1... Actually are you using compositekey with django 1.4 or 1.5? for 1.7, spep-by-step.

I'm watching 1.6 code, a lot of stuff are changed. I don't know if is better change approach avoiding monkeypatching library and fork directly django core.

Hi guys, you're right. I promis to port it. I'm always confused on the CompositeKey support from the DSF, they organised 2 google of summer code, 2011 and 2013 for...

ok started the development. I refactored the unit tests (djangotests/cruntests.py) now should be more easy found the difference between 1.5 and 1.6

Thanks for your help. I fix the test part and fixture serialization issues. Now the test run.. but too many error for a stable release. --- Ran 115 tests in...

Yes, this discussion is very old. I talked personally with the CORE development, that really don't care the problem. 2 Summer of code has been done for an implementation that...