<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>glamkit-users Google Group</title>
  <link>http://groups.google.com/group/glamkit-users</link>
  <description>Discussion group for GLAMkit users. GLAMkit is a high-level Django (Python) Web framework for the Galleries, Libraries, Archives and Museums (glamkit.com).</description>
  <language>en</language>
  <item>
  <title>Re: Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/a779d76d77c6e372?show_docid=a779d76d77c6e372</link>
  <description>
  Hey, &lt;br&gt; &lt;p&gt;I just wanted to note that FeinCMS 1.7.2 just got released, including the fix you&#39;ve submitted. &lt;br&gt; &lt;p&gt;Thanks guys! &lt;br&gt; &lt;p&gt;Julien
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/a779d76d77c6e372?show_docid=a779d76d77c6e372</guid>
  <author>
  jpha...@gmail.com
  (Julien Phalip)
  </author>
  <pubDate>Thu, 14 Mar 2013 17:33:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/67ee0b361e7c6cd1?show_docid=67ee0b361e7c6cd1</link>
  <description>
  Thanks a lot Greg and Aram. I confirm that this fix appears to solve my issue. &lt;br&gt; &lt;p&gt;Like you suggest it might make sense to eventually fix that in Django itself. I&#39;m going to PyCon this weekend and will talk about this with Jannis Leidel and Preston Holmes, two Django committers who&#39;ve done a lot of work in the app-refactor branch (which will hopefully land in 1.6).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/67ee0b361e7c6cd1?show_docid=67ee0b361e7c6cd1</guid>
  <author>
  jpha...@gmail.com
  (Julien Phalip)
  </author>
  <pubDate>Thu, 14 Mar 2013 00:11:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/fa0a8d35916d06a7?show_docid=fa0a8d35916d06a7</link>
  <description>
  The core of the problem, as I see it, actually lies with Django, and the &lt;br&gt; fact that it doesn&#39;t invalidate the models cache after loading a new app. &lt;br&gt; So when we first call get_models in feincms, we&#39;re still in the middle of a &lt;br&gt; load_app call, and we prematurely populate the cache, which never gets &lt;br&gt; cleared, so the models from our new app are never returned on subsequent
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/fa0a8d35916d06a7?show_docid=fa0a8d35916d06a7</guid>
  <author>
  ara...@gmail.com
  (Aram Dulyan)
  </author>
  <pubDate>Wed, 13 Mar 2013 00:40:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/b363f4a599b5d30b?show_docid=b363f4a599b5d30b</link>
  <description>
  I&#39;ve submitted a patch in &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/feincms/feincms/issues/323&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; Give it a try and let me know if it works for you. &lt;br&gt; &lt;p&gt;ensure_completely_loaded&#39;s call to get_models was resulting in bad values &lt;br&gt; in the get_models() cache in Django 1.5. Clearing the cache fixes the &lt;br&gt; problem. &lt;br&gt; &lt;p&gt;Funnily enough, we don&#39;t experience this problem in a larger project,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/b363f4a599b5d30b?show_docid=b363f4a599b5d30b</guid>
  <author>
  g...@gregturner.com
  (Greg Turner)
  </author>
  <pubDate>Wed, 13 Mar 2013 00:21:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/c15829ef0c8a82ff?show_docid=c15829ef0c8a82ff</link>
  <description>
  Hey Greg, &lt;br&gt; &lt;p&gt;Thanks for the quick reply! &lt;br&gt; &lt;p&gt;I confirm that things work fine for me with 1.4.3. I only get the error with Django 1.5. Strange that... &lt;br&gt; &lt;p&gt;Julien
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/c15829ef0c8a82ff?show_docid=c15829ef0c8a82ff</guid>
  <author>
  jpha...@gmail.com
  (Julien Phalip)
  </author>
  <pubDate>Tue, 12 Mar 2013 04:40:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/be0b97b32f1a49d4?show_docid=be0b97b32f1a49d4</link>
  <description>
  Hi Julien, &lt;br&gt; &lt;p&gt;I couldn&#39;t reproduce this with Django 1.4.1, but did see the same results &lt;br&gt; as you have with Django 1.5. I&#39;m looking into it some more. Meanwhile, can &lt;br&gt; you try an install of Django 1.4.1 and see if the error goes away? &lt;br&gt; &lt;p&gt;Greg.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/be0b97b32f1a49d4?show_docid=be0b97b32f1a49d4</guid>
  <author>
  g...@gregturner.com
  (Greg Turner)
  </author>
  <pubDate>Tue, 12 Mar 2013 04:19:16 UT
