Commit graph

103 commits

Author SHA1 Message Date
Aleksi Häkli
d4c2603ed7
Add six imports for Django master compatibility
Implement forwards compatibility for missing
django.utils.six package imports on Django 2.2

Relates to django-compressor/django-appconf#44
and can be removed after django-appconf
has received a new release which deprecates
the use of the integrated Django six library

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-24 15:46:30 +02:00
Aleksi Häkli
5c2fa348ba
Update and clean up setup.py
- Use Python 3 syntax for file reads
- Use simpler keywords formatting
- Add Aleksi Hakli to authors listing
- Update maintainer to Jazzband
- Add cleaner project_urls
- Add Python 3.5+ version requirement

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-10 21:46:44 +02:00
Aleksi Häkli
030810df79
Drop Python 2.7 and Python 3.4 support
Fixes #395

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-07 17:28:26 +02:00
Aleksi Häkli
396d99ccc1
Fix tests for Django 2.1
Use HTML comparisons is assertContains instead of
normal text comparisons which can change with rendering.

Fixes #374
2018-12-23 15:52:21 +01:00
Aleksi Häkli
8204032102
Add Python 3.7 to supported versions
Add Django 2.1 to the test matrix

Fixes #371

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-12-10 19:48:46 +02:00
Aleksi Häkli
96ab3f1a5b
Add missing comma to setup.py
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-04-21 17:42:02 +03:00
Aleksi Häkli
df8feb4f69
Backport unicode string literals for Python 2.7
Fixes #328
2018-04-18 15:21:09 +03:00
Aleksi Häkli
512452e580
Add proxy precendence and count configuration
Fixes #286
2018-04-13 13:48:08 +03:00
Aleksi Häkli
da18e80569 Clean up quotes styling 2018-02-18 13:58:06 +02:00
hsiao yi
2844d65092
Fix inet_pton can't be imported on windows 2018-01-15 12:54:58 +02:00
Camilo Nova
da0c4b429a Added django-ipware 2017-12-13 14:35:19 -05:00
Camilo Nova
ba54a857b2
Merge pull request #271 from pope1ni/cleanup
Various minor packaging-related changes.
2017-11-23 17:18:20 -05:00
Nick Pope
f0a7ee28e1 Fix url in setup.py to point to correct repository. 2017-11-23 14:17:04 +00:00
Nick Pope
6e164ddb0f Added trove classifiers for supported versions of Django. 2017-11-23 14:16:47 +00:00
Nick Pope
60c88aa47f Test against Python 3.4
As discussed in #264.
2017-11-23 13:11:14 +00:00
Martin Bächtold
687e51eae0
Test against Python 2.7.
As discussed in https://github.com/jazzband/django-axes/issues/264 and https://github.com/jazzband/django-axes/issues/266.

We need to install `mock` when testing against Python 2.7 because `mock` has been added to the standard lib only starting with Python 3.3.
2017-11-23 07:44:15 +01:00
Camilo Nova
f1474d683b Remove support for python 2.x 2017-11-17 18:30:48 -05:00
Camilo Nova
ba37442252 Added support for Django signals, big code refactor and improvements 2017-11-17 17:15:34 -05:00
Camilo Nova
8b4ca6e538 Added pytz as a requirement. Fixes #230 2017-05-09 18:52:18 -05:00
Camilo Nova
5ba8aa4580 Release 2.0.0 2016-06-24 11:55:13 -05:00
Camilo Nova
036b47706a ☀️ Improved the way we run tests 2016-06-24 09:16:29 -05:00
Camilo Nova
19f4e709e8 🔥 Do some cleaning 2016-06-24 08:41:24 -05:00
Camilo Nova
b9b948c776 Release 1.7.0 2016-06-10 17:03:25 -05:00
Joeri Bekker
d724aab721 Fixes issue 162: UnicodeDecodeError on pip install 2016-06-01 12:24:52 +02:00
Camilo Nova
21d974b1dd Release 1.6.1 2016-05-13 08:08:25 -05:00
Camilo Nova
31a54fac00 Release 1.6.0 2016-01-07 07:59:29 -05:00
Alex Clark
a267c97058 Release 1.5.0 2015-09-11 11:21:06 -04:00
Alex Clark
2b33478456 Release 1.4.0
- Update meta
- Add new make targets for release
2015-08-10 08:04:52 -04:00
Alex Clark
ed15836970 Prepare 1.3.9 2015-02-11 11:59:13 -05:00
Alex Clark
10920cd7e5 Rename org 2014-10-07 07:47:37 -04:00
Alex Clark
621fac8404 Release 1.3.7 2014-10-05 09:17:54 -04:00
Camilo Nova
8b648b8775 Use django built-in six version 2014-04-09 07:42:18 -05:00
Camilo Nova
d9e8b8cd88 Added six as requirement 2014-04-09 07:25:24 -05:00
Artur Barseghyan
b67374dfb3 added example project and helper scripts 2013-12-24 19:30:30 +01:00
Camilo Nova
778f208cc1 Release 1.3.6 2013-11-23 11:17:15 -05:00
Thomas Grainger
ecfee34598 Back to development: 1.3.6 2013-11-01 12:07:50 +00:00
Thomas Grainger
8ee1e138e4 Preparing release 1.3.5 2013-11-01 12:07:30 +00:00
Thomas Grainger
b06498d8f3 Back to development: 1.3.5 2013-11-01 11:48:47 +00:00
Thomas Grainger
e3325d2f74 Preparing release 1.3.4 2013-11-01 11:48:08 +00:00
Thomas Grainger
e1af717ce1 reverse version loading direction to support zest.releaser 2013-11-01 11:20:02 +00:00
Thomas Grainger
c2feae329b update PyPI URL 2013-10-31 10:01:54 +00:00
Camilo Nova
02761c540b Use only one place to get the version number 2013-04-27 08:57:53 -05:00
Alex Clark
8543dad6ea Release 1.3.1 2013-04-19 13:35:33 -04:00
Alex Clark
8b81b8a8cd Release 1.3.0 2013-02-27 15:28:15 -05:00
Alex Clark
1a1a7243dc Release 1.2.9 2013-02-20 09:06:03 -05:00
Alex Clark
bc4e0a5728 Release 1.2.7 2013-01-17 20:16:50 -05:00
Alex Clark
61b17b4d56 Release 1.2.6 2012-12-04 12:33:57 -05:00
Alex Clark
11c405b0c3 Release 1.2.5 2012-11-28 21:05:47 -05:00
Alex Clark ☺
f8028ddb63 Update setup.py
Don't import from axes
2012-10-25 19:46:37 -03:00
Josh VanderLinden
dc1235b6a9 Updating authors. Version bump.
--HG--
extra : rebase_source : 8fdd7f6c7a4c86df8074ea0f7222eff0c7a3b5ca
2010-12-27 21:51:51 -05:00
Josh VanderLinden
2c066c7080 Merging in changes from MichaelBlume, with some modifications of my own. 2010-10-01 17:41:38 -04:00
wheaties.box
e1e68ee2c0 Created tag 0.1.1-rc1
--HG--
extra : convert_revision : svn%3A6515f4ec-ab5a-11dd-8fd9-859366ca643a/trunk%404
2008-12-06 10:09:34 +00:00
wheaties.box
404f02b85c Initial import
--HG--
extra : convert_revision : svn%3A6515f4ec-ab5a-11dd-8fd9-859366ca643a/trunk%402
2008-11-05 22:52:40 +00:00