Re: Proposal new Django Admin css style

2014-08-01 Thread Leonardo Borges Avelino
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

Re: Is it a mistake on docs for django 1.5?

2014-01-20 Thread Leonardo Borges Avelino
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,

Re: Is it a mistake on docs for django 1.5?

2014-01-20 Thread Leonardo Borges Avelino
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

Is it a mistake on docs for django 1.5?

2014-01-20 Thread Leonardo Borges Avelino
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

AutoField issue in SQLite3

2013-08-26 Thread Leonardo Borges Avelino
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