41 Commits

Author SHA1 Message Date
12966222e3
Remove Django restriction in requirements.d/all.txt 2023-03-18 13:43:41 +01:00
9d8a50e92f
Update to Django 4.1 2023-03-18 13:43:39 +01:00
1aed14f487
Update to Django 4.0 2023-03-18 13:43:38 +01:00
6a6d9a5ab2
Update to Django 3.2 2023-03-18 13:43:37 +01:00
f6239649aa
Update to Django 3.1 2023-03-18 13:43:36 +01:00
b32b05705d
Update to Django 3.0 2023-03-18 13:43:35 +01:00
0f8d7fe8ce
Install pylint
It helps for the version upgrades to check there are no errors
2023-03-18 13:43:33 +01:00
TW
ed673c68d0
Merge pull request #443 from elnappo/updates
[WIP] 36c3
2019-12-27 20:28:35 +01:00
Fabian Weisshaar
bf2a06353d Update Django to v2.2, see #386 2019-12-27 15:35:47 +01:00
Fabian Weisshaar
1732ace5a0 Add Referrer-Policy HTTP Header, #281 2019-05-16 11:30:34 +02:00
Fabian Weisshaar
ef7a9ec539 Use setuptools-scm for git based versions 2018-12-28 20:40:34 +01:00
Thomas Waldmann
73b274b8ae require pytest >= 3.6
looks like "pluggy" package needs this.
2018-09-30 20:58:51 +02:00
Fabian Weisshaar
55f47ff52d Update to Django 1.11 LTS, fixes #293 2018-01-30 12:37:12 +01:00
TW
f38cc72c56 Merge pull request #291 from elnappo/registration
Upgrade django-registration-redux
2017-01-21 01:00:21 +01:00
Fabian Weisshaar
cb7f55d55d upgrade python-social-auth 2016-12-29 17:53:27 +01:00
Fabian Weisshaar
dfe0e1c7f0 This fixes #250, fixes #251 and fixes #252 2016-12-28 20:24:00 +01:00
Thomas Waldmann
d7a8d9c214 travis: test on trusty with sudo, against local bind9 dns 2016-08-14 02:34:10 +02:00
Thomas Waldmann
4c6b7b56a0 downgrade django-registration-redux, fixes #250
seems like our code is not compatible with d-r-r 1.2 as using it breaks at least the password reset.
2016-01-08 02:12:54 +01:00
Henning dickten
96fec52cf3 update django 1.7 to >=1.8.1 LTS 2015-12-28 17:09:01 +01:00
Thomas Waldmann
50e9ada058 remove transifex-client from dev requirements file as it does not work on python 3.4
add a note to docs about transifex-client installation and python version issues.
2014-12-28 15:15:11 +01:00
Thomas Waldmann
46cdbd4e53 fix django requirements: >= 1.7.1 and <1.8
1.7.0 had some bugs in migrations, avoid. 1.8 is not tested.
2014-11-17 20:58:51 +01:00
elnappo
a5b6d7be08 update django to 1.7.1 2014-10-28 17:49:12 +01:00
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
f47af7998f requests 2.4.1 is released fixing the bug we worked around by requiring <2.4.0 2014-09-26 02:39:39 +02:00
Thomas Waldmann
dd95d84404 remove deprecated commit_on_success (works for Django >= 1.6), update requirements to Django 1.6.7 2014-09-26 02:32:46 +02:00
Thomas Waldmann
fa640706f5 add related hosts functionality, to update host records based on main host network address + interface id
this is esp. useful for v6 hosts, where your provider might give you a changing prefix (we assume /64), but your interface ids stay the same.

but same mechanism also principally works for v4 (we assume /29), except that you usually do not get a v4 network where the network address is changing.
and when it comes to dynamic addresses, many people only get 1 ipv4 address anyway. the related host could then be used for aliaseses with ifid == 0 for all aliases.
2014-09-23 00:48:54 +02:00
Thomas Waldmann
d8b1e93730 requests 2.4.0 has a bug, for now require requests<2.4.0 2014-08-30 21:30:31 +02:00
Thomas Waldmann
45bb3da92d add comments to requirements files 2014-08-28 13:58:46 +02:00
Thomas Waldmann
f70d6ebdf0 add requirements.d/travis.txt with the stuff needed on travis, but not installed via setup.py install_requires 2014-08-28 13:38:14 +02:00
Thomas Waldmann
fd93535abb requirements: add "requests" package (as in setup.py) 2014-08-27 17:58:53 +02:00
Thomas Waldmann
9402f450ed requirements: use django 1.6.6, travis: use django 1.5.9 and 1.6.6, also test on python 3.4 2014-08-27 17:53:52 +02:00
Thomas Waldmann
1ef8190eb0 add transifex-client to dev requirements 2014-07-29 17:12:33 +02:00
Thomas Waldmann
45b4216668 requirements: use django 1.6.5 (upgraded from 1.6.1) 2014-05-29 15:46:46 +02:00
Thomas Waldmann
1bf2a0554d requirements: use django 1.6.1 by default (see previous commit) 2014-01-26 17:38:11 +01:00
Thomas Waldmann
8cce8e3b94 requirements: use django 1.5.5 2013-11-09 20:12:06 +01:00
Thomas Waldmann
f357997f07 add python-social-auth for twitter, github, google
still incomplete, only login view
2013-11-02 05:15:06 +01:00
Thomas Waldmann
ca05d19f4f update requirements files 2013-10-05 04:07:21 +02:00
Thomas Waldmann
dbe328c6a4 updated requirements.d/all.txt with pip freeze + manual cleanup 2013-09-30 01:08:53 +02:00
Arne Schauf
84f855c2ff registration things 2013-09-28 12:43:57 +02:00
Arne Schauf
931dde79bb requirements fix and basic django project 2013-09-28 10:44:29 +02:00
Arne Schauf
bbf8217b90 installation howto and basic requirements 2013-09-28 10:24:05 +02:00