Hélio Correia

Results 8 issues of Hélio Correia

Hey guys, django as this feature in admin to display to or more properties in the same line ![captura de ecra 2017-10-25 as 15 36 08](https://user-images.githubusercontent.com/6276228/32004707-52f5d900-b99a-11e7-8260-4f974ecd25a0.png) You can add this...

Hi, I have a suggestion to make, for consistency of django class naming why don't rename the class translation.TranslationOptions to translation.TranslationOption. What do you think?

Hi, i'm trying to implement the quill rich text and I have some trouble implementing that in the admin because it don't put the tabs and don't group them. I...

On the previous version (1.10.1) i've overwrite the RedisCache class to remove the ! from the json like this. ``` import pickle from flask_caching.backends.rediscache import RedisCache as BaseRedisCache class RedisCache(BaseRedisCache):...

Hi, I'm trying to get this work on django 1.11 without any success

Hello there, When I run my tests I got the following warning ../../usr/local/lib/python3.11/site-packages/_pytest/config/__init__.py:747 /usr/local/lib/python3.11/site-packages/_pytest/config/__init__.py:747: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: products.tests.factories self.import_plugin(import_spec) This happens because I have one...

### What did you do? I'm trying to get the nomad_sd_configs working with a custom namespace. If I don't specify it works with the default. But if I try to...

I follow the readme and when I try to paste the example in filters and extensions it gives me the error and i have the file in the right place...