Re: New in development version or versionadded

2009-01-28 Thread Malcolm Tredinnick
On Wed, 2009-01-28 at 17:21 -0800, Graham King wrote: > Hi, > > I'm writing docs for a patch (#8348), and wondering how to indicate > that that feature is only available in the development version. This > used to be: > > **New in Django development version** > > but now I think it should be:

New in development version or versionadded

2009-01-28 Thread Graham King
Hi, I'm writing docs for a patch (#8348), and wondering how to indicate that that feature is only available in the development version. This used to be: **New in Django development version** but now I think it should be: .. versionadded:: dev however a grep can't find either of the above in

Re: #7210 - Query Expressions: Final call for comment

2009-01-28 Thread Alex Gaynor
On Wed, Jan 28, 2009 at 8:58 AM, Russell Keith-Magee wrote: > > Hi all, > > I've just pushed my last bunch of changes to ticket #7210 (F() > expressions) to my GitHub branch: > > http://github.com/freakboy3742/django/tree/query-expressions > > There are still some minor issues to resolve with GIS

Re: Django Admin module without login feature

2009-01-28 Thread Alex Gaynor
On Wed, Jan 28, 2009 at 8:47 AM, Saurav wrote: > > Hi All, > > I wanted to use the some of the features of django administration > modules without the login feature. In my project there is no concepts > of users, > > Can anybody tell me if its possible and if its possible, how to do > it ? > > >

Django Admin module without login feature

2009-01-28 Thread Saurav
Hi All, I wanted to use the some of the features of django administration modules without the login feature. In my project there is no concepts of users, Can anybody tell me if its possible and if its possible, how to do it ? Thanks in advance -Saurav --~--~-~--~~~---

#7210 - Query Expressions: Final call for comment

2009-01-28 Thread Russell Keith-Magee
Hi all, I've just pushed my last bunch of changes to ticket #7210 (F() expressions) to my GitHub branch: http://github.com/freakboy3742/django/tree/query-expressions There are still some minor issues to resolve with GIS integration, but in consultation with Malcolm, we decided we can resolve th