*How to use Django Mttp Admin as an Inline in admin.py* *?*
On Thursday, 26 February 2009 15:12:15 UTC+5:30, Matthias Kestenholz wrote:
>
> Hey,
>
> A topic which comes up on this list from time to time is an automatic
> admin interface for django-mptt. I'd like to advertise a piece of code
> we h
Thanx for your quick response Matthias Kestenholz, but i actually i want to
use MPTT Admin as an inline form, code you have written will work as a
normal admin.
On Thursday, 26 February 2009 15:12:15 UTC+5:30, Matthias Kestenholz wrote:
>
> Hey,
>
> A topic which comes up on this list from time
Thanx for your quick response Matthias Kestenholz, but i actually i want to
use MPTT Admin as an inline form, code you have written will work as a
normal admin form
On Thursday, 26 February 2009 15:12:15 UTC+5:30, Matthias Kestenholz wrote:
>
> Hey,
>
> A topic which comes up on this list from t
Hi,
I want to override django mptt admin queryset, i want to filter the the
queryset.
I also tried the following method in admin.py but its not working.
def queryset(self, request):
qs = super(DataField_NEWAdmin, self).queryset(request)
qs.filter(game_event__id=request.GET.get
Hi,
I want to override django mptt admin queryset, i want to filter the the
queryset.
I also tried the following method in admin.py but its not working.
def queryset(self, request):
qs = super(DataField_NEWAdmin, self).queryset(request)
return qs.filter(game_event__id=10)
Hi,
I want to override django mptt admin queryset, i want to filter the the
queryset.
I also tried the following method in admin.py but its not working.
def queryset(self, request):
qs = super(DataField_NEWAdmin, self).queryset(request)
return qs.filter(game_event__id=10)
6 matches
Mail list logo