Vladimir Savin

Results 3 issues of Vladimir Savin

Hey mates! Here an example of my request: ``` python api_xero.invoices.save({ 'Contact': {'ContactID': 'f7a2766d-babe-48ad-afdc-cbc77b5132b1'}, 'Type': 'ForBar', 'LineItems': [ {'Description': 'Test', 'Quantity': 2.0, 'UnitAmount': 10.0} ], 'Date': '2016-03-16', 'DueDate': '2016-03-20', 'LineAmountTypes':...

Hi everyone, Sometimes may be useful to know about rights (roles) of a user for a particular view by its URL. Something like this: ``` html {% if current_user.can_view('myapp.list_objects') %}...

Feature request
Not planned

This error raises when i use scrollto on div without overflowing content. Light fix for prevent this error :)