Re: list_display does not allow foreign keys __ syntax

2011-05-25 Thread Anshuman Aggarwal
Hate to bump a thread, but any thoughts on the last proposal, Luke? On May 20, 4:13 pm, Anshuman Aggarwal wrote: > Usage would be: list_display = (ff('model__field__fkfield', > short_description='FK Field') but ideally, the short_description > should be optional with the default logic being used

Re: Caching model choice fields in admin inlines.

2011-05-25 Thread andybak
I seem to recall a similar problem rears it's ugly head on editable changelists too. And obviously it's potentially worse there as n can often be larger. On May 23, 4:29 pm, Sean Brant wrote: > If you have ever used a inline in the admin for a model that contained > a model choice field you have

Re: need add RELATIVE_URL_ROOT as a default settings for project?

2011-05-25 Thread Russell Keith-Magee
On Tue, May 24, 2011 at 11:19 AM, vicalloy wrote: > if project is hosted at : mydomain.com/hidjango/ > you need do some settings. > 1. the session path need set to /hidjango/, but it will use default set '/'. > 2. also you need create a hidjango_urls like: > urlpatterns = patterns('', >     (r'^hi