Commit graph

43 commits

Author SHA1 Message Date
Aleksi Häkli
a1d526f318
PEP8 formatting (#147)
Run black with Python 2.7 as target version
to unify the code styling and make it more
linter and style guide compliant
2019-11-15 20:22:14 +02:00
Aleksi Häkli
7d4d845585
Add Python version classifiers to setup.py 2019-11-13 23:01:11 +02:00
Salar Rahmanian
fbad0face1 Added support for redis client 3.2.1 2019-06-04 15:17:31 -04:00
Chris Ledet
7ca76bb975 Add and test support for Django 2.2 2019-05-30 08:34:42 -04:00
Attila Földes
1f76f79e09 redispy 3.2.0 compat 2019-03-07 06:26:17 -05:00
Ken Cochrane
c31e812abd Pushed out release 0.6.0 2019-02-09 10:15:53 -05:00
fr0mhell
7400a4945f Feature update Python and Django versions (#126)
* remove Python 3.3
* remove Django 1.8-1.10
* add Celery v4
* update travis config
* update admin URL
* replace MIDDLEWARE_CLASSES with MIDDLEWARE
2019-01-29 07:50:02 -05:00
Ken Cochrane
2251c298a9 Release version 0.5.5
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2018-06-07 07:48:18 -04:00
Ken Cochrane
825afb3209 Released version 0.5.4
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2018-04-10 19:39:20 -04:00
Ken Cochrane
fcfcd53076
Move mockredis to test requirements. replaces #115 (#119)
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2018-02-20 09:34:14 -05:00
Ken Cochrane
46ff44bd87 Released version 0.5.2
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2018-02-19 09:50:59 -05:00
Sophie Wirth
cde53c5315 replace django.core.urlresolvers with django.urls to appeace Django2.… (#106)
* replace django.core.urlresolvers with django.urls to appeace Django2.0 deprecations
* add try except block around imports for older version support
* add correct django version in setup.py install_reqs
2017-12-11 13:52:50 -05:00
Eric Buckley
cd587a4f09 removing hiredis dependency in setup.py (#102) 2017-08-31 13:44:09 -04:00
Ken Cochrane
bcfe46ceca change django install_requires version (#101)
Fix the django install)requires version in setup.py so that it allows versions of django 1.11.x
2017-08-31 11:31:04 -04:00
Ken Cochrane
5451dba099 Bump to 0.5.1 (#95)
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
2017-08-02 14:50:59 -04:00
Ken Cochrane
fc9d51e46a Release 0.5.0 (#88)
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
2017-06-29 09:27:04 -04:00
Mattia Procopio
b985d17beb Allow decoration of functions beyond the admin login (#86)
* Allow decoration of functions beyond the admin login

* Exclude tests file from coverage

* Allow installing django 1.11

* Add python 3.6 for testing
2017-06-26 12:23:23 -04:00
Francisco Rivera
d2b712eade Taking redis client from django.core.cache (#82)
* new setting that point to an already configured redis client

* taking redis client from django cache setting

* adding informative exception

* dropping django 1.6 support

* dropping django 1.7 support

* adding tests

* removing old coverage stuff + pep8 fixes

* ups, wrong package

* supporting multiple backends

* adding documentation

* dropping python 2.6 support
2017-06-24 19:17:15 -04:00
Ken Cochrane
c4f3a61036 Bump for 0.4.3 release (#74)
* Bump for 0.4.3 release

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* updated travis dependencies and fixed issue with 1.10,1.11 tests

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* Added travis settings

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* Revert django 1.11 support

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2017-04-14 18:30:58 -04:00
Dmitry Mukhin
6a0ef3024b flex version requirements for dependencies 2017-01-31 16:11:29 +03:00
Benjamin Toueg
f40c9ff5c5 Add for Django 1.10 to install_requires 2016-08-31 16:08:45 +02:00
Ken Cochrane
972c670879 bump version to 0.4.2 and django version to 1.9.2 and 1.8.9 2016-02-01 14:53:38 -05:00
Vladimir Bolshakov
4b8852204d Django 1.9 is supported in installation requirements. 2016-02-01 19:10:28 +03:00
Ken Cochrane
6a20dbf671 bump version to 0.4.1 2016-01-25 15:02:15 -05:00
Ken Cochrane
64c5684c12 Added so that you can disable IP lockouts if you want 2015-10-21 16:33:08 -04:00
Ken Cochrane
b7ba33c549 bumped the version to 0.3.2 and made it so it installs easier with django 1.8 2015-06-16 08:41:40 -04:00
Ken Cochrane
fdf70c4c0c bumped to 0.3.1 2015-03-24 15:28:25 -04:00
Ken Cochrane
47d6a71825 fixed issues #15 #35 and #36, added way to clean up access attempt table, as well as an option to not login attempts. Also speed up django admin pages 2015-03-20 10:09:39 -04:00
Ken Cochrane
231db4a633 fixed issue with templates not getting added to pypi package 2015-03-03 09:44:07 -05:00
Ken Cochrane
83201c104f bump the version to 0.2.1 2015-02-26 12:42:47 -05:00
Tom Clancy
1d11fe27c7 Wrong library 2015-02-26 11:25:42 -05:00
Tom Clancy
d131424aa5 Add dependency on mockredis 2015-02-26 11:22:47 -05:00
Ken Cochrane
1816365ed7 fixed missing package_data 2015-02-25 11:22:19 -05:00
Ken Cochrane
9c50d8e833 added fixes for issue #32, hopefully this closes the security hole that @mmetince found 2015-02-24 18:16:08 -05:00
Ken Cochrane
8e6036d56b updated setup.py to fix error 2015-02-24 15:31:01 -05:00
Ken Cochrane
a61ebab912 uploaded to pypi 2015-02-15 12:59:14 -05:00
Marcus Martins
123e3dc7be Limit django supported versions
Limit the supported version to Django 1.6.x and 1.7.x
2015-01-05 16:57:50 -08:00
Marcus Martins
7c22166caf Relax install_requires for package 2015-01-05 16:14:24 -08:00
Ken Cochrane
92c378bf68 Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
Joffrey F
6e4e450dce Fixed redis mocking in tests 2015-01-02 11:27:29 -08:00
Ken Cochrane
84e4105ae5 removed the extra print statments 2015-01-01 12:58:09 -05:00
Ken Cochrane
6786499ba1 first pass at some unit tests, still not working 2014-12-30 20:17:15 -05:00
Ken Cochrane
859bc4a25d initial checkin 2014-09-23 17:31:17 -07:00