Tylere Couture

Results 23 issues of Tylere Couture

If I have an object from a tenant model, is there some sort of reverse lookup I can do to determine which tenant it belongs to?

For example, if I'm using an email template, how can I get: `https://mytenant.mydomain.com/` to prefix to the relative urls I will get from my objects such as "get_absolute_url()"

If I leave a required* "chosen" field blank I don't get a proper validation error: - In Firefox 50.1: the validation error pops up in the top right corner of...

Is there a way to set the search field on a model when using the `GenericForeignKeyModelField`, similar to [how you can](https://django-autocomplete-light.readthedocs.io/en/master/gfk.html#form-example) with the `Select2GenericForeignKeyModelField` by passing a tuples to `model_choices`?...

This mirrors the reminder elsewhere in the documentation "# don't forget to pip install djhacker". Several issues have been started in the past due to the error that's caused by...

I'm getting these errors when trying to run the plugin in GIMP 2.8.20 Any ideas whay I can do? ``` (gimp:7127): GEGL-gegl-operation.c-WARNING **: Cannot change name of operation class 0x19146F0...

If I enter this code into my `SummernoteInplaceWidget` ``` Why do the li's collapse in an odd way? item 1 item 2 ``` Then I save it, and it displays...

I'm trying to use a form in a detailed view that appears to be wrecking the form placed within the detailed section. If you look at the resulting html, it...

I'm getting this error when trying to use a `SafeFileField` Any idea what the problem might be? Here's the field declaration: `custom_stylesheet = SafeFileField(null=True, blank=True, upload_to=user_directory_path, allowed_extensions=('css',)) ` Here's the...

Hi! I'm getting this error when I try to enable the add-on: ValueError: register_class(..): already registered as a subclass 'PREV_OT_set_cursor_2d' Blender v2.82.7 on Ubuntu 20.04 I have tried Removing the...