IBM_DB_DJANGO-0.1.4
---
IBM_DB_DJANGO adaptor enables access to IBM databases from Django
applications http://www.djangoproject.com/. The adaptor is developed
and maintained by IBM.
What's New?
We are pleased to announce the release of ibm_db_d
On Fri, Oct 16, 2009 at 2:10 PM, David Cramer wrote:
> I agree, this is 30 minutes of work to change the usage in Django, and it
> should be done with the inclusion of the messages patch.
I'm working on migrating auth, admin, and the create_update generic
views to use messages in my bitbucket br
On Tue, Oct 13, 2009 at 8:38 AM, Jacob Kaplan-Moss wrote:
...
> A +1 from a non-committer is an offer to personally work on the feature,
> or to help the person working on it by reviewing the patch, testing, etc.
Holy smokes, there are gonna be some busy people. :)
--~--~-~--~---
On Wed, Oct 21, 2009 at 2:22 PM, mrts wrote:
...
> Django Bug Days
> ---
>
> At regular intervals, say twice a month on Saturdays,
> set aside 2-3 hours for IRC-based bug hunting sprints.
If we do this, I think the time slot should rotate to allow different
timezones to participate;
On Wed, Oct 21, 2009 at 8:57 PM, Russell Keith-Magee
wrote:
>
> On Thu, Oct 22, 2009 at 8:48 AM, James Bennett wrote:
>>
>> On Wed, Oct 21, 2009 at 7:36 PM, Russell Keith-Magee
>> wrote:
>>> Let me tell you a store about three people named Everybody, Anybody,
>>> Somebody and Nobody.
>>
>> Four
On Thu, Oct 22, 2009 at 8:48 AM, James Bennett wrote:
>
> On Wed, Oct 21, 2009 at 7:36 PM, Russell Keith-Magee
> wrote:
>> Let me tell you a store about three people named Everybody, Anybody,
>> Somebody and Nobody.
>
> Four! The four people in this story are...
erm... ahh... Nobody isn't a per
On Oct 21, 2009, at 7:48 PM, James Bennett
wrote:
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of
> correct."
Very fitting.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django
On Wed, Oct 21, 2009 at 7:36 PM, Russell Keith-Magee
wrote:
> Let me tell you a store about three people named Everybody, Anybody,
> Somebody and Nobody.
Four! The four people in this story are...
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--~--~---
http://spreadsheets.google.com/ccc?key=txJx3_oLeRwrk8SwnoWc88w
Column X
On Oct 13, 6:38 am, Jacob Kaplan-Moss wrote:
> Hey folks --
>
> Like last time 'round, if you'd like to express an opinion about
> features for Django 1.2, go and vote:
>
> http://spreadsheets.google.com/ccc?key=0AtIlKMKDxM
On Thu, Oct 22, 2009 at 3:22 AM, mrts wrote:
>
> On Oct 20, 7:19 pm, Jacob Kaplan-Moss wrote:
>
> Django Bug Days
> ---
>
> At regular intervals, say twice a month on Saturdays,
> set aside 2-3 hours for IRC-based bug hunting sprints.
Yes, we should have more regular sprints. Howeve
Thanks for the help. Patch uploaded
http://code.djangoproject.com/ticket/11421
On Oct 21, 6:49 pm, Peter Bengtsson wrote:
> On 21 Oct, 16:34, Jacob Kaplan-Moss wrote:> On Wed, Oct
> 21, 2009 at 9:29 AM, Peter Bengtsson wrote:
> > > But how do I run these? It takes many many seconds to run the
On Wed, Oct 21, 2009 at 10:19 PM, Lakin Wecker wrote:
>
> http://code.djangoproject.com/ticket/11967
>
> As commented on the ticket:
>
> This is driving me nuts too. It wouldn't be so bad if this was a 404, but
> combined with #11191 and #3785 it generates a ton of 500 errors. :/
>
> Any chan
On Oct 20, 7:19 pm, Jacob Kaplan-Moss wrote:
> What's frustrating, though, is hearing that you have a
> problem with our workflow without any concrete suggestions
> to improve it or offers of assistance. There's a general
> theme underlying most of this "angst" (as you call it):
> the tone implie
On Oct 21, 3:43 am, maxky wrote:
>
> I know, that this is not the right place for that discussion. Can
> anyone redirect me
> to the adequate bb or usenet group?
Python's Web-SIG list is the best place for asking questions that will
be read by a variety of different Python framework developers
On 21 Oct, 16:34, Jacob Kaplan-Moss wrote:
> On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson wrote:
> > But how do I run these? It takes many many seconds to run the whole
> > suite.
>
> Seehttp://ericholscher.com/blog/2009/oct/16/easy-running-django-test-suite/
> if you need help running the
On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson wrote:
> But how do I run these? It takes many many seconds to run the whole
> suite.
See http://ericholscher.com/blog/2009/oct/16/easy-running-django-test-suite/
if you need help running the test suite.
Remember: `runtests.py` uses the same mech
On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson wrote:
...
> Can someone guide me through the jungle of Django tests to run and
> write a test for this?
> I figure the place to add test is:
> trunk/tests/regressiontests/templates/tests.py
>
> But how do I run these? It takes many many seconds to
For the record, I used this to turn the 500 errors into 404's - which
makes the severity of the ticket a bit lower as it's reasonably easy
to work around the 500 email spam associated issue:
RewriteRule .*\.(gif|ico|jpe?g|bmp|wmf|mid|rmi|rm|ram|au|wav|art|img)$
- [L,NC]
Lakin
On Oct 21, 8:19 am,
The values_list() query set method is useful for dumping data to CSV,
etc. However, I find that I often want to use it without specifying
the field names (to get them all) and yet also include the field names
as the first row in my data export. There is no "public" method for
getting all the nam
(Sorry about the vague subject line)
I've written a patch that fixes this:
http://code.djangoproject.com/ticket/11421
But so far only for AttributeErrors. But I don't want to submit the
patch until I've got tests for it.
Can someone guide me through the jungle of Django tests to run and
write a
http://code.djangoproject.com/ticket/11967
As commented on the ticket:
This is driving me nuts too. It wouldn't be so bad if this was a 404, but
combined with #11191 and #3785 it generates a ton of 500 errors. :/
Any chance this will be in 1.0.5 or 1.1.2? I mean - I can configure
apache to
Just dropping by to add my support for adding this functionality. At
the moment it doesn't seem consistent that you automatically delete
the file when you delete a model (...what if something else was using
it?!) but don't do the same when uploading a new file to the same
field. It should be co
I am looking for a web application framework with the following
charateristics:
* focused on database applications, much like the django admin
interface.
* the model and all application data in the database (to allow end
users to
adjust the model over the web and to allow interfacing to
diffe
On Wed, Oct 21, 2009 at 2:55 PM, Hanne Moa wrote:
>
> On Tue, Oct 20, 2009 at 16:18, Russell Keith-Magee
> wrote:
>>
>> On Mon, Oct 19, 2009 at 11:52 PM, Hanne Moa wrote:
>>>
>>> It doesn't look like Contrib-06, covering ticket #3011, Allow for
>>> extendable user module, will be in for 1.2. Th
On Oct 20, 5:46 pm, James Bennett wrote:
> The tickets currently open in Trac represent approximately 14.5% of
> all tickets ever opened. About 15% of all open tickets are currently
> at the "unreviewed" stage.
>
> These numbers suggest that you are, at the very least, exaggerating
> quite a bit
25 matches
Mail list logo