Update Django to 1.8 and DRF to 3.3, add new Django migrations, update serializers/pagination/metadata, update browsable API styling.

This commit is contained in:
Chris Church
2016-02-02 14:50:42 -05:00
parent 6242df1a07
commit 60224cdbe4
140 changed files with 2694 additions and 1375 deletions

2
.gitignore vendored
View File

@@ -53,6 +53,7 @@ npm-debug.log
/DEBUG
# Testing
.cache
.coverage
.tox
coverage.xml
@@ -60,6 +61,7 @@ htmlcov
pep8.txt
scratch
testem.log
awx/awx_test.sqlite3-journal
# Mac OS X
*.DS_Store