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:
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
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
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 ?
>
>
>
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
--~--~-~--~~~---
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