Commit graph

809 commits

Author SHA1 Message Date
Rémy HUBSCHER
e6c7b567d1
Remove unsupported django version hacks. 2019-08-21 11:02:23 +02:00
Asif Saif Uddin
82dfed6a84
Merge pull request #386 from jazzband/improve-makefile
Improve Makefile to handle VENV creation if needed.
2019-08-21 01:10:42 +06:00
Asif Saif Uddin
d901b233d3
Merge pull request #387 from jazzband/instance-of
Add ability to filter an InheritanceQuerySet by model.
2019-08-20 23:45:02 +06:00
Rémy HUBSCHER
54477b653c
Merge pull request #281 from georgemillard/patch-1
Update Docs - utilities.rst based on issue #195
2019-08-20 17:17:44 +02:00
georgemillard
39bd66d120
Added tracker field to the Child model definition 2019-08-20 16:01:15 +01:00
Rémy HUBSCHER
d51368cdc3
Merge pull request #381 from Atorich/fix_tests
Fix tests
2019-08-20 15:42:45 +02:00
Rémy HUBSCHER
cfbea2ca89
Merge pull request #388 from jazzband/bugfix/issue_109
Implemented ability to lie about modified fields
2019-08-20 15:40:41 +02:00
Eugene
7d9ebc1b49
Skip AbstractModelTrackerTests
https://github.com/jazzband/django-model-utils/pull/381
2019-08-20 19:00:25 +07:00
Rémy HUBSCHER
1878537f25
Merge branch 'master' into bugfix/issue_109 2019-08-20 13:46:07 +02:00
Rémy HUBSCHER
976c17024e
Merge branch 'master' into instance-of 2019-08-20 12:50:09 +02:00
Rémy HUBSCHER
4e84b6d7bd
Improve Makefile to handle VENV creation if needed. 2019-08-20 12:09:51 +02:00
Asif Saif Uddin
d3534d656d
Merge pull request #384 from Asday/subset
Added `Choices().subset()`.
2019-08-20 05:02:47 +06:00
asday
488be3ff01 Updated documentation and bumped minor version. 2019-08-19 23:02:43 +01:00
Asif Saif Uddin
1c2992476f
Merge pull request #383 from Asday/flake8
Fixed flake8 issues.
2019-08-20 03:54:10 +06:00
asday
1142254f62 not x in y => x not in y. 2019-08-19 22:38:30 +01:00
asday
d9aa34e498 Fixed spacing.
Extraneous whitespace, too many blank lines, and too few blank
lines.
2019-08-19 22:38:05 +01:00
asday
51a720386c Moved a binary operator to the start of a line. 2019-08-19 22:37:16 +01:00
asday
b7483fa538 Removed an unused import. 2019-08-19 22:37:01 +01:00
asday
383740e8ab Added Choices().subset(). 2019-08-19 22:33:08 +01:00
Eugene Kuznetsov
23148f481c fix test case 2019-08-05 18:45:48 +07:00
Eugene Kuznetsov
a3bada7e54 fix test case 2019-08-05 18:44:46 +07:00
Simon Charette
d3d0881de0
Merge pull request #373 from jazzband/release-3.2.0
Release 3.2.0.
2019-06-21 11:31:44 -04:00
Simon Charette
08e84eff69
Release 3.2.0. 2019-06-21 11:18:00 -04:00
Asif Saif Uddin
2bc7c47157
Merge pull request #285 from ebsaral/feature/disable-model-save-signals
Feature/disable model save signals
2019-05-21 00:55:10 +06:00
Emin Bugra Saral
f5d4e5ce2b Update changes and authors 2019-05-20 19:45:51 +02:00
Emin Bugra Saral
5d6f8f4e9f Disable signals on save feature 2019-05-20 19:35:05 +02:00
Emin Bugra Saral
b7d953d8bb Add requirement for running tests 2019-05-20 19:32:02 +02:00
Asif Saif Uddin
25dde41418
Merge pull request #360 from marfyl/master
Add UUIDModel and UUIDField
2019-05-16 05:45:53 +06:00
Asif Saif Uddin
77bbdb12fc
updated dependencies 2019-05-16 05:42:33 +06:00
Asif Saif Uddin
e04ef1d9ba
adjust setup 2019-05-16 05:30:03 +06:00
Asif Saif Uddin
5d73431e0d
xenial 2019-05-16 05:27:36 +06:00
Asif Saif Uddin
a2f46f74d7
update supported versions 2019-05-16 05:25:55 +06:00
Asif Saif Uddin
98b7f18047
django 1.11 n 2.1+ only 2019-05-16 05:24:49 +06:00
Asif Saif Uddin
3c6bd237af
drop py34 add py37 2019-05-16 05:22:00 +06:00
Asif Saif Uddin
9eb118ee9e
Merge pull request #369 from jcushman/patch-save-fix
Move patch_save to finalize_class so it works on models with save() methods
2019-05-10 00:41:33 +06:00
Jack Cushman
f2e97e4141 Move patch_save to finalize_class so it works on models with save() methods 2019-04-25 17:50:08 -04:00
Nick Sandford
d557c42533 Catch deferred attribute exception (#367) 2019-03-29 12:46:40 +06:00
JMP
fa9a0376dd Merge branch 'master' of github.com:marfyl/django-model-utils 2019-03-20 21:51:41 +01:00
JMP
fc523d5433 Add tdd to increase coverage 2019-03-20 21:51:31 +01:00
Remy Suen
c4a252d1fb Explain usage of timeframed model manager in the documentation (#365)
* Provide a sample for using the timeframed manager

Signed-off-by: Remy Suen <remy.suen@gmail.com>

* Update CHANGES.rst file

Signed-off-by: Remy Suen <remy.suen@gmail.com>

* Update AUTHORS.rst file

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2019-03-20 15:07:00 +06:00
Skia
1b9b5ac2c1 managers: honor OneToOneField.parent_link=False (#363) 2019-03-12 23:29:02 +06:00
John Vandenberg
581522c46a MANIFEST.in: Add docs and tests (#362)
Also include all language translations in sdist.

Fixes https://github.com/jazzband/django-model-utils/issues/361 and closes https://github.com/jazzband/django-model-utils/issues/356
2019-03-11 13:51:59 +06:00
jmmp
434bc6d45c
unneeded import removed 2019-02-27 14:33:48 +01:00
jmmp
5ffcfe831c
Update fields.py 2019-02-27 02:29:47 +01:00
JMP
89fd5fff82 Catch exception in test 2019-02-26 19:19:32 +01:00
JMP
ce3a0e59f4 Use django exception instead custom one 2019-02-26 19:17:06 +01:00
JMP
2a47aa093d Pep8 review 2019-02-26 19:01:39 +01:00
JMP
5c49f2c7d0 Update changes.rst for UUIDModel and UUIDField 2019-02-26 18:41:23 +01:00
JMP
da3c59a6df Fix SyntaxError for python 2.7 2019-02-26 18:38:39 +01:00
JMP
8d9a00b89b Fix pep8 error 2019-02-26 18:16:01 +01:00