Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Dec 14, 2015
1 parent b01c73b commit f8057f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
- DJANGO=1.4
- DJANGO=1.5
- DJANGO=1.6
- DJANGO=1.7
- DJANGO=1.8
- DJANGO=1.9

install:
- export PYTHONPATH=$PWD;
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ Customize data_importer decoders
> Default value is UTF-8

Add support to South Migrations and Django Migrations


```
SOUTH_MIGRATION_MODULES = {
'data_importer': 'data_importer.south_migrations',
}
MIGRATION_MODULES = {
'data_importer': 'data_importer.django_migrations'
},
```


Basic example
-------------

Expand Down Expand Up @@ -343,4 +357,4 @@ Acentuation with CSV | Excel Win 2010 | **OK**

Python | 2.7+
-------|-----
Django | 1.6+
Django | 1.4+

0 comments on commit f8057f5

Please sign in to comment.