Commit Graph

860 Commits

Author SHA1 Message Date
Bojan Mihelac 66f1f34149 Preparing release 0.6.0 2017-11-23 08:13:22 +01:00
Bojan Mihelac a16900b709 change version to 0.6.0 2017-11-23 08:11:49 +01:00
Bojan Mihelac cf7ce8db63
Merge pull request #679 from mgrdcm/full-0.5.2-changelog
Full 0.5.2 changelog
2017-11-23 08:07:24 +01:00
Dan Moore 705b5f3096 Adding missing PR #s 2017-11-22 15:32:18 -05:00
Dan Moore 4932d6bf69 Adding changelog entries for rest of 0.5.2 changes. 2017-11-22 15:20:17 -05:00
Manel Clos 40e7d6dfb3
add coveralls badge 2017-11-17 10:55:14 +01:00
Manel Clos 0149a05dcb
Merge pull request #678 from django-import-export/coveralls
use coveralls
2017-11-17 10:53:24 +01:00
Bojan Mihelac eabf9f3395
Merge pull request #677 from mgrdcm/remove-downloads-shield
shields.io no longer reports downloads for PyPi.
2017-11-17 10:30:17 +01:00
Manel Clos c28c8b918c omit setup.py 2017-11-17 10:15:37 +01:00
Manel Clos db13b17708 source dir for coverage 2017-11-17 10:03:45 +01:00
Manel Clos 24a61170d2 use coveralls 2017-11-17 09:47:12 +01:00
Dan Moore 806e811f81 shields.io no longer reports downloads for PyPi. 2017-11-16 14:52:55 -05:00
Bojan Mihelac d6615a716b Fixes error introduced in 5af557423b
ManyToManyWidget should strip only string items
2017-11-16 20:41:40 +01:00
Bojan Mihelac 9f69a905f4
Merge pull request #637 from jdufresne/res-warning
Fix all ResourceWarnings during tests
2017-11-16 20:30:12 +01:00
Bojan Mihelac 5af557423b
Merge pull request #668 from raghavsethi/strip
Strip whitespace when looking up ManyToMany fields
2017-11-16 10:19:36 +01:00
Manel Clos d662d336c1
Merge pull request #672 from PetrDlouhy/master
(unfinished) fixes for Django 2.0
2017-11-16 10:08:39 +01:00
Manel Clos 4d743fb5ad
Merge pull request #616 from ad-m/patch-2
Add missing classifiers in setup.py
2017-11-16 10:08:17 +01:00
Manel Clos 4d107c222f
Merge branch 'master' into master 2017-11-16 09:42:44 +01:00
Manel Clos c3b35fd55e
Merge pull request #620 from ad-m/patch-3
Update import of reverse for django 2.x
2017-11-16 09:38:46 +01:00
Bojan Mihelac 9f6cdc1158
Merge pull request #634 from jdufresne/django-req
Add Django as requirement to setup.py
2017-11-16 08:33:12 +01:00
Dan Moore 01609658c9
Merge pull request #553 from bitterjug/patch-1
Make Signals code example format correctly
2017-11-15 22:35:39 -05:00
Manel Clos 8017391a8c
Merge pull request #621 from ad-m/patch-4
Add django 1.11 to TravisCI
2017-11-15 23:47:36 +01:00
Petr Dlouhý 2a7eba5a7e fix for Django 2.0 2017-10-21 17:06:09 +02:00
Bojan Mihelac abffcb5734 Merge pull request #670 from pjdelport/patch-1
Update my name in AUTHORS
2017-10-18 16:37:00 +02:00
Pi Delport d815ffcb95 (Update my name) 2017-10-18 14:46:40 +02:00
Raghav Sethi 1de3ba037f Strip whitespace when looking up ManyToMany fields
This makes imports more robust when users enter whitespaces after
commas.
2017-10-12 18:05:24 -07:00
Bojan Mihelac 78b96f2ad2 Update AUTHORS 2017-09-19 13:45:02 +02:00
Bojan Mihelac 8250894c10 Merge pull request #656 from gatsinski/feature/bulgarian_translations
Add Bulgarian translations
2017-09-19 13:43:42 +02:00
Hristo Gatsinski 3d91062711 Add Bulgarian translations 2017-09-17 22:21:18 +03:00
Jon Dufresne 1b87099427 Fix all ResourceWarnings during tests
When running tests with warnings enabled, -Wall, ResourceWarning will no
longer appear. Fixes warnings of the form:

