Commit graph

62 commits

Author SHA1 Message Date
Hasan Ramezani
355d3857f0 Update Django version in install_requires. 2021-12-08 12:33:23 +01:00
Hasan Ramezani
f0828e7985 Confirm support for Django 4.0 2021-12-08 12:33:23 +01:00
Josh
4aa1886cd6 update trove classifiers 2021-10-08 09:16:44 -05:00
Hasan Ramezani
8e19699b0f Drop support for Django 3.0. 2021-04-07 10:32:50 +02:00
Hasan Ramezani
7af903b12a Add support for Django 3.2. 2021-04-07 10:32:50 +02:00
David Smith
79ff8ea6be
Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
Jannis Leidel
1336a91d75
Merge branch 'master' into gha 2020-11-29 14:42:23 +01:00
Jannis Leidel
2cd07a9e89
Use setuptools_scm 2020-11-29 14:39:17 +01:00
Hasan Ramezani
882919f7e0 Add Python3.9 support. 2020-11-28 21:47:15 +01:00
Hasan Ramezani
5580cad525 Remove Django 2.1 support. 2020-11-28 21:47:15 +01:00
Hasan Ramezani
b7770165d5 Add support for Django 3.1 2020-09-17 17:27:55 +06:00
Misha K
5aa40c66be Add django 3.0 to the test matrix and drop six (#395)
*  - add django 3.0 to the test matrix
 - drop six

* add entry in CHANGES

* remove context kwarg

* fix test with DeferredAttribute

* rename StringyDescriptor's name to attname

* Fix flake8

* Drop support for Django 1.11 because the API are not compatibles anymore with Django 3.0

* Try to fix tests.

* Define model for the field mock.

* Simplifies the code.

* Properly mock the field.

* Typo

* Use the new API field name.

* Call it attname

* Grab the field instance from the model.

* Use postgres in travis tests.

* Django 2.0.1 minimum is needed.

* Update Changelog to tell about breaking Django 1.11.

* Update changelog to tell about Django 3.0 support.

* @natim review.
2019-12-09 19:37:16 +06:00
Adam Dobrawy
ffa1a85dc7 Modernize Python syntax, add Python 3.8 (#398)
* Modernize Python syntax, add Python 3.8

* Update Python version & dist in TravisCI

* Add postgresql as addon

* Switch to psycopg2-binary

* Drop django.utils.six
2019-11-14 22:50:04 +06:00
Hasan Ramezani
aa94194dbc Drop Python 2 support. (#394) 2019-09-30 14:08:52 +06:00
Asif Saif Uddin
e04ef1d9ba
adjust setup 2019-05-16 05:30:03 +06:00
Tony Narlock
419fe216b7 Simplify version mentioning in README, classifiers
Remove Python version mentionings, as they are beholden to Django's
constraints.

See also:

- https://github.com/jazzband/django-model-utils/issues/305
2017-12-17 07:38:16 -06:00
Tony Narlock
044cac0d68 pep8 + add django classifiers to setup.py 2017-12-11 08:22:59 -06:00
Carl Meyer
198dcb612e Update github links for jazzband transfer. 2017-04-15 08:47:31 -07:00
Bruno Alla
10ebc16271 Exclude tests from distribution
fixes #258
2017-02-15 23:00:10 +00:00
Alexander Kavanaugh
9abcf0c943 Add "license" arg to setup() call
This helps for seeing at-a-glance licenses in services such as pyup.io
2017-01-25 19:36:59 -08:00
Ryan P Kilby
fda2d39ec4 Drop unsupported django versions 2017-01-12 12:16:40 -05:00
Carl Meyer
535fe46702 Update Python support info. 2016-07-18 14:48:43 -06:00
Carl Meyer
0e5c42377f Fix unclosed file handles in setup.py. 2015-12-03 09:30:06 -07:00
jarekwg
dcd288cb09 Jumped the gun with py35 tests..
https://github.com/travis-ci/travis-ci/issues/4794
2015-10-29 09:42:16 +11:00
jarekwg
c2019fd370 Add py35 tests; remove py32&33 tests against django19 2015-10-29 09:29:49 +11:00
jarekwg
c82ce585b3 Make tests run against django1.9 2015-10-29 08:26:36 +11:00
Carl Meyer
b2149c8e73 Remove translations automation in setup.py. Fixes GH-178, GH-179. 2015-07-20 09:56:07 -06:00
Philipp Steinhardt
3c54c847b8 * include .po message catalogs in source distributions
* remove include_package_data from setup
2015-07-02 13:41:26 +02:00
Philipp Steinhardt
0ddff705c6 * compile django messege catalogs during setup and install them
* add compiled django translations to gitignore
2015-07-01 14:16:03 +02:00
Carl Meyer
38359ccf2e Fix case of Django dependency. Thanks Travis Swicegood. 2014-02-10 14:30:49 -07:00
Trey Hunner
a7c6ff9392 Set version in setup.py docs automatically 2013-08-07 22:52:39 -07:00
Carl Meyer
eadb5b858c Bump version for dev. 2013-06-03 14:27:24 -06:00
Carl Meyer
3c8e165dec Hello 1.4.0. 2013-06-03 14:25:29 -06:00
Trey Hunner
298a790c9a Fix Python version required by tests in setup.py 2013-04-25 23:42:27 -07:00
Trey Hunner
f08f0651d2 Add minimum required Django version to setup 2013-04-12 17:13:35 -07:00
Trey Hunner
f18a180d0e Add supported Python versions to classifier troves 2013-04-12 17:13:35 -07:00
Carl Meyer
0147a31f27 Bump version to 1.3.1.post1 for dev. 2013-04-11 21:38:49 -06:00
Carl Meyer
7bd3bf5f1e Bump version to 1.3.1 for release. 2013-04-11 21:35:51 -06:00
Carl Meyer
c057e51fd9 Bump version for dev. 2013-03-28 10:50:57 -06:00
Carl Meyer
bf1373a329 Bump version to 1.3.0. 2013-03-27 20:59:19 -06:00
Carl Meyer
3abefce3dd Bump version for dev. 2013-01-27 15:32:38 -08:00
Carl Meyer
e86a2e2e2b Bump version for 1.2.0. 2013-01-27 14:54:29 -08:00
Carl Meyer
ea4f98d91f Bump version for dev. 2012-04-13 17:36:39 -06:00
Carl Meyer
88e6f6d50e Bump version for release. 2012-04-13 17:33:23 -06:00
Carl Meyer
a5186212b2 Bumped version for dev. 2011-06-16 16:32:24 -05:00
Carl Meyer
9f46f5dafb Bumped version for release. 2011-06-16 16:22:56 -05:00
Carl Meyer
c514c68676 Updated test-runner. 2011-04-16 14:49:33 -05:00
Carl Meyer
d1749718f8 Added tests_require. 2011-04-16 14:06:32 -05:00
Carl Meyer
a3c838adda Bumped version for dev. 2011-02-18 17:20:11 -05:00
Carl Meyer
d6b017ee6e Bump version for release. 2011-02-18 16:47:52 -05:00