<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:42:00 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-1830] Comment on: &quot;manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt&quot;</title>
                <link>https://jira.mongodb.org/browse/DOCS-1830</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;If I install django-nonrel-1.3, run &lt;br/&gt;
&amp;gt;python manage.py syncdb&lt;br/&gt;
Creating tables ...&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;manage.py&quot;, line 14, in &amp;lt;module&amp;gt;&lt;br/&gt;
    execute_manager(settings)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 438, in execute_manager&lt;br/&gt;
    utility.execute()&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 379, in execute&lt;br/&gt;
    self.fetch_command(subcommand).run_from_argv(self.argv)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\base.py&quot;, line 191, in run_from_argv&lt;br/&gt;
    self.execute(*args, **options._&lt;em&gt;dict&lt;/em&gt;_)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\base.py&quot;, line 220, in execute&lt;br/&gt;
    output = self.handle(*args, **options)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\base.py&quot;, line 351, in handle&lt;br/&gt;
    return self.handle_noargs(**options)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\commands\syncdb.py&quot;, line 109, in handle_noargs&lt;br/&gt;
    emit_post_sync_signal(created_models, verbosity, interactive, db)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\sql.py&quot;, line 190, in emit_post_sync_signal&lt;br/&gt;
    interactive=interactive, db=db)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\dispatch\dispatcher.py&quot;, line 172, in send&lt;br/&gt;
    response = receiver(signal=self, sender=sender, **named)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\contrib\auth\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 41, in create_permission&lt;br/&gt;
s&lt;br/&gt;
    &apos;content_type&apos;, &apos;codename&apos;)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1000000&amp;#93;&lt;/span&gt;:&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\db\models\query.py&quot;, line 107, in _result_iter&lt;br/&gt;
    self._fill_cache()&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\db\models\query.py&quot;, line 774, in _fill_cache&lt;br/&gt;
    self._result_cache.append(self._iter.next())&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\db\models\query.py&quot;, line 961, in iterator&lt;br/&gt;
    for row in self.query.get_compiler(self.db).results_iter():&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\djangotoolbox-0.9.2-py2.7.egg\djangotoolbox\db\basecompiler.py&quot;, line 229,&lt;br/&gt;
 in results_iter&lt;br/&gt;
    for entity in self.build_query(fields).fetch(low_mark, high_mark):&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django_mongodb_engine-0.4.0-py2.7.egg\django_mongodb_engine\compiler.py&quot;,&lt;br/&gt;
line 78, in fetch&lt;br/&gt;
    results = self._get_results()&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django_mongodb_engine-0.4.0-py2.7.egg\django_mongodb_engine\compiler.py&quot;,&lt;br/&gt;
line 112, in _get_results&lt;br/&gt;
    results = self.collection.find(self._mongo_query, fields=fields)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django_mongodb_engine-0.4.0-py2.7.egg\django_mongodb_engine\utils.py&quot;, lin&lt;br/&gt;
e 42, in wrapper&lt;br/&gt;
    result = getattr(self.collection, method)(*args, **kwargs)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\pymongo\collection.py&quot;, line 483, in find&lt;br/&gt;
    raise TypeError(&quot;fields must be an instance of list&quot;)&lt;br/&gt;
TypeError: fields must be an instance of list&lt;/p&gt;

