diff options
author | Chris Church <chris@ninemoreminutes.com> | 2016-02-02 20:50:42 +0100 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2016-02-02 23:48:04 +0100 |
commit | 60224cdbe4845f2e80b38486b62fd8f5feedfca0 (patch) | |
tree | b684449f5bec6f528b78c8d18f72a0e0587ff16c /.gitignore | |
parent | Merge pull request #766 from mabashian/activity-stream (diff) | |
download | awx-60224cdbe4845f2e80b38486b62fd8f5feedfca0.tar.xz awx-60224cdbe4845f2e80b38486b62fd8f5feedfca0.zip |
Update Django to 1.8 and DRF to 3.3, add new Django migrations, update serializers/pagination/metadata, update browsable API styling.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b928791ed5..b452f7ee24 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |