Brian King

Results 9 issues of Brian King

- Make long sentences easier to understand by breaking them into shorter sentences. - Consistently use : before anounced examples. - Make overall document style more consistent. - Minor grammar...

As per https://packaging.python.org/requirements/#install-requires , CleanerVersion's setup.py should limit installation to known compatible Django versions. If this has the consequence, though, of downloading a different Django version than the one that...

previous_version, next_version, and current_version already exist. It would make sense to add a method to get the given object at a specific time, returning None if no such version existed....

enhancement

Multi-table inheritance ( https://docs.djangoproject.com/en/1.7/topics/db/models/#multiple-inheritance ) with Versionable is not possible. Just to make it clear, multi-table inheritance is when you don't declare abstract=True in your superclasses, and results in multiple...

Create an exclusion constraint for `version_start_date` and `version_end_date` for objects with the same `identity`. ( see http://www.postgresql.org/docs/9.3/static/rangetypes.html#RANGETYPES-CONSTRAINT). This will only be usable if the btree_gist postgresql extension is installed (this...

enhancement

`DEFAULT_DATA_DIRECTORY_PATH` is hardcoded to `~/.proxy`. **Describe the solution you'd like** `DEFAULT_DATA_DIRECTORY_PATH` is configurable via an option, for example `--data-directory=/opt/proxy.py/data`

Proposal

With version v1.10.0, getting the auth token is not working for me. After clicking on "Get Access Token", I see an empty authorisation window, which stays there until I close...

On a Mac, I try to access a resource that uses a custom CA certificate; it fails with: ``` Error invoking remote method 'send-http-request': Error: self signed certificate in certificate...

It should be possible to use the `limit` option without a `created_at` column being present. https://github.com/sunitparekh/data-anonymization/blob/6668330085b1ae6d3ee5377f9145fa95a4614b80/lib/strategy/base.rb#L135 Perhaps allow specifying a `order_by` option, and if that is not present, do no...