Commit Graph

16 Commits

Author SHA1 Message Date
Evan Culver 0c0236b389 Use `constants` instead of going directly through settings when invalidating tokens and grants. This also replaces 'clean' with 'delete' for the new setting to be more clear as to what's being done under the hood. 2013-11-05 15:17:44 -08:00
Alen Mujezinovic 04ab258e63 Updated docs/conf.py to use the test project for settings 2013-06-14 16:19:42 +01:00
Alen Mujezinovic 6d68d0225a Merge remote-tracking branch 'dulaccc/improve-doc'
Conflicts:
	docs/api.rst
	provider/__init__.py
2013-06-14 15:43:43 +01:00
Johan Meiring 4d72cfa5eb Updates documentation to reflect new constant 2013-03-20 13:12:36 +02:00
Pierre Dulac 63347a613f Update the documentation content 2013-03-01 23:54:26 +01:00
Pierre Dulac d80e0d917e Update doc external references 2013-03-01 23:53:20 +01:00
Pierre Dulac a5295e42f2 Remove the static config to avoid an uneccessary warning 2013-03-01 23:51:24 +01:00
Pierre Dulac 8348ab4fe5 Use the default theme for the doc
so that readthedocs can use the last beautiful design
2013-03-01 23:50:19 +01:00
Pierre Dulac a7c932609c Add project path to sys.path so that provider module is accessible 2013-03-01 23:49:09 +01:00
Pierre Dulac c0557d799b Update the draft references with the released rfc6749 2013-03-01 23:48:01 +01:00
Alen Mujezinovic 1aaf1934f0 Added default authorization template. Version bump. 2012-03-27 11:33:32 +01:00
Alen Mujezinovic a9fd2a7ca2 Moved the scope module one level up into provider
Replaced the write scope with a new write scope that includes reading
Added helper function to turn a scope integer back into a list of names
Access token response now returns a space seperated list of scope names
Default access token scope is now the first defined scope in constants
Version bump
2012-03-23 11:52:39 +00:00
Alen Mujezinovic 17e1b1fb4a Docs update 2012-02-09 15:58:13 +00:00
Alen Mujezinovic 3da25274b4 Toctree adjusted 2012-02-09 15:52:33 +00:00
Alen Mujezinovic 789c526a99 Exporting django settings module in docs/conf.py 2012-02-09 15:45:41 +00:00
Alen Mujezinovic d80c1d96e4 Sphinx files 2012-02-09 15:42:55 +00:00