Luis Zárate

Results 30 comments of Luis Zárate
trafficstars

Hi, My fault, I was busy and checked faster the last version of Django. I we can focus in 2.2+ because are LTS, maybe when this is done we can...

Well, basically you have three options, first using decorators and overwrite those methods. ``` def decorator_create(self, viewclass): def decorator_detail(self, viewclass): def decorator_list(self, viewclass): def decorator_update(self, viewclass): def decorator_delete(self, viewclass): ```...

Well we can try to improve in our code, because new fields will be added, so maybe in templatetag when field is get, we can use a try catch and...

This is the reason https://github.com/yceruto/django-ajax/issues/42

@JuniorBee sorry it's not a django admin alternative, sorry there are a lot of effort and years of work need it for to be equal o similar in quality to...

Hi, you can explain better this feature? What are you thinking about, how be show. Thanks, maybe I can help to insert this feature.

Hi, well sound like a good idea, I was working with admin2 and they use datatables2, I don't know if django_tables2 will be the option but maybe datatables2 plain and...

You can add it like `builder.set_extension('key_identifier', asn1crypto.core.OctetString(b'hash'))`

Hi, I don't know if anyone is working on performance (I don't think so), but I am working in other topics and if you send a PR than could help...

Hi, I confirm this issue, but I don't understand why this happen, I am looking for solution, but maybe in the next release I can find some solution. I hope...