Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix flake8 errors | 2013-08-26 | 1 | -2/+1 | |
| | |||||
* | switch back to non-relative imports, they proved to be confusing | 2013-08-25 | 1 | -1/+1 | |
| | |||||
* | OpenID: make nonce creation atomic. | 2013-08-17 | 1 | -6/+8 | |
| | | | | | get_or_create() is pointless, non-atomic thing. Instead, just try to create the nonce and catch IntegrityError. | ||||
* | Fix handling timedeltas in use_nonce(). | 2013-08-17 | 1 | -1/+1 | |
| | |||||
* | Fix all pep8 issues apart from: | 2013-07-09 | 1 | -23/+28 | |
| | | | | | | | | | | | | 1) tests/* 2) settings/* 3) urls.py ./okupy/urls.py:7:5: E128 continuation line under-indented for visual indent ./okupy/accounts/urls.py:9:5: E128 continuation line under-indented for visual indent 4) setup.py ./setup.py:14:80: E501 line too long (85 characters) ./setup.py:23:80: E501 line too long (93 characters) ./setup.py:32:80: E501 line too long (81 characters) | ||||
* | Move OpenID store model to accounts app. | 2013-06-26 | 1 | -0/+96 | |