mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.3.1
This commit is contained in:
parent
c1d813db92
commit
8543dad6ea
3 changed files with 7 additions and 9 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.3.1 (2013-03-19)
|
||||
------------------
|
||||
|
||||
- Add support for Django 1.5 [camilonova]
|
||||
|
||||
1.3.0 (2013-02-27)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
8
MANIFEST
8
MANIFEST
|
|
@ -1,8 +0,0 @@
|
|||
README
|
||||
setup.py
|
||||
axes/__init__.py
|
||||
axes/admin.py
|
||||
axes/decorators.py
|
||||
axes/middleware.py
|
||||
axes/models.py
|
||||
axes/views.py
|
||||
3
setup.py
3
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-axes',
|
||||
version='1.3.0',
|
||||
version='1.3.1',
|
||||
description="Keep track of failed login attempts in Django-powered sites.",
|
||||
long_description=(open('README.rst', 'r').read() + '\n' +
|
||||
open('CHANGES.txt', 'r').read()),
|
||||
|
|
@ -28,6 +28,7 @@ setup(
|
|||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Topic :: Internet :: Log Analysis',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
|
||||
'Topic :: Security',
|
||||
|
|
|
|||
Loading…
Reference in a new issue