Now I expect to see examples of Admin code reuse in regular modules. ;-)
Thanks,
Eugene
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
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
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
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
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