Corey Oordt

Results 9 issues of Corey Oordt

Made the shallow urls follow the /faq/#topic and /faq/#question model

Instead of using Python's `open()` and assuming that the files are stored locally, use the file storage abstraction to open the file. This also allows the specification of a separate...

The current owner of the Read the Docs project is https://readthedocs.org/profiles/rohit/

If a registered model's admin uses field sets instead of fields, the fields are not added.

Using markup like: ``` 'ADMIN_FIELDSETS': { 'appA': None, 'appB': 'Catigoricals', 'appC': {'name': 'Cats', 'index': 2} } ``` It allows for the default behavior if not listed (admin field set called...

### Description There have been a few requests on handling the configuration file. - Format (.cfg, .ini, etc.) - Location (remote #148) This will provide an interface using the [Pluggy...

feature-request

### Description Ensure the following rules are followed for resolving file locations (and document them): - when specified on the command line: - relative paths are resolved from the current...

feature-request

Based on [this issue](https://github.com/c4urself/bump2version/issues/225) When in a git or mercurial repo, use it to resolve the configuration file's location.

feature-request

Django 1.11 updates how admin forms are rendered. It uses templates, which makes the formfield only render the fields, no labels or help text. This adds Django and Jinja2 templates...