Leandro de Souza

Results 13 comments of Leandro de Souza

Is there anyone working on this now? I see that this is stale for quite some time and willing to help.

I had ran a test with this change. And looks like all the tests related to this function fail: ``` FAIL: test_class (tests.test_utils.GetNameFromObjTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File...

I haven't touched on the `changes.rst` file. I wasn't quite sure if it's required for this type of change.

I'm not quite sure how to resolve this [lint error](https://github.com/jazzband/django-debug-toolbar/actions/runs/6616359004/job/17970462683?pr=1848). Can anyone give me a hint?

Will definitely take a look into it

Looks great, baby steps all the way. Maybe one module per pull request? How that sounds to you? Monday I will start working on this.

I haven't touched on the code base for a while now. I will try to do some other module or two this week and open the pull requests

Actually no, i wasn't quite sure if i could just make the changes on the tests so they pass. Can i just make this changes?

I have implemented the feature and modified some tests to make it work. Now the code it's essentially the same as the quoted by @matthiask: > Ah no, forget about...

Hey there! Love the project so far. I haven't found the documentation on how to generate the translation strings. So i used the command: `poetry run django-admin makemessages -l pt_BR`...