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
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
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