Adrian Turjak

Results 11 issues of Adrian Turjak

It appears that Django does now support circular inheritance. Not sure when it was introduced (believe 1.10?), but testing version 1.11 using the extends tag on a template of the...

Rebase of https://github.com/gnocchixyz/gnocchi/pull/995 with fixed for pep8.

Attempting to validate a Form Page in Wagtail that has FormFields associated with it via a ParentalKey doesn't allow us to validate that certain formfields make sense. In the `clean`...

Doesn't affect me just yet, but while on save it does complain, it doesn't tell you what is wrong, just "Validation errors". And unlike the standard InlinePanel the gui doesn't...

Sand does not appear to be being mined by the quarry. Have tried multiple biome markers, and am getting nothing.

By default Wagtail if you close a streamfield menu when there are no elements, you get left behind a small single plus icon: ![image](https://user-images.githubusercontent.com/6404853/26957665-a0dc6996-4d1a-11e7-8b44-3dfd6d37a039.png) Same in the case of a...

The css for this appears to mess with other default text fields. In this image the title text actually says "123456" but is being cropped off screen: ![image](https://user-images.githubusercontent.com/6404853/26957326-5b76242a-4d18-11e7-8f39-8e72d6226181.png) Also in...

@eagleflo Hey, I'm the team lead for an OpenStack project called [Adjutant](https://github.com/openstack/adjutant), and I'd like switch from using "python-adjutant" to "adjutant" on pypi. As this codebase hasn't had a release...

Django-robots have fairly good translation support, we should try and emulate that, or potentially for the strings which are still the same, pull in some of the existing translations from...

enhancement
help wanted

setup.py and setup.cfg by default aren't quite as nice as using PBR, and also allows us to use tags for versioning. As such, we should switch to PBR. https://docs.openstack.org/pbr/latest/

enhancement