<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Django developers Google Group</title>
  <link>http://groups.google.com/group/django-developers</link>
  <description>Discussion group for Django developers. This group is used for discussion of developing Django itself, not user questions; Please use django-users for issues regarding using the framework, questions for the Django user community outreach, etc.</description>
  <language>en</language>
  <item>
  <title>Re: A (last-minute) compromise on {% url %}</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/a21de2e80b7cec10?show_docid=a21de2e80b7cec10</link>
  <description>
  +1 for a sweet feature.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/a21de2e80b7cec10?show_docid=a21de2e80b7cec10</guid>
  <author>
  bennyd...@gmail.com
  (daonb)
  </author>
  <pubDate>Sat, 30 Aug 2008 15:50:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Working on comments</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/47c33595eb35ab17/e9f96d8d9b5c3303?show_docid=e9f96d8d9b5c3303</link>
  <description>
  Hey Bruce, &lt;br&gt; &lt;p&gt;Reading between the lines, I think you meant to post this in Satchmo- &lt;br&gt; dev ;) Nonetheless, this is good news! &lt;br&gt; &lt;p&gt;-Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/47c33595eb35ab17/e9f96d8d9b5c3303?show_docid=e9f96d8d9b5c3303</guid>
  <author>
  chris.moff...@gmail.com
  (chris.moffitt@gmail.com)
  </author>
  <pubDate>Sat, 30 Aug 2008 14:48:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Does CharField still required max_length? Or is it a bug?</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/58016bf56b5a3da3/e5586ae10ad6e733?show_docid=e5586ae10ad6e733</link>
  <description>
  I don&#39;t believe this is correct. A CharField needs a max_length parameter &lt;br&gt; to pass validation. You may not need it for issuing test queries, etc. in a &lt;br&gt; manage.py shell, but it is still needed in general, as documented: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.djangoproject.com/en/dev/topics/db/models/#field-options&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Karen &lt;br&gt; p.s. This conversation really belongs on django-users, please follow up
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/58016bf56b5a3da3/e5586ae10ad6e733?show_docid=e5586ae10ad6e733</guid>
  <author>
  kmtra...@gmail.com
  (Karen Tracey)
  </author>
  <pubDate>Sat, 30 Aug 2008 12:40:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Does CharField still required max_length? Or is it a bug?</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/58016bf56b5a3da3/f817d47c02f81b59?show_docid=f817d47c02f81b59</link>
  <description>
  Yes, it has been made optional with this syntax class CharField(* &lt;br&gt; max_length=None*[, ***options*]) &lt;br&gt; This is true for all other model fields as well that were expecting &lt;br&gt; max_length parameter. &lt;br&gt; Regards, &lt;br&gt; Shihan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/58016bf56b5a3da3/f817d47c02f81b59?show_docid=f817d47c02f81b59</guid>
  <author>
  mnis4...@gmail.com
  (M N Islam Shihan)
  </author>
  <pubDate>Sat, 30 Aug 2008 04:56:39 UT
</pubDate>
  </item>
  <item>
  <title>Working on comments</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/47c33595eb35ab17/b8b1d9b9183f19db?show_docid=b8b1d9b9183f19db</link>
  <description>
  I&#39;m mostly through with a drop-in replacement for the old comments, using &lt;br&gt; the new Comment system and signals. It should be slick. &lt;br&gt; When it tests out, I&#39;ll also commit the new save() parameters mentioned in &lt;br&gt; the backwards-incompatible page, and we should be again compatible with the &lt;br&gt; latest Django trunk.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/47c33595eb35ab17/b8b1d9b9183f19db?show_docid=b8b1d9b9183f19db</guid>
  <author>
  bkro...@gmail.com
  (Bruce Kroeze)
  </author>
  <pubDate>Sat, 30 Aug 2008 06:40:39 UT
</pubDate>
  </item>
  <item>
  <title>Does CharField still required max_length? Or is it a bug?</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/58016bf56b5a3da3/e2386e9f881b993c?show_docid=e2386e9f881b993c</link>
  <description>
  hi,all &lt;br&gt; I use django beta2 and find that model&#39;s charfield doesn&#39;t require &lt;br&gt; max_length parameter anymore. Is there any thing wrong?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/58016bf56b5a3da3/e2386e9f881b993c?show_docid=e2386e9f881b993c</guid>
  <author>
  gonef...@gmail.com
  (guoqiang qian)
  </author>
  <pubDate>Sat, 30 Aug 2008 04:49:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: 500 error if django run in scgi mode(fcgi is ok)</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/300d8ec9d040c06a/1532c972074e1253?show_docid=1532c972074e1253</link>
  <description>
  If you want a response, you will need to ask this on the django-users &lt;br&gt; list. This list is for the discussion of developing the Django &lt;br&gt; framework itself.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/300d8ec9d040c06a/1532c972074e1253?show_docid=1532c972074e1253</guid>
  <author>
  mar...@diers.us
  (Martin Diers)
  </author>
  <pubDate>Fri, 29 Aug 2008 20:33:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: A (last-minute) compromise on {% url %}</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/bfe01f207fe08de5?show_docid=bfe01f207fe08de5</link>
  <description>
  Am 29.08.2008 um 17:18 schrieb Jacob Kaplan-Moss: &lt;br&gt; Hell, no! That&#39;s perfect and also works with blocktrans. &lt;br&gt; ..and let&#39;s us kill that captureas in Pinax, yay! &lt;br&gt; Cheers, &lt;br&gt; Jannis
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/bfe01f207fe08de5?show_docid=bfe01f207fe08de5</guid>
  <author>
  jan...@leidel.info
  (Jannis Leidel)
  </author>
  <pubDate>Fri, 29 Aug 2008 19:07:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: queryset set difference</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/3bc47fa32f13b87f/79f038de94645704?show_docid=79f038de94645704</link>
  <description>
  And because I wasn&#39;t concentrating about which list I was reading, here &lt;br&gt; comes the obligatory statement: &lt;br&gt; Please take any follow-ups to django-users. This mailing list is &lt;br&gt; for the internal development of Django itself. &amp;quot;How to use&amp;quot; &lt;br&gt; questions should go to the django-users mailing list.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/3bc47fa32f13b87f/79f038de94645704?show_docid=79f038de94645704</guid>
  <author>
  malc...@pointy-stick.com
  (Malcolm Tredinnick)
  </author>
  <pubDate>Fri, 29 Aug 2008 18:02:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: queryset set difference</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/3bc47fa32f13b87f/6f2b2d1cd1f15a22?show_docid=6f2b2d1cd1f15a22</link>
  <description>
  If they already exist as querysets, the set difference is the way to go. &lt;br&gt; There&#39;s probably no need to turn it back into a list at the end, since &lt;br&gt; Python&#39;s sets are iterable containers. It depends what you want to do &lt;br&gt; with it afterwards. &lt;br&gt; However, if you know the filters you are applying, you can get the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/3bc47fa32f13b87f/6f2b2d1cd1f15a22?show_docid=6f2b2d1cd1f15a22</guid>
  <author>
  malc...@pointy-stick.com
  (Malcolm Tredinnick)
  </author>
  <pubDate>Fri, 29 Aug 2008 18:00:37 UT
