Re: Pagination

2006-08-13 Thread SmileyChris
Hi Mike, In case you are interested, I wrote a ticket that (in addition to adding some other paginator functionality) provides a PaginatorPage object which is a wrapper for a specific page. http://code.djangoproject.com/ticket/2093 I just updated it to provide some useful properties:

Re: Security questions

2006-08-13 Thread Deryck Hodge
On 8/13/06, James Bennett <[EMAIL PROTECTED]> wrote: > > On 8/13/06, Jakub Labath <[EMAIL PROTECTED]> wrote: > > 2. Due to time/money reasons I am running a relatively old version of > > django. I realise that by doing that I'm left on my own. However It > > would be nice to be able to go to Trac

Re: Security questions

2006-08-13 Thread Jakub Labath
Hi, Thanks everybody for the info. James, thanks for the effort to still support the 0.91 branch, It's much appreciated. Best jakub --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To

Re: Security questions

2006-08-13 Thread James Bennett
On 8/13/06, Jakub Labath <[EMAIL PROTECTED]> wrote: > 2. Due to time/money reasons I am running a relatively old version of > django. I realise that by doing that I'm left on my own. However It > would be nice to be able to go to Trac or somewhere and see all > security related bugs/fixes so that

Re: A model_object.is_saved() method

2006-08-13 Thread Alan Green
On 8/13/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > This is an interesting feature request/idea. If we were to add a > default method along the lines of is_saved(), I think it would make > the most sense if that method actually *checked* the database rather > than just checking that the

Re: Security questions

2006-08-13 Thread [EMAIL PROTECTED]
We recently discussed the security policy in light of the recent Rails shenanigans here: http://groups.google.com/group/django-developers/browse_thread/thread/7a647b883d637920 The new django-announce mailing list should keep you abreast of security issues. --Simon

Re: Security questions

2006-08-13 Thread Jeremy Dunck
On 8/13/06, Jakub Labath <[EMAIL PROTECTED]> wrote: > 2. Due to time/money reasons I am running a relatively old version of > django. I realise that by doing that I'm left on my own. However It > would be nice to be able to go to Trac or somewhere and see all > security related bugs/fixes so that

Security questions

2006-08-13 Thread Jakub Labath
Hi, At the company I work for most of the sites run django and I have been pushing hard for it's adoption, while facing a lot of adversity from all kinds of camps most notably the .NET and java. I have already proven that django/python is enterprise ready, faster to develop in, and performs

admin/doc for templates ?

2006-08-13 Thread dummy
Hi all, is there a reason why in the admin/doc templatetags, filters and views are accessible but templates are not ? Was it only not done until yet ? How could it be done ? Regards, Dirk -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL:

Re: translation of content

2006-08-13 Thread Nebojša Đorđević
On 13 Aug 2006, at 05:26, Kenneth Gonsalves wrote: I have sites that are in english, but need to be translated into the 22 official indian languages. The interface and django is in the process of getting translated using i18n, but content is the problem ... so just thinking aloud. I need

Re: Dependency problem in flatpages...

2006-08-13 Thread John Szakmeister
- Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: [snip] > Have a poke around in django/core/management.py in the > _get_sql_model_create() function and see if you can work out why we're > getting this wrong. > > The fact that the generated SQL has a "...REFERENCES ..." clause on the >

Re: modularity of apps

2006-08-13 Thread Malcolm Tredinnick
On Sun, 2006-08-13 at 01:15 -0700, [EMAIL PROTECTED] wrote: > > Malcolm Tredinnick wrote: > > One point of view (mine!) is that if an application can't play nicely > > with other applications and wants to do its own authentication, etc, > > then it's not an application, it's a whole other

Re: modularity of apps

2006-08-13 Thread Malcolm Tredinnick
On Sat, 2006-08-12 at 22:29 -0700, Gary Wilson wrote: > Malcolm Tredinnick wrote: > > One point of view (mine!) is that if an application can't play nicely > > with other applications and wants to do its own authentication, etc, > > then it's not an application, it's a whole other project. The

Re: Proposal: Can custom tag use namespace

2006-08-13 Thread limodou
On 8/13/06, limodou <[EMAIL PROTECTED]> wrote: > On 8/13/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > > On 8/7/06, limodou <[EMAIL PROTECTED]> wrote: > > > How to use namespace? For example, > > > > > > {% load example %} > > > {% example.testtag %} > > > > > > And I think if the

Re: big picture of middelware

2006-08-13 Thread [EMAIL PROTECTED]
You might be interested in this rather excellent write up by James Bennet, which explains things well: http://www.b-list.org/weblog/2006/06/13/how-django-processes-request --Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: modularity of apps

2006-08-13 Thread [EMAIL PROTECTED]
> Malcolm Tredinnick wrote: > One point of view (mine!) is that if an application can't play nicely > with other applications and wants to do its own authentication, etc, > then it's not an application, it's a whole other project. The project > developer should have complete control over what the