</pubDate>
  </item>
  <item>
  <title>Model validation issue with FeinCMSTools</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/d448f5c808f4e60a?show_docid=d448f5c808f4e60a</link>
  <description>
  Hi, &lt;br&gt; I&#39;m starting a fresh new project with FeinCMS 1.7.1 and the latest commit &lt;br&gt; of FeinCMSTools [1]. I&#39;ve followed the README instructions with something &lt;br&gt; quite simple: &lt;br&gt; models.py &lt;br&gt; ========= &lt;br&gt; from django.db import models &lt;br&gt; from pages.content_types import Text &lt;br&gt; class Page(FeinCMSDocument): &lt;br&gt; title = models.CharField(max_length=25 5)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/db6ebf6cebd1278c/d448f5c808f4e60a?show_docid=d448f5c808f4e60a</guid>
  <author>
  jpha...@gmail.com
  (Julien Phalip)
  </author>
  <pubDate>Tue, 12 Mar 2013 01:24:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: most up to date documentation</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/c4d5a0cc35fd5ce4/b6f17325cd84a19f?show_docid=b6f17325cd84a19f</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;You&#39;re right - the documentation and examples aren&#39;t really up to date at &lt;br&gt; the moment. The default api-tidy branch is the best one to use, and for &lt;br&gt; what it&#39;s worth there is a test app that illustrates the minimum set up. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ixc/glamkit-eventtools/tree/api-tidy/eventtools/tests/eventtools_testapp&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/c4d5a0cc35fd5ce4/b6f17325cd84a19f?show_docid=b6f17325cd84a19f</guid>
  <author>
  g...@gregturner.com
  (Greg Turner)
  </author>
  <pubDate>Fri, 31 Aug 2012 05:07:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: most up to date documentation</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/c4d5a0cc35fd5ce4/8f64b90f043e0720?show_docid=8f64b90f043e0720</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have exactly the same problem? &lt;br&gt; Could you give me a first step to start or some kind of demo project? It &lt;br&gt; would help a lot. &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;Le mardi 29 mai 2012 16:16:35 UTC+2, Alex a écrit :
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/c4d5a0cc35fd5ce4/8f64b90f043e0720?show_docid=8f64b90f043e0720</guid>
  <author>
  collignon.laur...@gmail.com
  (suppaman)
  </author>
  <pubDate>Thu, 30 Aug 2012 15:18:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: What is the right eventtool branch to use?</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/2a5989378dfc9f42/a8a1e336deb164a2?show_docid=a8a1e336deb164a2</link>
  <description>
  The branch that&#39;s currently receiving active attention and development is &lt;br&gt; &amp;quot;api-tidy&amp;quot;. The &amp;quot;ixc/glamkit-eventtools&amp;quot; fork is where most of the &lt;br&gt; development takes place before being pulled into &lt;br&gt; &amp;quot;glamkit/glamkit-eventtools&amp;quot;, so use the former if you like the cutting &lt;br&gt; edge. The branch to use would still be &amp;quot;api-tidy&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/2a5989378dfc9f42/a8a1e336deb164a2?show_docid=a8a1e336deb164a2</guid>
  <author>
  ara...@gmail.com
  (Aram Dulyan)
  </author>
  <pubDate>Tue, 28 Aug 2012 05:27:09 UT
