Carlos A. Rocha

Results 18 comments of Carlos A. Rocha

Hi, this feature is necessary in import and export :+1:

@c4ys correct if you only have 2 model (Order and Items) but if you have N models in inline example 3 as I would do it? class OrderResource(resources.ModelResource): class Meta:...

@techscss not yet!!!

Hi, i think channels have many problem with the test cases like this issues reported: #1207 #1387 #1485 some day these issues will be resolved I think

@boonleng same error! ERROR: test_when_chat_message_posted_then_seen_by_everyone_in_same_room (chat.tests.ChatTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/crocha/proyectos/django/personal/virtuales/channels/lib/python3.8/site-packages/django/test/testcases.py", line 272, in _setup_and_call self._pre_setup() File "/Users/crocha/proyectos/django/personal/virtuales/channels/lib/python3.8/site-packages/channels/testing/live.py", line 52, in _pre_setup self._server_process.start() File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 121,...

@boonleng i working perfect example chat the problem is tests no working same error i never pass test cases.

It is true, the previous controls were super better, now that dimmed color is horrible and I have an error in expanding the video, after it expands it does not...

any update for this issues?

@PedroPini how to solve this problem? i'm solving this way : Item.objects.filter(Q(category__icontains='IT') | Q(category__icontains='PK') | Q(category__icontains='CB')) Cheers

@temonuv i have the same problem! how to resolve? inside admin working but is forms outside show empty select input