</pubDate>
  </item>
  <item>
  <title>queryset set difference</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/3bc47fa32f13b87f/9e113be0d8e0aa6e?show_docid=9e113be0d8e0aa6e</link>
  <description>
  I have 2 querysets q1 and q2. &lt;br&gt; &lt;p&gt;I want q3 = q2-q1, where q3 is a queryset object and contains only the &lt;br&gt; objects in q2 that are not in q1. &lt;br&gt; &lt;p&gt;Is there built in support for this operation? &lt;br&gt; &lt;p&gt;The only thing I can think to do is: &lt;br&gt; list( set(q2) - set(q1) ) &lt;br&gt; It doesn&#39;t return a queryset, but I can deal with it if there&#39;s no
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/3bc47fa32f13b87f/9e113be0d8e0aa6e?show_docid=9e113be0d8e0aa6e</guid>
  <author>
  cekan...@gmail.com
  (ryan)
  </author>
  <pubDate>Fri, 29 Aug 2008 17:51:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: A (last-minute) compromise on {% url %}</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/78ba2683c462c620?show_docid=78ba2683c462c620</link>
  <description>
  +1 -- Pinax could deprecate {% captureas %} with this feature. Seems &lt;br&gt; like a non-intentional pro :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/78ba2683c462c620?show_docid=78ba2683c462c620</guid>
  <author>
  eduardo.pad...@gmail.com
  (Eduardo O. Padoan)
  </author>
  <pubDate>Fri, 29 Aug 2008 15:53:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: A (last-minute) compromise on {% url %}</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/454017eb2277b59f?show_docid=454017eb2277b59f</link>
  <description>
  Le 29 août 08 à 17:18, Jacob Kaplan-Moss a écrit : &lt;br&gt; +1 for this, before I test if someone already knows the answer, is it &lt;br&gt; possible to use this var in blocktrans? &lt;br&gt; {% url args as myurl %} &lt;br&gt; {% blocktrans %} &lt;br&gt; foo &amp;lt;a href=&amp;quot;{{ myurl }}&amp;quot;&amp;gt;baz&amp;lt;/a&amp;gt; &lt;br&gt; {% endblocktrans %} &lt;br&gt; That&#39;s potentially the best solution for the endless discussion about
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/454017eb2277b59f?show_docid=454017eb2277b59f</guid>
  <author>
  lar...@gmail.com
  (David Larlet)
  </author>
  <pubDate>Fri, 29 Aug 2008 15:43:48 UT
</pubDate>
  </item>
  <item>
  <title>A (last-minute) compromise on {% url %}</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/6ce26cfc0f5cd8dc?show_docid=6ce26cfc0f5cd8dc</link>
  <description>
  Hi folks -- &lt;br&gt; While working on some URL-related issues, I ran across a pretty big &lt;br&gt; problem with having ``{% url %}`` propagate ``NoReverseMatch`` up into &lt;br&gt; the templates: if it does that, there&#39;s no way to have &amp;quot;optional&amp;quot; &lt;br&gt; links. The perfect example is #7810 and the admin docs: if the URLs &lt;br&gt; for the admin doc views are installed, the admin should show a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/5e9d28a878091346/6ce26cfc0f5cd8dc?show_docid=6ce26cfc0f5cd8dc</guid>
  <author>
  jacob.kaplanm...@gmail.com
  (Jacob Kaplan-Moss)
  </author>
  <pubDate>Fri, 29 Aug 2008 15:18:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Recover/Reset password on code.djangoproject.com</title>
  <link>http://groups.google.com/group/django-developers/browse_thread/thread/a218b0a99ff952d5/7ffdafadec4d711b?show_docid=7ffdafadec4d711b</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.djangoproject.com/accounts/password/change/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Jacob
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/django-developers/browse_thread/thread/a218b0a99ff952d5/7ffdafadec4d711b?show_docid=7ffdafadec4d711b</guid>
  <author>
  jacob.kaplanm...@gmail.com
  (Jacob Kaplan-Moss)
  </author>
  <pubDate>Fri, 29 Aug 2008 14:16:55 UT
</pubDate>
  </item>
  </channel>
</rss>
