Re: status of 2.0 release blockers

2017-09-19 Thread Tim Graham
I spent today finishing up writing and then reviewing the documentation for URL routing. I'll give that and the code one more look tomorrow before merging. In the meantime, other reviews (especially from anyone less familiar with the feature) are certainly welcome. https://github.com/django/djan

ConnectionResetError in test_closes_connection_without_content_length

2017-09-19 Thread Zhiqiang Liu
I run the test suits for master and get the following error. Traceback (most recent call last): File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/unittest/case.py", line 58, in testPartExecutor yield File "/usr/local/Cellar/python3/3.4.3/Frame