Hi,
Try using get_queryset() instead of queryset().
Collin
On Tuesday, November 18, 2014 8:02:12 AM UTC-5, Neeraj Sharma wrote:
>
> 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 b
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
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
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
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
*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
2009/2/26 Matthias Kestenholz :
>
> 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 have written at our company a little bit, and I'd also like to invite
> everyone to give comments and fee
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 have written at our company a little bit, and I'd also like to invite
everyone to give comments and feedbacks. I do have many more ideas
floating ar
Hi,
On Mon, Sep 8, 2008 at 4:09 PM, Erik Allik <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Does anyone have actual working code for administering models that use
> django-mptt? It'd be nice if the code was free, but if it's not, maybe
> we can work something out.
>
I've implemented a drag-drop interf
Hi,
Does anyone have actual working code for administering models that use
django-mptt? It'd be nice if the code was free, but if it's not, maybe
we can work something out.
Erik Allik
--~--~-~--~~~---~--~~
You received this message because you are subscribed
11 matches
Mail list logo