<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #2767: Upgrade macro form.select to use tuples instead of dicts</title>
    <link>http://localhost/ticket/2767</link>
    <description>&lt;p&gt;
This keeps the intended order.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/2767</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>aron.carroll</dc:creator>

      <pubDate>Mon, 30 Jul 2012 10:51:57 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/2767#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/2767#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Closed as of 25d7499. All form.select() calls now require a tuple/list in the form.
&lt;/p&gt;
&lt;pre class="wiki"&gt;options = (
  {"value": "opt1-value", "text": "Option One Text"},
  {"value": "opt2-value", "text": "Option Two Text"}
)
}}
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>