<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[New comment] Specific case causes traceback to be incomplete</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] Django & IronPython - Not working</span> <span class="anchorMarker">↓</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [New comment] Specific case causes traceback to be incomplete</span> <a href="http://ironpython.codeplex.com/workitem/35204">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>fixed in 3f84f157a002270f9703e7504a16e4e53111c30c</p>"</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] Django & IronPython - Not working</span> <a href="http://ironpython.codeplex.com/workitem/35231">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>With a head of ipy-2.7-maint I am getting:<br>```<br>rejap@WIN-CUE1I6EN9JB ~/django/first<br>$ /home/rejap/github/IronLanguages/bin/Debug/ipy.exe -X:Frames manage.py runserver<br>C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\forms\forms.py:1: DeprecationWarning: object.__new__() takes no parameters<br>  &quot;&quot;&quot;</p><p>Traceback (most recent call last):<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\core\management\base.py&quot;, line 242, in run_from_argv<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\core\management\base.py&quot;, line 280, in execute<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\utils\translation\__init__.py&quot;, line 130, in activate<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\utils\translation\trans_real.py&quot;, line 188, in activate<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\utils\translation\trans_real.py&quot;, line 177, in translation<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\utils\translation\trans_real.py&quot;, line 159, in _fetch<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\utils\importlib.py&quot;, line 40, in import_module<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\contrib\admin\__init__.py&quot;, line 6, in &lt;module&gt;<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\contrib\admin\sites.py&quot;, line 4, in &lt;module&gt;<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\contrib\admin\forms.py&quot;, line 6, in &lt;module&gt;<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\contrib\auth\forms.py&quot;, line 17, in &lt;module&gt;<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\contrib\auth\models.py&quot;, line 361, in &lt;module&gt;<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\db\models\base.py&quot;, line 212, in __new__<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\db\models\base.py&quot;, line 264, in add_to_class<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\db\models\fields\related.py&quot;, line 1491, in contribute_to_class<br>  File &quot;C:\Users\rejap\AppData\Roaming\Python\IronPython27\site-packages\django\db\models\fields\related.py&quot;, line 833, in __set__<br>AttributeError: 'NoneType' object has no attribute '_meta'<br>```</p><p>which is consistent with your first report. I trying to run django 1.6.5</p>"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="http://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>