Thomas Schreiber

Results 22 issues of Thomas Schreiber

I'd really like to use the InfinitePagination feature from pagination.py. I've tried everything I can think of to no avail. Can anyone explain how to set this up? In addition,...

This includes all the lint, django1.6, django1.7 and an enhanced `check_user_exists` checker for easiest merging.

This also includes @sebslomski 's 1.6 work, I suggest merging the flake first.

pylint configuration occurs in the .pyflymakerc, but some options don't seem to be supported such as: ``` [FORMAT] max-line-length=120 ``` Adding support for using a .pylintrc would be nice to...

I'm running Arch, which has python3 as the `/usr/bin/env python` as called from the pyflymake.py A quick hack I used to get it to work with python2: ``` diff -#!/usr/bin/env...

Rackspace recently upgraded Arch Linux to a newer image which no longer supports the deprecated, since 2001, authorized_keys2. openstack.compute was uploading my public key to ~/.ssh/authorized_keys2 instead of ~/.ssh/authorized_keys. I...

In python-cloudservers api_key was used, but now it's apikey. The documentation (including shell help) doesn't match the source in a few places on change and led to some brief confusion...

Just making note of this deprecation warning under Django 1.3 python2.7/site-packages/timezones/fields.py:55: DeprecationWarning: A Field class whose get_db_prep_save method hasn't been updated to take a `connection` argument. class LocalizedDateTimeField(models.DateTimeField):