Commit Graph

3660 Commits

Author SHA1 Message Date
Dani Hodovic
a681ac4e45
Allow rendering custom widgets from root templates dir
Rendering custom widgets from the projects root template directory
doesn't work out of the box.

See: https://stackoverflow.com/questions/45844032/django-templatedoesnotexist-in-case-of-a-custom-widget/46208414#46-208414

This changes the setting to use the same template finding logic that the
TEMPLATES setting uses.
2020-01-27 22:11:49 +01:00
Bruno Alla
f5aa06c160
Merge pull request #2414 from pydanny/pyup-update-werkzeug-0.16.0-to-0.16.1
Update werkzeug to 0.16.1
2020-01-27 12:14:39 +00:00
browniebroke
9734582a88 Update werkzeug from 0.16.0 to 0.16.1 2020-01-27 11:00:31 +00:00
Bruno Alla
f109e65816 Update list of contributors 2020-01-24 15:28:03 +00:00
Bruno Alla
ea7186f4ce
Fixed the redis-py project URL (#2412)
Fixed the redis-py project URL
2020-01-24 14:24:54 +00:00
Bruno Alla
d489be54d0
Update django-coverage-plugin to 1.8.0 (#2411)
Update django-coverage-plugin to 1.8.0
2020-01-24 14:09:34 +00:00
Michael Samoylov
884e80fc52
Fixed the redis-py project URL
Previously it was pointing to the Redis project repository.
2020-01-24 13:59:36 +02:00
browniebroke
2b34e27013 Update django-coverage-plugin from 1.7.0 to 1.8.0 2020-01-24 11:00:30 +00:00
Bruno Alla
e8fcf9ed60 Update list of contributors and changelog 2020-01-23 18:53:03 +00:00
Bruno Alla
d78466af0f
Update docs files (#2383)
Update docs files
2020-01-23 18:52:25 +00:00
Bruno Alla
4bf0533bfa Fix broken links duplicated from testing.rst 2020-01-23 18:39:38 +00:00
Bruno Alla
00772d7141 Merge remote-tracking branch 'origin/master' into update-doc 2020-01-23 18:38:26 +00:00
Bruno Alla
c31586488c
Merge pull request #2406 from BoPeng/master
Honor passed password for UserFactory
2020-01-23 18:09:24 +00:00
Bruno Alla
fd43059e28 Update formatting 2020-01-23 17:52:17 +00:00
Bruno Alla
bf30846681
Update sentry-sdk to 0.14.1 (#2409)
Update sentry-sdk to 0.14.1
2020-01-22 11:18:55 +00:00
browniebroke
9bf6ee16b2 Update sentry-sdk from 0.14.0 to 0.14.1 2020-01-22 11:00:32 +00:00
Bruno Alla
bc00a343ea Fix broken links in doc fixes #2408 2020-01-22 10:52:31 +00:00
Bruno Alla
de3e3575be
Merge pull request #2407 from pydanny/pyup-update-pytest-5.3.3-to-5.3.4
Update pytest to 5.3.4
2020-01-21 12:02:59 +00:00
browniebroke
8ceaa3e1c7 Update pytest from 5.3.3 to 5.3.4 2020-01-21 11:00:34 +00:00
browniebroke
a0fff1d085 Update pytest from 5.3.3 to 5.3.4 2020-01-21 11:00:33 +00:00
Bo
c231a267c9
Merge pull request #1 from bioworkflows/patch-1
Honor passed password for UserFactory
2020-01-19 16:40:22 -06:00
Bo Peng
3f6562c7fe
Honor passed password for UserFactory 2020-01-19 16:21:27 -06:00
Bruno Alla
29bc74e752
Update django-coverage-plugin to 1.7.0 (#2403)
Update django-coverage-plugin to 1.7.0
2020-01-18 16:23:14 +00:00
Bruno Alla
e2be442e02
Merge pull request #2404 from pydanny/pyup-update-pytest-5.3.2-to-5.3.3
Update pytest to 5.3.3
2020-01-18 12:06:46 +00:00
browniebroke
a69bf2e778 Update pytest from 5.3.1 to 5.3.3 2020-01-18 11:00:34 +00:00
browniebroke
546168c64b Update pytest from 5.3.2 to 5.3.3 2020-01-18 11:00:33 +00:00
Bruno Alla
75d8bdbcae
Merge branch 'master' into pyup-update-django-coverage-plugin-1.6.0-to-1.7.0 2020-01-17 12:19:24 +00:00
Bruno Alla
79498dc7c4
Update django-extensions to 2.2.6 (#2402)
Update django-extensions to 2.2.6
2020-01-17 12:18:03 +00:00
browniebroke
70f43c7716 Update django-coverage-plugin from 1.6.0 to 1.7.0 2020-01-17 11:00:40 +00:00
browniebroke
c02587300e Update django-extensions from 2.2.5 to 2.2.6 2020-01-17 11:00:36 +00:00
Bruno Alla
cb95128b17
Change link from Gitter to Slack 2020-01-17 10:56:11 +00:00
Bruno Alla
d1a46b5d4d
Update badge from Gitter to Slack 2020-01-17 10:53:54 +00:00
howiezhao
2f9d693980
style: formatting code 2020-01-16 11:31:37 +08:00
Bruno Alla
60ce5ce2d5
Fix loaders option in test environment as well (#2401)
Fix loaders option in test environment as well
2020-01-15 11:00:15 +00:00
Bo
1609d4410e
Fix loaders option in test environment as well 2020-01-14 21:19:44 -06:00
Bruno Alla
a5298e0242
Assuming DTL to be the last instead of first template engine in… (#2400)
Assuming DTL to be the last instead of first template engine in TEMPLATES
2020-01-14 20:03:44 +00:00
Bo
15fc92ace1
Assuming DTL to be the last instead of first template engine 2020-01-14 08:50:38 -06:00
Bo
43601d805a
Update CONTRIBUTORS.rst 2020-01-14 08:49:33 -06:00
Bruno Alla
ca90ac1c93
Update pytest-django to 3.8.0 (#2399)
Update pytest-django to 3.8.0
2020-01-14 12:30:54 +00:00
Bruno Alla
8e3c2cdac6
Update django-stubs to 1.4.0 (#2398)
Update django-stubs to 1.4.0
2020-01-14 12:28:16 +00:00
browniebroke
82c483bad5 Update pytest-django from 3.7.0 to 3.8.0 2020-01-14 11:00:37 +00:00
browniebroke
6d4128b487 Update django-stubs from 1.3.1 to 1.4.0 2020-01-14 11:00:32 +00:00
Bruno Alla
d9d80751dd Update CHANGELOG.md 2020-01-13 22:42:35 +00:00
Bruno Alla
463c1f83e6
Update CONTRIBUTORS.rst 2020-01-13 17:51:50 +00:00
Bruno Alla
320e770bb8
Add option to choose CI tool (#2350)
Add option to choose CI tool
2020-01-13 17:50:34 +00:00
Bruno Alla
60bf49a10c
Update CONTRIBUTORS.rst 2020-01-13 12:40:32 +00:00
Bruno Alla
5cfed14b47
Fix failing mypy tests in users app with django-stubs (#2395) (#2396)
Fix failing mypy tests in users app with django-stubs (#2395)
2020-01-13 12:38:50 +00:00
Bruno Alla
66c507da90
Update coverage to 5.0.3 (#2397)
Update coverage to 5.0.3
2020-01-13 12:33:45 +00:00
browniebroke
9d1d5e47ff Update coverage from 5.0.2 to 5.0.3 2020-01-13 11:00:33 +00:00
Daniel Hillier
0872982245 Fix failing mypy tests in users app with django-stubs (#2395)
Adds django-stubs as a requirement for local virtualenv. This is
required now that the User Model type is being resolved properly.
2020-01-13 01:57:20 +11:00