Tomas Neme

Results 14 comments of Tomas Neme

this is a duplicate for #20 I see I would like to leave this open to discussion. What's the main argument to keep things as they are? It looks like...

bump. I really like this, and I think I'd need it to be able to integrate this library into my project

I've tracked this down to here: https://github.com/django/django/blob/master/django/forms/widgets.py#L405 I think the if in L407 is what's missing, semantically

okay, thanks. Mine doesn't say PCIE controller anywhere, but I'll try with this -pci:2 device, looks about right. Thank you ``` *-pci description: Host bridge product: Broadwell-U Host Bridge -OPI...

@michelesr that _did_ help, but I'm still not being able to run, with the same dmesg errors: ``` [ 120.810746] pci 0000:04:00.0: [10de:1347] type 00 class 0x030200 [ 120.810775] pci...

bump I have a similar issue that might be a pretty common use case: With SQLAlchemy models, I want the client code to be able to pass either an id...

This is good and proper, this being django-cms integration and all, but **I'm** yet to find a use case where `CMS_SITE_LANGUAGES` is different from `LANGUAGES` and `CMS_LANGUAGES`

I will be using this for a shop site skeleton I'm working on. I'll use the newest django-paypal and see if any trouble arises. I'll keep you posted

I've created a management command that receives a locale and creates a messages file for it with all the objects from the database, and added a translated_name property to both...