Bruno Souza
Bruno Souza
The original package has the same issue: https://github.com/klen/peewee_migrate/issues/163
yeah, kinda, I was trying to do this in a where clause, but my problem is that the joinable collumn is on the second table because my relation is a...
of course... here it is: ```python class Permission(BaseModel, tablename="permissions", tags=['active']): name = columns.Varchar(length=255, null=False) code = columns.Varchar(length=255, null=False) def __str__(self): return self.code class Group(OrganizationMixin, BaseModel, tablename="groups", tags=['active']): name = columns.Varchar(length=255,...
I see, cool, I'll take a look on that. The many-to-many is on the roadmap, right? And is there anything I can help with? Because I loved the project and...
And what about generic reverve lookups for that? That way we have the best of both worlds, the automatic reverse lookup and the tab completion for the ones that use...
Do you guys have any update on this issue? I would love to use this feature
You could check if container has class `flipster--active` ```` if ($(window).width()