Commit Graph

1041 Commits

Author SHA1 Message Date
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
Paco Toledo e80e8a6129 [FIX] get_export_queryset correct orber_by 2017-10-16 19:27:26 +02:00
Paco Toledo f658ecdac3 Merge branch 'master' of github.com:django-import-export/django-import-export 2017-10-16 19:19:11 +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
Jon Dufresne 455e1fe93b Replace dict(<list_comprehension>) pattern with dict comprehension
Dictionary comprehension has been available since Python 2.7. As
django-import-export only supports Python 2.7+ or Python 3.3+, can take
advantage of newer, rich Python features.

See Python PEP-0274 for additional details:

https://www.python.org/dev/peps/pep-0274/
2017-07-08 10:06:04 -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
Bojan Mihelac 39141b01a4 Merge pull request #582 from tonimichel/master
Added {{ block.super }} call in block bodyclass in admin/base_site.html
2017-03-10 15:55:56 +01:00
Toni Michel b1258e35c0 Added {{ block.super }} call in block bodyclass 2017-03-10 11:36:03 +01:00
Bojan Mihelac 96c632d831 Merge pull request #575 from amalgamated-cc/durationfield_widget
Add support for the Django DurationField with DurationWidget.
2017-02-27 08:25:51 +01:00
Bojan Mihelac 378b8303e0 Merge pull request #574 from amalgamated-cc/update_github_account
GitHub bmihelac -> django-import-export Account Update
2017-02-27 08:25:26 +01:00
Dan Moore 51a0ba28d0 Add support for the Django DurationField with DurationWidget. 2017-02-26 11:53:22 -05:00
Dan Moore 68801b8e7d GitHub bmihelac -> django-import-export Account Update
Updating both the CONTRIBUTING documentation as well as the url defined
in setup tools for the package.
2017-02-26 10:37:27 -05:00
Bojan Mihelac 7ec01aebfc Adds jameshiew to authors 2017-02-20 08:00:54 +01:00
Bojan Mihelac f42e0280fc Merge pull request #572 from jameshiew/docs/intersphinx
Add intersphinx links to documentation
2017-02-20 08:00:06 +01:00
James Hiew c160293f0c Add sphinx-rtd-theme as a dev.txt dependency
It is no longer a hard dependency for sphinx since version 1.4.0.
2017-02-18 18:24:16 +00:00
James Hiew 976f2a8607 Enable interdocumentation links with tablib documentation
This is done using sphinx.ext.intersphinx
2017-02-18 18:14:48 +00:00
Bojan Mihelac 50123b46bf Merge pull request #569 from copperleaftech/add-get-import-fields
Add Resource.get_import_fields()
2017-02-06 08:54:06 +01:00
Thomas Hauk 23916b07ac Add Resource.get_import_fields() 2017-02-03 15:19:25 -08:00
Bojan Mihelac 633e47688d Merge pull request #568 from Wilo/patch-1
Update README.rst
2017-02-02 16:37:18 +01:00
William Méndez 4bfd752877 Update README.rst
Fixed Readme mistake.
2017-02-02 10:36:04 -05:00
Mark Skipper 71e042ce38 MAke Signals code example format correctly
Single colon instead of double to introduce code section
2016-12-08 13:51:08 +00:00
Bojan Mihelac 695ad39e57 Update AUTHORS 2016-12-05 16:37:53 +01:00
Bojan Mihelac 76df21b214 Merge pull request #515 from paveltyavin/master
fix m2m widget clean
2016-12-05 16:37:11 +01:00
Thomas Hauk dad52a8f29 Merge pull request #544 from copperleaftech/get-context-data
Allow injection of context data for template rendered by import_action() and export_action()
2016-11-16 10:02:09 -08:00
Thomas Hauk b84a7703fd Allow injection of context data for template rendered by import_action() and export_action() 2016-11-15 10:34:53 -08:00