Simon Charette

Results 36 issues of Simon Charette

The only released version is not compatible with Django 1.9

In order to allow it to work with readonly_fields.

Make sure field1_field2_field3 is found with data {field1_field2:}

Make sure specifying an integer field is converted to int in the choices callback

And make sure non-grouped choices are tested aswell

Adds support for joint predicates against window functions through subquery wrapping while maintaining errors for disjointed filter attempts. The implementation requires that filtered against window aliases are not masked by...

@apollo13 here's a PR demonstrating that it's possible to reference the left outer select clause columns by aliases instead of column index. Something else that caught my eye is the...

The full traceback is ``` RuntimeError: dictionary changed size during iteration File "threading.py", line 910, in run self._target(*self._args, **self._kwargs) File "pebble/pool/process.py", line 167, in pool_manager_loop pool_manager.update_status() File "pebble/pool/process.py", line 220,...

bug

The French translation of "cheese omelet" is "omelette **au** fromage"

### Description Hello @browniebroke thanks for this project it looks promising! I believe it can greatly accelerate the speed of adoptions of newly released versions of Django. I was wondering...

enhancement