Commit graph

424 commits

Author SHA1 Message Date
jazzband-bot
f58bbef27e Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' 2021-10-27 16:59:39 +06:00
Jannis Leidel
bcb3216dd1
Merge pull request #72 from jazzband/gha
Migrate to GitHub Actions
2020-11-26 16:31:26 +01:00
Jannis Leidel
28b6e4cb59
Minor updates. 2020-11-26 10:00:51 +01:00
Jannis Leidel
ff95d54a26
Remove use of six. 2020-11-26 09:55:45 +01:00
Jannis Leidel
f0948c08e9
Update render_to_response. 2020-11-26 09:49:45 +01:00
Jannis Leidel
19766a7469
Add tox config for Python and Django additions. 2020-11-26 09:40:27 +01:00
Jannis Leidel
e3bd439961
Add Python 3.6 and 3.8 and Django 3.0 and 3.1. 2020-11-26 09:38:53 +01:00
Jannis Leidel
9dc0516683
Add release workflow. 2020-11-26 09:32:28 +01:00
Jannis Leidel
5c2803c32c
Write coverage file. 2020-11-26 09:29:44 +01:00
Jannis Leidel
8f7df22869
Map gha to tox. 2020-11-26 09:28:20 +01:00
Jannis Leidel
7494d94b54
Initial GitHub Actions workflow. 2020-11-26 09:24:14 +01:00
Asif Saif Uddin
6c82e3db63
Merge pull request #66 from mikebq/action-error-list-no-attrib-data
Fixes ActionErrorList creation resulting in AttributeError
2020-02-26 15:24:42 +06:00
Asif Saif Uddin
5c5236f0d2
Merge pull request #67 from mikebq/django-1-10-cycle-syntax-issue
Fixes cycle syntax
2020-02-26 15:23:21 +06:00
Michael Brannan
e94703f675 Fixes cycle syntax 2020-02-25 13:33:53 +00:00
Michael Brannan
94d6f29a15 Initialise base class before calling into it. 2020-02-25 12:00:49 +00:00
Jannis Leidel
3677b421fe
Make wheel file universal. 2020-02-07 13:19:07 +01:00
Jannis Leidel
c2289898fb
Skipping even less. 2020-02-07 12:12:46 +01:00
Jannis Leidel
b08191e1b8
Skip less. 2020-02-07 12:01:31 +01:00
Jannis Leidel
a755cbe456
More updates to changelog. 2020-02-07 11:43:33 +01:00
Jannis Leidel
1372cf1f6f
Move tests from example app into main package. 2020-02-07 11:38:50 +01:00
Jannis Leidel
fcc569b0d9
Remove local_settings since it's an anti-pattern. 2020-02-07 11:38:31 +01:00
Jannis Leidel
3d07c79272
Remove compat code from the past. 2020-02-07 11:38:19 +01:00
Jannis Leidel
0a6e3bdbcb
Minor fixes. 2020-02-07 11:27:59 +01:00
Gunnlaugur Þór Briem
06905e90c4
Fix BasePermission.assign for group perms
fixes #26
2020-02-07 11:17:51 +01:00
Jannis Leidel
1866f087b2
Update year. 2020-02-07 11:14:48 +01:00
Jannis Leidel
4d5a4ceeab
Blacken docs config. 2020-02-07 11:14:43 +01:00
Jannis Leidel
c39adbb1bb
More updates to changelog. 2020-02-07 11:13:48 +01:00
Jannis Leidel
c5be724ec9
Merge branch 'master' of github.com:jazzband/django-authority 2020-02-07 11:10:34 +01:00
Jannis Leidel
f793207cb9
Merge remote-tracking branch 'libraM/master' 2020-02-07 11:10:21 +01:00
Jannis Leidel
82d7feb47b
Merge pull request #57 from epfl-idevelop/master
Change module discovery to use the one from Django
2020-02-07 11:06:21 +01:00
Jannis Leidel
2dcbffe297
Merge branch 'master' into master 2020-02-07 11:04:41 +01:00
Jannis Leidel
07f0935ae2
Check the build files with twine check. 2020-02-07 10:59:34 +01:00
Jannis Leidel
a2cc00e3b5
Skipping more. 2020-02-07 10:54:37 +01:00
Jannis Leidel
d8542ffb87
Blacken the code. 2020-02-07 10:50:47 +01:00
Jannis Leidel
d891b2753d
Update changelog and simplify packaging. 2020-02-07 10:49:01 +01:00
Jannis Leidel
8bdca24ced
Updated travis and tox config files to match test envs. 2020-02-07 10:40:40 +01:00
Jannis Leidel
91ddd54a8d
Remove hgignore. 2020-02-07 10:40:13 +01:00
Safwan Rahman
52dc715454
Fixing tox 2020-01-24 16:45:48 +06:00
Jason Ward
4cf4853232 Add support for Django 2.2 (#64)
* Updated tox to test only python{2,3}.7 and djagno1.11/2.2

* Updated travis.

* Updated models/migrations.

* Updated path to `reverse`

* Updated path to login view.

* Updated middlewares/installed apps

* Updated .travis again.

* Lets see if that will get tests working in python3 on travis.

* Switch to in memory DB for tests

* Stop running tests with python2.7 and django 2.2. They shouldn't work anyway.

* Sure did that wrong. Fix which python versions are running with which code.

* That isn't needed. Lets see if that is what is breaking python3.

* Testing a theory.

* Revert "Testing a theory."

This reverts commit 69b3e4c906.

* Added initial migration for example users.

* is_authenticated is a bool, not a method.
2020-01-24 16:04:44 +06:00
Reece Dunham
58e08483cd
Fix Jannis’s name! 2019-01-13 17:10:40 -05:00
Reece Dunham
e3e4cd713e
Merge pull request #62 from cclauss/patch-1
'basestring' was removed in Python 3
2019-01-10 15:29:07 -05:00
Reece Dunham
e823da69d9
Merge pull request #54 from jazzband/copyright
Copyright fixes
2019-01-10 15:26:53 -05:00
Reece Dunham
4bbf12c095
Update conf.py 2019-01-10 15:26:36 -05:00
Reece Dunham
371c477aa5
Update LICENSE 2019-01-10 15:26:01 -05:00
cclauss
eebdcaa009
'basestring' was removed in Python 3
__from django.utils.six import string_types__
2018-12-02 11:49:53 +01:00
Benjamin Pereto
97cd73f9d7
Merge pull request #59 from bashu/patch-1
Syntax specification for codeblocks in README.rst
2018-10-14 16:39:30 +02:00
Basil Shubin
d0f5667687
let there be colour 2018-02-20 17:32:18 +07:00
Jannis Leidel
f58ec2d240
rST fixes. 2018-01-28 15:03:18 +01:00
Jannis Leidel
ce14ebd6a0
Update changelog. 2018-01-28 15:00:26 +01:00
Jannis Leidel
85ee004837
Remove requirements file again. 2018-01-28 14:58:16 +01:00