Re: Fluent interface on custom methods of custom Queryset class

2017-07-19 Thread Felippe Raposo
t=True) objects = models.Manager.from_queryset(ProcedureQuerySet)() Warmly, Felippe Raposo 2017-07-19 11:50 GMT-03:00 Fabio C. Barrionuevo da Luz : > What is the right way to make Fluent interface on custom methods of custom > Queryset class? > > In other words, how to make "by

Re: Cannot overwrite 'get_fieldsets' in custom UserAdmin

2015-06-29 Thread Felippe Raposo
Henri, can you set a "pdb.set_trace" or print something at the beginning of your "get_fieldsets" to see if it is being called or not? 2015-06-28 6:58 GMT-03:00 Henri : > As I use a custom user model the default django user model is not > registered. When I try to unregister it I get an error. >