Re: Oracle backend TextField unique=True error

2009-12-20 Thread Jani Tiainen
On Sun, 2009-12-20 at 22:25 -0800, Mario Briggs wrote: > > This is known. The Oracle notes [1] mention that TextFields cannot be > > indexed. Since Oracle requires indexes for unique columns, this also > > means they cannot be unique, although we should probably make that > > explicit. It may al

Re: Oracle backend TextField unique=True error

2009-12-20 Thread Mario Briggs
> This is known. The Oracle notes [1] mention that TextFields cannot be > indexed. Since Oracle requires indexes for unique columns, this also > means they cannot be unique, although we should probably make that > explicit. It may also be worthwhile to check for this when the models > are valida

Re: Call for review: i18n-improvements

2009-12-20 Thread Russell Keith-Magee
On Mon, Dec 21, 2009 at 12:06 AM, Jannis Leidel wrote: > Hi, > > I'd like to invite everyone to review the patch that contains most of Marc > Garcia's i18n-improvements GSoC branch. The latest patch is attached to > ticket 7980 [1] or can be found in my i18n branch on Github [2]. I will preface

Re: Call for review: i18n-improvements

2009-12-20 Thread Sergiy Kuzmenko
Few weeks ago I made a proposal for an alternative month representation format as may be required by some locales (most Slavic languages and Greek, maybe others): http://code.djangoproject.com/ticket/12309 This would allow to generate grammatically correct full text date representations such as "J

Call for review: i18n-improvements

2009-12-20 Thread Jannis Leidel
Hi, I'd like to invite everyone to review the patch that contains most of Marc Garcia's i18n-improvements GSoC branch. The latest patch is attached to ticket 7980 [1] or can be found in my i18n branch on Github [2]. The tickets in question are: #1061 Start week day on calendar #2203 TIME_FORMA

Re: Feedback: Syndication feed views

2009-12-20 Thread Ben Firshman
Okay, I've updated the ticket with a new patch: http://code.djangoproject.com/ticket/12403 I wasn't sure on the extent of the depreciation warnings required, but hopefully that's the sort of thing needed. Thanks, Ben On 20 Dec 2009, at 12:15, Ben Firshman wrote: > Oops, looks like I used the

Re: Feedback: Syndication feed views

2009-12-20 Thread Ben Firshman
Oops, looks like I used the wrong git diff command and it didn't include any new files. I'll have a stab at the depreciation warnings too. Ben On 20 Dec 2009, at 02:49, Jacob Kaplan-Moss wrote: > On Sat, Dec 19, 2009 at 8:33 AM, Jacob Kaplan-Moss wrote: >> Code-wise, though, everything looks f