<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/django-developers</id>
  <title type="text">Django developers Google Group</title>
  <subtitle type="text">
  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.
  </subtitle>
  <link href="/group/django-developers/feed/atom_v1_0_msgs.xml" rel="self" title="Django developers feed"/>
  <updated>2009-11-13T00:17:49Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Russell Keith-Magee</name>
  <email>freakboy3...@gmail.com</email>
  </author>
  <updated>2009-11-13T00:17:49Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/f60b074dde3f5fbb?show_docid=f60b074dde3f5fbb</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/f60b074dde3f5fbb?show_docid=f60b074dde3f5fbb"/>
  <title type="text">Re: Multi-credential ORM configuration support</title>
  <summary type="html" xml:space="preserve">
  This sounds a little more dynamic that I was anticipating. &lt;br&gt; &lt;p&gt;Multi-DB changes the way you define your database - instead of &lt;br&gt; DATABASE_HOST, DATABASE_NAME etc, you have a single DATABASES &lt;br&gt; dictionary, with each key-value pair representing a full database &lt;br&gt; configuration, including signin credentials. The process of actually
  </summary>
  </entry>
  <entry>
  <author>
  <name>Warren Smith</name>
  <email>war...@wandrsmith.net</email>
  </author>
  <updated>2009-11-12T18:28:07Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/d4ea2e80e20099d9?show_docid=d4ea2e80e20099d9</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/d4ea2e80e20099d9?show_docid=d4ea2e80e20099d9"/>
  <title type="text">Re: Multi-credential ORM configuration support</title>
  <summary type="html" xml:space="preserve">
  On Wed, Nov 11, 2009 at 5:08 PM, Russell Keith-Magee &lt;br&gt; &lt;p&gt;So, if understand you correctly, with multi-db I could do the &lt;br&gt; following for each request: &lt;br&gt; &lt;p&gt;1. Retrieve the credentials from the session. &lt;br&gt; 2. Create a new, or update an existing, entry for those credentials in &lt;br&gt; the database configuration. &lt;br&gt; 3. Somehow ensure that the using() operator is used on all ORM operations.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Russell Keith-Magee</name>
  <email>freakboy3...@gmail.com</email>
  </author>
  <updated>2009-11-12T14:19:06Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/5c6430d17836091a/08d2feaa5315b9d9?show_docid=08d2feaa5315b9d9</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/5c6430d17836091a/08d2feaa5315b9d9?show_docid=08d2feaa5315b9d9"/>
  <title type="text">Re: Template Caching - Ticket #6262</title>
  <summary type="html" xml:space="preserve">
  Hi Mike, &lt;br&gt; &lt;p&gt;Thanks for the update. I&#39;ll do a detailed teardown over the next &lt;br&gt; couple of days and get back to you. &lt;br&gt; &lt;p&gt;Yours, &lt;br&gt; Russ Magee %-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Johannes Dollinger</name>
  <email>johannes.dollin...@einfallsreich.net</email>
  </author>
  <updated>2009-11-12T13:03:17Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/6e88b6315f489403/6f619190e530212f?show_docid=6f619190e530212f</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/6e88b6315f489403/6f619190e530212f?show_docid=6f619190e530212f"/>
  <title type="text">Re: #7539 (ON DELETE support) aka ORM-09 - A call for feedback</title>
  <summary type="html" xml:space="preserve">
  Am 11.11.2009 um 17:50 schrieb Michael Glassford: &lt;br&gt; &lt;p&gt;Thanks a lot. I ran your tests with my patch. There were a few &lt;br&gt; (harmless) failing tests: &lt;br&gt; - sanity checks for SET_NULL on fields that are not nullable or &lt;br&gt; SET_DEFAULT on fields that have no default value. I moved the code to &lt;br&gt; model validation (and added tests there), so I just removed these tests.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Gaynor</name>
  <email>alex.gay...@gmail.com</email>
  </author>
  <updated>2009-11-12T01:18:46Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/5c6430d17836091a/989ec03600d9c803?show_docid=989ec03600d9c803</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/5c6430d17836091a/989ec03600d9c803?show_docid=989ec03600d9c803"/>
  <title type="text">Re: Template Caching - Ticket #6262</title>
  <summary type="html" xml:space="preserve">
  As Mike said I&#39;ve been reviewing this patch and I&#39;m basically happy &lt;br&gt; with it&#39;s current state. My one thought was whether to add a &lt;br&gt; CACHE_TEMPLATE_LOADERS setting, and any loaders in that are cached by &lt;br&gt; the CachedLoader (assuming it&#39;s instantiated with no arguments, it&#39;ll &lt;br&gt; still be possible to explicitly instantiate it with loaders).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Malone</name>
  <email>mjmal...@gmail.com</email>
  </author>
  <updated>2009-11-12T01:15:38Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/5c6430d17836091a/933f0e7f63c2cf8b?show_docid=933f0e7f63c2cf8b</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/5c6430d17836091a/933f0e7f63c2cf8b?show_docid=933f0e7f63c2cf8b"/>
  <title type="text">Template Caching - Ticket #6262</title>
  <summary type="html" xml:space="preserve">
  Sup, &lt;br&gt; &lt;p&gt;I&#39;ve been working on template caching (ticket #6262) with a mister &lt;br&gt; Alex Gaynor. The patch is getting pretty stable and I think it&#39;s close &lt;br&gt; to merge-able, so if anyone wants to take a look at what we&#39;ve got and &lt;br&gt; provide feedback: go! &lt;br&gt; &lt;p&gt;Interesting background reading for people who haven&#39;t been part of
  </summary>
  </entry>
  <entry>
  <author>
  <name>Russell Keith-Magee</name>
  <email>freakboy3...@gmail.com</email>
  </author>
  <updated>2009-11-12T00:56:04Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/d6b7c29bc95036fa?show_docid=d6b7c29bc95036fa</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/d6b7c29bc95036fa?show_docid=d6b7c29bc95036fa"/>
  <title type="text">Re: Regularly-scheduled Django sprints, first December 11 - 13</title>
  <summary type="html" xml:space="preserve">
  SVN is a sucky tool, but it really isn&#39;t the bottleneck in the &lt;br&gt; process. The bottleneck is deciding which one of a thousand patches I &lt;br&gt; (or any other member of core) should merge into trunk next. &lt;br&gt; Git (or any other DVCS for that matter) doesn&#39;t solve that problem. No &lt;br&gt; tool will - it&#39;s a social problem, and there&#39;s no such thing as a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Russell Keith-Magee</name>
  <email>freakboy3...@gmail.com</email>
  </author>
  <updated>2009-11-12T00:08:45Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/b995f9687288aea8?show_docid=b995f9687288aea8</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/b995f9687288aea8?show_docid=b995f9687288aea8"/>
  <title type="text">Re: Multi-credential ORM configuration support</title>
  <summary type="html" xml:space="preserve">
  You&#39;re pretty much correct. Django assumes that it has a single &lt;br&gt; trusted login to the database. &lt;br&gt; I can&#39;t think of an easy way - connection is essentially a singleton &lt;br&gt; in Django 1.1. However... &lt;br&gt; Multi-db allows you to set up multiple database credentials; the usual &lt;br&gt; reason for this is to split DB load across multiple database servers,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim Chase</name>
  <email>django.us...@tim.thechases.com</email>
  </author>
  <updated>2009-11-11T23:41:19Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/75b92b43dee0ebcb/6deee27ee8c8a744?show_docid=6deee27ee8c8a744</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/75b92b43dee0ebcb/6deee27ee8c8a744?show_docid=6deee27ee8c8a744"/>
  <title type="text">Re: ORM roadmap</title>
  <summary type="html" xml:space="preserve">
  I&#39;d agree and elaborate on #1, that ORMs are good for simple &lt;br&gt; object retrieval, and also for eliminating some of the most &lt;br&gt; grievous cross-platform issues. &lt;br&gt; However, I must disagree on #2 and #3: I&#39;d never consider the &lt;br&gt; *addition* of a generalization-layer (an ORM in this case, but &lt;br&gt; the idea is far more broadly applicable) a step towards
  </summary>
  </entry>
  <entry>
  <author>
  <name>Warren Smith</name>
  <email>war...@wandrsmith.net</email>
  </author>
  <updated>2009-11-11T22:20:37Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/3425817f6217c90b?show_docid=3425817f6217c90b</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/83df43ac2903b1fa/3425817f6217c90b?show_docid=3425817f6217c90b"/>
  <title type="text">Multi-credential ORM configuration support</title>
  <summary type="html" xml:space="preserve">
  If this question would be more appropriate for django-users, please &lt;br&gt; let me know. I ask it here because I suspect that the answer to my &lt;br&gt; question may require someone with a fairly deep understanding of the &lt;br&gt; ORM internals. &lt;br&gt; I have a legacy oracle database that I would like to use with the &lt;br&gt; Django ORM. Unfortunately, the security for this database is
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jacob Kaplan-Moss</name>
  <email>ja...@jacobian.org</email>
  </author>
  <updated>2009-11-11T22:07:40Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/78a09c0c72cc0dea?show_docid=78a09c0c72cc0dea</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/78a09c0c72cc0dea?show_docid=78a09c0c72cc0dea"/>
  <title type="text">Re: Regularly-scheduled Django sprints, first December 11 - 13</title>
  <summary type="html" xml:space="preserve">
  I&#39;ll keep an eye on your queue; I can easily push good patches from &lt;br&gt; there upstream to SVN. &lt;br&gt; If you stick patches into separate branches -- I suggest naming &#39;em &lt;br&gt; something like &amp;quot;trac/1234-short-ticket-desc&amp;quot; (where 1234 is the ticket &lt;br&gt; number) -- that&#39;ll make it easy for us Githeads to merge in ticket &lt;br&gt; fixes you post there.
  </summary>
  </entry>
  <entry>
  <author>
  <name>mrts</name>
  <email>mrts.py...@gmail.com</email>
  </author>
  <updated>2009-11-11T21:57:02Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/cbb605cf91036280?show_docid=cbb605cf91036280</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/cbb605cf91036280?show_docid=cbb605cf91036280"/>
  <title type="text">Re: Regularly-scheduled Django sprints, first December 11 - 13</title>
  <summary type="html" xml:space="preserve">
  On Nov 11, 1:57 pm, Russell Keith-Magee &amp;lt;freakboy3...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;Thank you, but no, I&#39;m not enthused about git and GitHub per &lt;br&gt; se :) -- I&#39;m enthused that it&#39;s possible to maintain patches &lt;br&gt; and collaborate remotely with less agony by utilizing them. &lt;br&gt; &lt;p&gt;Please let&#39;s be friendly and relaxed -- I was just asking
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Glassford</name>
  <email>glassfo...@gmail.com</email>
  </author>
  <updated>2009-11-11T16:50:05Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/6e88b6315f489403/eca764c0ee0246f3?show_docid=eca764c0ee0246f3</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/6e88b6315f489403/eca764c0ee0246f3?show_docid=eca764c0ee0246f3"/>
  <title type="text">Re: #7539 (ON DELETE support) aka ORM-09 - A call for feedback</title>
  <summary type="html" xml:space="preserve">
  Oops, right you are. The unit tests were unintentionally omitted. I&#39;ve &lt;br&gt; uploaded a new patch which is the pretty much the same as my previous &lt;br&gt; patch but with my unit tests included (although comparing the two now I &lt;br&gt; see a few other differences, probably because I also updated to the &lt;br&gt; latest code in SVN).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Russell Keith-Magee</name>
  <email>freakboy3...@gmail.com</email>
  </author>
  <updated>2009-11-11T12:06:31Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/78d4999be4877cac?show_docid=78d4999be4877cac</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/78d4999be4877cac?show_docid=78d4999be4877cac"/>
  <title type="text">Re: Regularly-scheduled Django sprints, first December 11 - 13</title>
  <summary type="html" xml:space="preserve">
  On behalf of the core team, I&#39;d like to thank Jeremy for taking the &lt;br&gt; lead on this. Organizing an event like a sprint isn&#39;t glamourous work, &lt;br&gt; but it really helps the community, and it&#39;s an area where the core &lt;br&gt; team has been letting the community down. Thanks, Jeremy! &lt;br&gt; If there is any interest in an IRL sprint based in Perth, Western
  </summary>
  </entry>
  <entry>
  <author>
  <name>Russell Keith-Magee</name>
  <email>freakboy3...@gmail.com</email>
  </author>
  <updated>2009-11-11T11:57:30Z</updated>
  <id>http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/ece45ede8ec72bf0?show_docid=ece45ede8ec72bf0</id>
  <link href="http://groups.google.com/group/django-developers/browse_thread/thread/699a4554f1442945/ece45ede8ec72bf0?show_docid=ece45ede8ec72bf0"/>
  <title type="text">Re: Regularly-scheduled Django sprints, first December 11 - 13</title>
  <summary type="html" xml:space="preserve">
  Why do we need a central repository to coordinate a sprint effort? The &lt;br&gt; whole *point* using a DVCS is that you *don&#39;t* need a central &lt;br&gt; repository to coordinate activity. &lt;br&gt; Also - I know you&#39;re very enthused about Git and GitHub, but Django &lt;br&gt; uses SVN as the canonical store for trunk and branches, and this isn&#39;t
  </summary>
  </entry>
</feed>
