Marc Tamlyn

Results 33 issues of Marc Tamlyn

Serialization is strictly the process of getting from a rich object to a bytestring (encoded in some format). Forms in particular make that bytestring rather complicated, and the deserialization step...

This basically just needs to respect the value of `USE_REAL_DB` in the environment/settings so it only runs if you're actually hitting the db.

Some features (which are no-ops in this code) such as `select_related` and `prefetch_related` are not implemented at all yet and may break things. We also need to consider what to...

This is currently marked as an expected failure in the test suite. This is likely to be hard as it uses managers and then the `insert_query` object, but doesn't touch...

Implement the `test_db` decorator as per the README. We probably want to spider all the models and keep a record of all the patches we need to apply to any...

Complete the feature set of filter lookups provided by django

The `Request.querystring` is great for GET data, but not so good for POST - it'd be nice to at that in a 'native' form as well. This is kinda linked...

## Checklist * [x] I have included the output of ``celery -A proj report`` in the issue. ``` software -> celery:4.0.2 (latentcall) kombu:4.0.2 py:2.7.10 billiard:3.5.0.2 redis:2.10.5 platform -> system:Darwin arch:64bit...

Component: Canvas
Status: Has Testcase ✔
Issue Type: Bug Report

Hi Randall! Would there be any chance of rolling a release? The PR merged in https://github.com/rdegges/django-sslify/pull/35 a year or so ago is now needed for Django 2.0, and isn't in...