jelmert
0476fad22a
Add formal support for django 5.1
2024-08-28 09:48:40 +02:00
Adam Johnson
270802357f
Test Django 5.0
2024-02-09 21:30:32 +00:00
Jelmer
6916342126
Merge pull request #552 from patrick91/master
...
Add py.typed file
2023-06-16 11:46:15 +02:00
Hugo van Kemenade
dc505a968d
Drop support for EOL Python 3.7
2023-06-15 20:39:29 +03:00
Jelmer
6c7afb3b3f
Merge branch 'master' into add-3.11
2023-06-15 15:29:01 +02:00
Jelmer Draaijer
0167a18024
Test django against 4.2 & main branch to formally support django 4.2
2023-04-06 13:49:50 +02:00
Patrick Arminio
bfa95b1baf
Add py.typed
2023-01-23 22:03:56 +00:00
Hugo van Kemenade
0260205c1b
Add support for Python 3.11
2022-12-12 23:20:35 +02:00
Hasan Ramezani
85b656e12c
Confirm support for Django 4.1
2022-08-17 23:17:28 +02:00
Hasan Ramezani
0b5475e3d5
Add pyupgrade to pre-commit configurations
2022-08-17 23:08:31 +02:00
Hasan Ramezani
8723a0e34e
Drop support for Python 3.6
2022-08-17 23:08:31 +02:00
Hasan Ramezani
b354d90c20
Drop support for Django < 3.2
2022-08-17 23:08:29 +02:00
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