ResourceWarning: unclosed file <_io.BufferedReader name='...'>
2017-07-08 13:08:18 -07:00
Jon Dufresne 83968d4f3e Add Django as requirement to setup.py
As django is imported by the library and is a hard runtime requirement,
it should be listed as a requirement in setup.py for completeness.
2017-07-08 10:16:40 -07:00
Adam Dobrawy e8d89ba748 Add django 1.11 to TravisCI 2017-07-01 20:39:53 +02:00
Adam Dobrawy 0381d4e803 Update import of reverse for django 2.x
According to https://docs.djangoproject.com/en/1.11/ref/urlresolvers/:

> In older versions, these functions are located in django.core.urlresolvers. Importing from the old location will continue to work until Django 2.0.
2017-07-01 20:34:50 +02:00
Adam Dobrawy 8c36375da4 Add missing classifiers in setup.py 2017-06-25 11:33:34 +02:00
Bojan Mihelac 1deead657a Merge pull request #611 from copperleaftech/add-saves-null-values-attribute-to-field
Add saves_null_values attribute to Field
2017-06-23 16:10:08 +02:00
Thomas Hauk a977a8dab4 Add saves_null_values attribute to Field 2017-06-21 16:21:24 -07:00
Thomas Hauk e57cc5e2b1 Merge pull request #603 from ryan-copperleaf/make-import-form-overridable
Make import form type easier to override
2017-05-31 07:56:27 -07:00
Thomas Hauk ad4ab2ad11 Merge pull request #604 from petrmifek/czech-translations-update
Fix admin integration tests for the new "Import finished..." message
2017-05-31 07:15:34 -07:00
Petr Mifek 7f87286557 Remove unnecessary unicode strings. 2017-05-31 14:31:48 +02:00
Petr Mifek 19d4ea572e Update admin integration tests for the updated "Import finished..." message. 2017-05-31 14:11:59 +02:00
Ryan O’Hara c40adcaf9c Add to AUTHORS list according to contributor guidelines
This isn’t really a substantial change, but it’s policy…
2017-05-30 16:21:25 -07:00
Ryan O’Hara ec5cf167c7 Make import form type easier to override 2017-05-30 16:17:16 -07:00
Bojan Mihelac 26db40fd73 Merge pull request #596 from petrmifek/czech-translations-update
Czech translation
2017-05-08 20:03:20 +02:00
Petr Mifek 0804c65370 Add to the AUTHORS file as per CONTRIBUTING.md 2017-05-02 19:27:06 +02:00
Petr Mifek 25cb12d76a Update czech translations to 100% coverage. 2017-05-02 19:23:29 +02:00
Petr Mifek 97abdf3460 Make „import finished” message translatable and change the plural form to use the model’s meta attribute (allowing for custom model verbose names). 2017-05-02 19:22:53 +02:00
Jimmy Merrild Krag f4f86a72b8 Update changelog.rst
Please review if anything is missing to make a new release
2017-04-18 17:01:48 +02:00
Bojan Mihelac cc61562a54 Adds korkmaz to Authors 2017-03-17 06:43:39 +01:00
Bojan Mihelac 6862de9174 Merge pull request #585 from korkmaz/fix/import-row-call-keyword-args
Refactor import_row call by using keyword arguments.
2017-03-17 06:43:00 +01:00
Ahmet Korkmaz 39524598fd Refactor import_row call by using keyword arguments. 2017-03-16 14:58:22 -07:00