aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 errorsTheo Chatzimichos2013-08-261-2/+1
|
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-251-1/+1
|
* OpenID: make nonce creation atomic.Michał Górny2013-08-171-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().Michał Górny2013-08-171-1/+1
|
* Fix all pep8 issues apart from:Theo Chatzimichos2013-07-091-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.Michał Górny2013-06-261-0/+96