Lucas Wiman
be52bc9290
Add failing test for deferred attributes.
2018-06-21 12:41:42 -07:00
Lucas Wiman
0fc0b44c95
Remove version checks for django<1.8.
...
Support for older versions of django was dropped in 3.0.0.
2018-06-21 12:41:42 -07:00
João Amaro
6d2ba63387
update changelog and versions for 3.1.2
2018-05-09 14:45:37 -03:00
Hanley Hansen
18dfb6b2cf
Merge pull request #279 from hanleyhansen/inheritance-iterable
...
Update InheritanceIterable to inherit from ModelIterable instead of BaseIterable
2018-05-02 14:14:22 -04:00
Jannis Leidel
1eff6d0d8f
Add project release info to Travis config.
2018-01-10 10:59:29 +01:00
Jannis Leidel
a4afe46051
Merge pull request #308 from jazzband/tox-travis
...
Simplified tox setup with tox-travis.
2018-01-10 10:58:21 +01:00
Jannis Leidel
ccaa08d12e
Simplified tox setup with tox-travis.
2018-01-10 10:48:14 +01:00
Tony Narlock
7afacccd79
Merge pull request #306 from develtech/update-versions
...
Simplify version mentioning in README, classifiers
2017-12-17 07:50:22 -06:00
Tony Narlock
baa8bae1c0
update changelog and versions for 3.1.1
2017-12-17 07:45:56 -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
78e837e572
Merge pull request #302 from develtech/codecov-btn
...
use codecov button on readme
2017-12-11 18:06:01 -06:00
Tony Narlock
fc13a6bd40
use codecov button on readme
2017-12-11 18:05:28 -06:00
Tony Narlock
8a0d00b939
tag 3.1.0
2017-12-11 08:27:41 -06:00
Tony Narlock
044cac0d68
pep8 + add django classifiers to setup.py
2017-12-11 08:22:59 -06:00
Tony Narlock
32259fb90b
Merge pull request #301 from develtech/codecov
...
Add codecov to travis, switch to py.test
This removes runtest.py.
2017-12-11 08:21:33 -06:00
Tony Narlock
28bd4567a7
switch to py.test + pytest-cov
2017-12-11 08:11:55 -06:00
Tony Narlock
6dd7556da7
add codecov to travis
2017-12-11 07:47:48 -06:00
Tony Narlock
4a7182112f
update coveragerc to omit tests, dotfiles
2017-12-11 07:20:03 -06:00
Tony Narlock
6e74791f68
Merge pull request #300 from develtech/rm-update-travis-script
...
Remove update travis script
2017-12-11 07:15:44 -06:00
Tony Narlock
1f8e9f9fb3
rm update travis script, this can be done by hand
2017-12-11 07:15:06 -06:00
Tony Narlock
749aa09ff2
Merge pull request #298 from develtech/django-2.0
...
Django 2.0 support
2017-12-10 19:23:31 -06:00
Tony Narlock
35e17150b5
Overhaul travis/tox testbed #299
...
Passes in python version via travis python: param
2017-12-07 14:08:30 -06:00
Tony Narlock
c4d72123ef
rm use_for_related_fields #290
2017-12-07 12:20:50 -06:00
Tony Narlock
a975f2f07b
Add django 2.0 to travis and tox #297
2017-12-07 11:24:05 -06:00
Tony Narlock
a07140e771
Use _chain for django 2.0, #295
2017-12-07 11:13:39 -06:00
Hanley
8c935d3a83
update changes.rst
2017-06-23 09:56:51 -04:00
Hanley
0a809df4da
make InheritanceIterable inherit from ModelIterable instead of BaseIterable
2017-06-23 09:51:32 -04:00
Jannis Leidel
343d459406
Updated some of the badges.
2017-04-18 10:51:18 +02:00
Carl Meyer
94c77d75ef
Add jazzband badge/contributing guidelines.
2017-04-15 08:50:55 -07:00
Carl Meyer
198dcb612e
Update github links for jazzband transfer.
2017-04-15 08:47:31 -07:00
Carl Meyer
100d2d7a24
Bump version to 3.0.1a1.
2017-04-13 16:51:52 -07:00
Carl Meyer
2e3b50dcb6
Bump version to 3.0.0.
2017-04-13 16:49:58 -07:00
Carl Meyer
f11646b10e
Allow failure of py36 build for now, until Travis gets it
2017-04-13 16:47:48 -07:00
Carl Meyer
89c4a0fc44
Add testing on Python 3.6 and Django 1.11.
2017-04-13 16:39:21 -07:00
Carl Meyer
716e29d83b
Merge pull request #270 from nakato/iter_class
...
Support django 1.11 iterator changes
2017-04-13 16:29:38 -07:00
Sachi King
8cb21aabbc
Support django 1.11 iterator changes
...
Django starting with 1.9 switched to using a class to provide an
iterator for the querymanager. Between 1.9 and 1.10 changes slowly
stopped referencing that function and instead started calling
_iterator_class directly.
As the functionality model-utils is patching has moved, this patch moves
the iterator logic to a class to match the changes that have been made
in Django in version 1.9.
As Django 1.8 is a LTS release that is still supported, iterator()
is retained in the InheritanceQuerySetMixin and can be removed when
support for Django 1.8 is removed. This goes for the try-except in the
import statements as well.
2017-04-02 21:53:15 +10:00
Romain Garrigues
1e4bc27e3a
Merge pull request #264 from browniebroke/dist/exclude-tests
...
Exclude tests from distribution. Fixes #258 .
2017-02-17 11:10:04 +00:00
Bruno Alla
1473707fc7
Run coverage with '-a' option
2017-02-16 12:39:41 +00:00
Bruno Alla
d6edfdb4db
Update CHANGES.rst
2017-02-15 23:13:55 +00:00
Bruno Alla
10ebc16271
Exclude tests from distribution
...
fixes #258
2017-02-15 23:00:10 +00:00
Romain Garrigues
4d5969a616
Merge pull request #259 from romgar/update_documentation
...
Update documentation. Closes #61
2017-01-26 14:34:46 +00:00
romgar
7552c4a7f2
Remove out-to-date example
2017-01-26 14:18:19 +00:00
Romain Garrigues
bb439db404
Merge pull request #261 from kavdev/patch-1
...
Add "license" arg to setup() call
2017-01-26 09:37:34 +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
romgar
ced4afe8f9
Update documentation to remove references of PassThroughManager, removed in version 2.4
2017-01-22 12:00:50 +00:00
Romain Garrigues
a502e32e9d
Merge pull request #260 from romgar/ticket_212_2
...
Remove compatibility code in runtests.py file, related to #212 .
2017-01-22 11:57:35 +00:00
romgar
7d1f2b5be5
Remove compatibility code in runtests.py file
2017-01-21 14:02:31 +00:00
Romain Garrigues
ef42eb43e7
Merge pull request #257 from browniebroke/feature/github-templates
...
Pull request and issue template fixes #254
2017-01-18 18:16:45 +00:00
Bruno Alla
2ee8627c5a
Pull request and issue template fixes #254
2017-01-17 22:34:04 +00:00
Romain Garrigues
7d5e31e62f
Merge pull request #256 from romgar/drop_get_query_set_old_syntax_support
...
Drop old get_query_set syntax, replaced by get_queryset now. Related to #212 .
2017-01-13 16:48:00 +00:00