django-configurations/configurations
Adam Chainz 4158480c91 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-11 10:56:42 +01:00
..
__init__.py Bump upcoming version to 2.0 as this changeset introduce breaking change 2016-01-27 21:08:54 +01:00
base.py Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-11 10:56:42 +01:00
decorators.py Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0. 2013-07-27 12:05:39 +02:00
fastcgi.py Add a fastcgi helper. Fixes #19. 2013-03-27 16:57:05 +01:00
importer.py Drop support of python 2.6, 3.2 and Django < 1.8 2016-01-27 21:08:54 +01:00
management.py Added configurations.management.call_command. Fix #72. 2015-01-06 21:38:08 +01:00
utils.py Fixed RemovedInDjango19Warning 2016-03-11 11:02:26 +01:00
values.py Introduced environ_required parameter for Value class. Refs #118. 2015-08-09 14:54:55 +02:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00