&lt;p&gt;If  I install django-nonrel-1.3,&lt;br/&gt;
it asks me to change { to [ for INSTALLED_APP in setting.py, then I got this error:&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;manage.py&quot;, line 14, in &amp;lt;module&amp;gt;&lt;br/&gt;
    execute_manager(settings)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 459, in execute_manager&lt;br/&gt;
    utility.execute()&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 382, in execute&lt;br/&gt;
    self.fetch_command(subcommand).run_from_argv(self.argv)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 261, in fetch_command&lt;br/&gt;
    klass = load_command_class(app_name, subcommand)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 69, in load_command_class&lt;br/&gt;
    module = import_module(&apos;%s.management.commands.%s&apos; % (app_name, name))&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\utils\importlib.py&quot;, line 35, in import_module&lt;br/&gt;
    _&lt;em&gt;import&lt;/em&gt;_(name)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\commands\syncdb.py&quot;, line 8, in &amp;lt;module&amp;gt;&lt;br/&gt;
    from django.core.management.sql import custom_sql_for_model, emit_post_sync_signal&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\core\management\sql.py&quot;, line 6, in &amp;lt;module&amp;gt;&lt;br/&gt;
    from django.db import models&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\db&amp;#95;&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 40, in &amp;lt;module&amp;gt;&lt;br/&gt;
    backend = load_backend(connection.settings_dict&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;ENGINE&amp;#39;&amp;#93;&lt;/span&gt;)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\db&amp;#95;&lt;em&gt;init&lt;/em&gt;&lt;em&gt;.py&quot;, line 34, in __getattr&lt;/em&gt;_&lt;br/&gt;
    return getattr(connections&lt;span class=&quot;error&quot;&gt;&amp;#91;DEFAULT_DB_ALIAS&amp;#93;&lt;/span&gt;, item)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django\db\utils.py&quot;, line 93, in _&lt;em&gt;getitem&lt;/em&gt;_&lt;br/&gt;
    conn = backend.DatabaseWrapper(db, alias)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\django_mongodb_engine-0.4.0-py2.7.egg\django_mongodb_engine\base.py&quot;, line&lt;br/&gt;
 87, in _&lt;em&gt;init&lt;/em&gt;_&lt;br/&gt;
    self.ops = DatabaseOperations(self)&lt;br/&gt;
  File &quot;F:\webapps\Python27\lib\site-packages\djangotoolbox-0.9.2-py2.7.egg\djangotoolbox\db\base.py&quot;, line 28, in __ini&lt;br/&gt;
t__&lt;br/&gt;
    super(NonrelDatabaseOperations, self)._&lt;em&gt;init&lt;/em&gt;_()&lt;br/&gt;
TypeError: _&lt;em&gt;init&lt;/em&gt;_() takes exactly 2 arguments (1 given)&lt;/p&gt;</description>
                <environment>Python 2.7, window XP&lt;br/&gt;
&lt;br/&gt;
*Location*: &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/&quot;&gt;http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/&lt;/a&gt;&lt;br/&gt;
*User-Agent*: Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0&lt;br/&gt;
*Screen Resolution*: 1024 x 768&lt;br/&gt;
*repo*: docs&lt;br/&gt;
*source*: tutorial/write-a-tumblelog-application-with-django-mongodb-engine&lt;br/&gt;
</environment>
        <key id="86588">DOCS-1830</key>
            <summary>Comment on: &quot;manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt&quot;</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="sam.kleinman">Sam Kleinman</assignee>
                                    <reporter username="liuyuwan">Yuwan Liu</reporter>
                        <labels>
                            <label>collector-298ba4e7</label>
                    </labels>
                <created>Mon, 19 Aug 2013 22:43:04 +0000</created>
                <updated>Fri, 3 Nov 2017 11:23:36 +0000</updated>
                            <resolved>Wed, 28 Aug 2013 15:12:06 +0000</resolved>
                                                    <fixVersion>01112017-cleanup</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="413374" author="auto" created="Wed, 28 Aug 2013 18:25:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;tychoish&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-1872&quot; title=&quot;Mention shard key immutability in 2.2 documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-1872&quot;&gt;&lt;del&gt;DOCS-1872&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-1830&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-1830&quot;&gt;&lt;del&gt;DOCS-1830&lt;/del&gt;&lt;/a&gt;: flask tutorial&lt;br/&gt;
Branch: v2.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/f2909d94c58ef16370aa3523a3d000ed38cb6298&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/f2909d94c58ef16370aa3523a3d000ed38cb6298&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="413371" author="auto" created="Wed, 28 Aug 2013 18:25:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;tychoish&apos;, u&apos;name&apos;: u&apos;Sam Kleinman&apos;, u&apos;email&apos;: u&apos;samk@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-1872&quot; title=&quot;Mention shard key immutability in 2.2 documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-1872&quot;&gt;&lt;del&gt;DOCS-1872&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-1830&quot; title=&quot;Comment on: &amp;quot;manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-1830&quot;&gt;&lt;del&gt;DOCS-1830&lt;/del&gt;&lt;/a&gt;: flask tutorial&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/e4d2a14276d97e9e5d9670579c029564fe34082b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/e4d2a14276d97e9e5d9670579c029564fe34082b&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 19 Aug 2013 23:18:54 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 25 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 25 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>sam.kleinman</customfieldvalue>
            <customfieldvalue>liuyuwan</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrrqmn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrsd7r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>79372</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrzohb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>