I really like this style. Clean and modern!
Cheers
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-developers+unsubscr...@googlegroups.com.
To post
Thanks for your explanation Baptiste
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-developers+unsubscr...@googlegroups.com.
To post to this group,
Yes. It works, but the line:
model = Publisher # for SingleObjectMixin.get_object
is supressed in this commit. queryset is optional, because it calls
get_queryset method, that uses model=Publisher, and IMHO it's better to
have model=Publisher than hardcode the queryset
I think that we just need
Hi fellows
I was checking the docs here, and having an error when using
SingleObjectMixin in this link:
https://docs.djangoproject.com/en/1.5/topics/class-based-views/mixins/#using-singleobjectmixin-with-listview
Inside get method, don't I need to pass self to get_object? (yellow below),
because
Hi folks!
Any news about this ticket: https://code.djangoproject.com/ticket/10164 ?
I am having this issue using SQLite3 in django 1.5. The primary key is
not monotonic
increasing.
Leonardo
--
You received this message because you are subscribed to the Google Groups
"Django developers" group