Justin Ouellette

Results 6 issues of Justin Ouellette

When a field is set to None due to an explicit None value, there could be the option to set it to its default value before validation/ I've written a...

When using new style class properties, inheriting Model causes a conflict. I assume this is because all non "_" prefixed class attributes are expected to be Fields. For example: ```...

I'm working on a some basic crud stuff and noticed that flywheel appears to raise an exception on the first validation failure and that's it. Is it possible to get...

I have no dynamic/resizing elements on my page but for whatever reason if I use the top placement, the bubble is always covering the element instead of being on top....

fix typo in `/sys/bus/pci_express` path

I'm using django-pipeline with storages to ideally compile sass files and push them to S3. What seems to be happening is the previous version of the css file gets uploaded,...