Re: new-admin branch merged to trunk

2005-11-25 Thread Eugene Lazutkin
Now I expect to see examples of Admin code reuse in regular modules. ;-) Thanks, Eugene

Re: Paginating complex queries

2005-11-25 Thread Robert Wittams
Luke Plant wrote: > On Thu, 24 Nov 2005 19:46:54 + Robert Wittams wrote: > > >>and then 'generic views' would take a sequence of them as a kwarg, >> >>(r'/blog/$', 'object_list', { 'app_label' : my_blog, >> 'module_name': entries, >>'p

Re: Paginating complex queries

2005-11-25 Thread Luke Plant
On Thu, 24 Nov 2005 19:46:54 + Robert Wittams wrote: > and then 'generic views' would take a sequence of them as a kwarg, > > (r'/blog/$', 'object_list', { 'app_label' : my_blog, > 'module_name': entries, > 'processors': (hitcounter.pr

ANN: new-admin branch merged to trunk

2005-11-25 Thread Adrian Holovaty
I've merged the new-admin branch into trunk. Essentially this adds the following functionality: http://code.djangoproject.com/wiki/NewAdminChanges This is backwards-compatible. The changes will be documented further, but I wanted to send out the announcement first. Special thanks, of course, t

Re: new-admin: Almost there, just a few questions

2005-11-25 Thread Robert Wittams
Adrian Holovaty wrote: > I've been merging in the various non-admin-related changes from the > new-admin branch to trunk; it makes it easier for me to understand the > new-admin changes with the non-related changes out of the way. > > That part is finished, so the next merge is the big one. Befor

Re: Multi-language support in Django

2005-11-25 Thread Nebojša Đorđević - nesh
On 24-11-2005, at 14:02, Krzysztof Drozd wrote: meybe so: if i18n_supprt is True then get_object_list shuld return content (from DB) in only on language, this in request.LANGUAGE ? else this = i18n_default_lang. Here is my example model and helper function to get right translation so you ca