</pubDate>
  </item>
  <item>
  <title>What is the right eventtool branch to use?</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/2a5989378dfc9f42/fe789ecf47275496?show_docid=fe789ecf47275496</link>
  <description>
  Can someone let me know what is the suggested repo and branch of eventtool &lt;br&gt; to use? Preferably this would be a branch &lt;br&gt; that has the most attention from the main developers because I would like &lt;br&gt; to contribute if I the opportunities arise. &lt;br&gt; I&#39;ve seen comments from several months ago that icx/glamkit-eventtools was
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/2a5989378dfc9f42/fe789ecf47275496?show_docid=fe789ecf47275496</guid>
  <author>
  lastoneisbearf...@gmail.com
  (Tai Vo)
  </author>
  <pubDate>Tue, 28 Aug 2012 05:22:41 UT
</pubDate>
  </item>
  <item>
  <title>Multiple event classes or types</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/b19c4f6e16e319d2/131efaa1aa33a65b?show_docid=131efaa1aa33a65b</link>
  <description>
  Is it possible to have multiple event types? What if multiple apps in the &lt;br&gt; one project use eventtools? I&#39;m asking because I get errors when I try, but &lt;br&gt; I&#39;m still not entirely sure how to use eventtools properly.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/b19c4f6e16e319d2/131efaa1aa33a65b?show_docid=131efaa1aa33a65b</guid>
  <author>
  hemeb...@gmail.com
  (James O&#39;Neill)
  </author>
  <pubDate>Sun, 03 Jun 2012 12:20:47 UT
</pubDate>
  </item>
  <item>
  <title>most up to date documentation</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/c4d5a0cc35fd5ce4/7dbf1519962862e2?show_docid=7dbf1519962862e2</link>
  <description>
  Dear all, &lt;br&gt; &lt;p&gt;I&#39;ve been trying to install and use glamkit-eventtools without any &lt;br&gt; chance. My last attempt was to install the newtools branch from ixc/ &lt;br&gt; glamkit-eventtools. &lt;br&gt; &lt;p&gt;It seems like eventtools has changed a lot since it was documented at &lt;br&gt; &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://glamkit.org/documentation/eventtools/index.html&quot;&gt;[link]&lt;/a&gt;&amp;gt;. Is there any
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/c4d5a0cc35fd5ce4/7dbf1519962862e2?show_docid=7dbf1519962862e2</guid>
  <author>
  alexan...@alexandreleray.com
  (Alex)
  </author>
  <pubDate>Tue, 29 May 2012 14:16:35 UT
</pubDate>
  </item>
  <item>
  <title>Glamkit-eventtools: Prevent duplicate events?</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/374036ecdd5d1cc4/1b21b38cf9f7d665?show_docid=1b21b38cf9f7d665</link>
  <description>
  Hi — &lt;br&gt; &lt;p&gt;Are there any built-in save()-type methods that help filter out the &lt;br&gt; submission of duplicate events? i.e., occurrences that intersect about the &lt;br&gt; start and end and location? Been looking through the glamkit-eventtools &lt;br&gt; code and am not seeing anything ... &lt;br&gt; &lt;p&gt;Thanks in advance for any tips, pointers, advice on code to look at, etc.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/374036ecdd5d1cc4/1b21b38cf9f7d665?show_docid=1b21b38cf9f7d665</guid>
  <author>
  jhea...@earthlink.net
  (J. Heasly)
  </author>
  <pubDate>Fri, 27 Apr 2012 21:30:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: Getting an error using GLAMkit events</title>
  <link>http://groups.google.com/group/glamkit-users/browse_thread/thread/d696c344d5705b04/a3bb37c1690d7d34?show_docid=a3bb37c1690d7d34</link>
  <description>
  This doesn&#39;t address your issue directly, but on the github &lt;br&gt; glamkit-eventtools Issues page, see &amp;quot;Need to update documentation and &lt;br&gt; examples &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/glamkit/glamkit-eventtools/issues/18&quot;&gt;[link]&lt;/a&gt;&amp;gt;.&amp;quot; &lt;br&gt; There&#39;s some good info in there about getting started.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/glamkit-users/browse_thread/thread/d696c344d5705b04/a3bb37c1690d7d34?show_docid=a3bb37c1690d7d34</guid>
  <author>
  jhea...@earthlink.net
  (J. Heasly)
  </author>
  <pubDate>Wed, 25 Apr 2012 15:12:01 UT
</pubDate>
  </item>
  </channel>
</rss>
