Tomas Walch
Tomas Walch
Using `django.models.Q` objects to filter a queryset results in `TypeError` as `FakeQuerySet.filter` only accepts `**kwargs` . I realize that the issue is more complicated than the function signature and solution...
Many (all?) authentication apps present the OTP token e g in groups of three ("123 456"). Users should be able to enter the token like it is presented to them,...
Just added som extra_css to the template to align buttons.
I have a tenant app that needs to set some default data in a migration, so its available to all new tenants. As per the Django>=1.7 documentation a do this...
As described in the documentation I am using a custom base model with some extra fields, and I pass this model in the `bases` parameter. I connect a receiver to...