Build System
- Update django rest framework ([1029](https://github.com/ocadotechnology/rapid-router/pull/1029),
[`e25a522`](https://github.com/ocadotechnology/rapid-router/commit/e25a522ad0103f7fedc838944bdabee92e7f89d7))
Signed-off-by: Niket Shah <masterniketgmail.com>
- Upgrade Django to 1.10 ([1030](https://github.com/ocadotechnology/rapid-router/pull/1030),
[`f2dde18`](https://github.com/ocadotechnology/rapid-router/commit/f2dde184378687211f5478355f6aaa69f4643e3e))
* Using a list instead of URL patterns
* Update URLs
* Replace RequestContext with dictionaries
* Upgrade Django and Django Rest framework
* Remove test suite and use manage.py test
* Merge master
* Update Django compatibility
* Revert "Remove test suite and use manage.py test"
This reverts commit 3cfdb5d02f88282f2fc69615e8d8d75463f94347.
* Better format
* Fix REST framework version
* Point to Django upgrade branch on portal
Chores
- Disable test stage on master
([`656bfea`](https://github.com/ocadotechnology/rapid-router/commit/656bfea2eb428c46d6cd4b2153716340cd4bdf94))
BREAKING CHANGE: Remove testing stage on master branch
Refactoring
- Changed copyright year to 2019
([1028](https://github.com/ocadotechnology/rapid-router/pull/1028),
[`1470975`](https://github.com/ocadotechnology/rapid-router/commit/147097551609ed0d19ea505d68859991530e994d))
* fix: changed copyright year to 2019
Breaking Changes
- Remove testing stage on master branch