Robert Rollins

Results 28 issues of Robert Rollins

I'm not sure if this is simply due to having switched to PyCharm after using PyDev in Eclipse/LiClipse for several years, but by far the biggest headache that I get...

Thanks for this great template filters! These saved me a ton of time having to manually rewrite my old CMS's way of doing this. There's one game-breaking bug, though: the...

### Issue Summary When a user without permission to delete a Collection views the edit form for said Collection, the "Delete Collection" button erroneously appears in the form. ### Steps...

type:Bug
component:Permissions
component:Collections

### Issue Summary Attempting to delete a Collection which you are not permitted to delete will throw a `404 Not Found` error, instead of rendering the template that says "You're...

type:Bug
component:Permissions
component:Collections

This change, which was added last month, fatally damages the usability of this add-on. By forcing the status bar items to a minimum width, the status bar eventually fills up...

### Issue Summary ViewSetGroups ignore the `menu_order` attributes of their children when constructing their submenu. They seem to always end up being displayed in the order they're added to the...

Documentation

This one's a really obscure issue, and I'm not actually sure *why* the combination of greyscale + color profile causes this, but I have example files to show it in...

I wish it was as easy as this: ``` @pytest.fixture(scope="session") def session_settings(): """A Django settings object which restores changes after the test session""" skip_if_no_django() wrapper = SettingsWrapper() yield wrapper wrapper.finalize()...