Timur Kozhevnikov

Results 3 comments of Timur Kozhevnikov

I have the same problem with this case ```python def test_delete_1(self): category = Category.objects.create() Post.objects.create(category=category) Post.objects.create(category=category) objs = Post.objects.all().only("pk", "title").select_for_update() # ... # Some logic here for create, update and...

+1 Now I write the DB backend for Django and lack of support pep249 makes me apply the Adapter pattern.

I have the same problem. ``` b'0\x81\x93\x02\x01\x02cf\x04"dc=rocketchat, dc=redchili, dc=org\n\x01\x02\n\x01\x00\x02\x01\n\x02\x01\n\x01\x01\x00\xa0/\xa3\x1a\x04\x08memberOf\x04\x0ecn=ROCKET_CHAT\xa3\x11\x04\x08username\x04\x05vasia0\x00\xa0&0$\x04\x161.2.840.113556.1.4.319\x01\x01\x00\x04\x070\x05\x02\x01\x01\x04\x00' ``` ``` LDAPMessage: messageID=2 protocolOp=ProtocolOp: searchRequest=SearchRequest: baseObject=dc=rocketchat, dc=redchili, dc=org scope=wholeSubtree derefAliases=neverDerefAliases sizeLimit=10 timeLimit=10 typesOnly=False filter=Filter: and=And: memberOf username attributes=AttributeSelection: controls=Controls: Control:...