Re: Session/cookie based messages (#4604)

2009-12-10 Thread Tobias McNulty
I'm wondering if we should remove LegacyFallbackStorage and merge its functionality into FallbackStorage. If anyone manually settings MESSAGE_STORAGE = '...LegacyFallbackStorage', his or her code will break in 1.4. It's not a big issue, as most folks are likely to leave this setting untouched unl

Re: Call for final review: #7052 (natural keys in fixtures) and #6262 (cached templates)

2009-12-10 Thread Russell Keith-Magee
On Fri, Dec 11, 2009 at 9:15 AM, mattimust...@gmail.com wrote: > > > On Dec 11, 11:21 am, Russell Keith-Magee > wrote: >> Hi all, >> >> I've just uploaded RC1 patches to two tickets. >> >> Firstly, #7052 - Fixing auth and contenttype serialization. Since the >> most recent patch, I've added docum

Re: Call for final review: #7052 (natural keys in fixtures) and #6262 (cached templates)

2009-12-10 Thread mattimust...@gmail.com
On Dec 11, 11:21 am, Russell Keith-Magee wrote: > Hi all, > > I've just uploaded RC1 patches to two tickets. > > Firstly, #7052 - Fixing auth and contenttype serialization. Since the > most recent patch, I've added documentation, I've made some tweaks to > ensure backwards compatibility, and imp

Re: #7052 - Fixing serialization for contrib.contenttypes and contrib.auth

2009-12-10 Thread Russell Keith-Magee
On Fri, Dec 11, 2009 at 8:14 AM, Russell Keith-Magee wrote: > On Wed, Dec 9, 2009 at 11:36 PM, Jacob Kaplan-Moss wrote: >> On Tue, Dec 8, 2009 at 5:15 PM, Russell Keith-Magee >> wrote: >>> There's overlap, but it isn't necessarily a perfect match. >> >> Good points -- you've clearly thought this

Call for final review: #7052 (natural keys in fixtures) and #6262 (cached templates)

2009-12-10 Thread Russell Keith-Magee
Hi all, I've just uploaded RC1 patches to two tickets. Firstly, #7052 - Fixing auth and contenttype serialization. Since the most recent patch, I've added documentation, I've made some tweaks to ensure backwards compatibility, and improved the dependency evaluation process on serialization. I've

Re: #7052 - Fixing serialization for contrib.contenttypes and contrib.auth

2009-12-10 Thread Russell Keith-Magee
On Wed, Dec 9, 2009 at 11:36 PM, Jacob Kaplan-Moss wrote: > On Tue, Dec 8, 2009 at 5:15 PM, Russell Keith-Magee > wrote: >> There's overlap, but it isn't necessarily a perfect match. > > Good points -- you've clearly thought this through farther than me. > Consider the wrench withdrawn :) You mi

IndexError on debug page

2009-12-10 Thread Jonas Obrist
Hi django-developers If you have DEBUG on and an error occurs, you might get an IndexError if you updated your code but the page still uses old code: File "/home1/ojiich/lib/python2.5/site-packages/django/views/debug.py", line 186, in _get_lines_from_file context_line = source[lineno].

Re: Ticket #399 -- bigint support

2009-12-10 Thread Karen Tracey
2009/12/10 Tomáš Kopeček > > We've fixed all issues (like incomplete tests and few bugfixes), so > patch is now ready to be included into trunk. > > I partially agree with -1 vote. It is easy. What is against: Included in > trunk we address all backends (and it looks to be easy to maintain them)

Re: Ticket #399 -- bigint support

2009-12-10 Thread Tomáš Kopeček
> I think ticket #399 could make it into 1.2, but there's a -1 vote (from > James) to overcome first: Patch on the ticket (which is over a year old) > indicates how easy this is to do yourself if you need it. > > The patch is no longer a year old, it's been updated a few times > recently, fixing te

Re: Django sprint in Dallas - Dec 12 & 13

2009-12-10 Thread Jeremy Dunck
Hello all, Just a friendly reminder about the sprints this Saturday and Sunday in Dallas, TX and Triangle, NC. We'll also be on #django-sprint on freenode from about 9AM UTC-6. More details here: http://code.djangoproject.com/wiki/Sprints On Fri, Dec 4, 2009 at 12:06 PM, Jeremy Dunck wrot

Re: What do people think about the get_absolute_url proposal?

2009-12-10 Thread Burus
+1 to get_url -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more o

Re: Problem with history view in admin page

2009-12-10 Thread Mario Briggs
> The *only* reason that we are even talking about adding this field is > because DB2 can't index on the datatype that is the natural match for > a length-unlimited TextField. > Oracle's indexing imposes an > implicit limit of 4000 characters; that sounds to me like as good a > number as any. Rus