Commit graph

  • a0d94d5220 Merge pull request #19 from marcusmartins/mock_redis_outside_tests Ken Cochrane 2015-01-08 17:10:18 -0500
  • d72e32cfc1 Allow redis connections to be mocked outside tests Marcus Martins 2015-01-08 12:56:33 -0800
  • 2a1ab5c7ac Merge pull request #18 from marcusmartins/migrations Ken Cochrane 2015-01-06 12:44:26 -0500
  • 15aff44eaa Add documentation around migrations Marcus Martins 2015-01-06 09:28:57 -0800
  • 345077725d Add support for migrations under South and Django 1.7 Marcus Martins 2015-01-05 18:40:29 -0800
  • b8bd4bc4c6 Merge pull request #17 from marcusmartins/package_improvements Ken Cochrane 2015-01-05 18:06:31 -0800
  • 43d91ef694 Fix tests for Django 1.7 Marcus Martins 2015-01-05 17:47:57 -0800
  • 0454bf741a Adding unicode support for python3 Marcus Martins 2015-01-05 17:20:24 -0800
  • e78016c075 Don't build django 1.7 with python 2.6 Marcus Martins 2015-01-05 17:08:13 -0800
  • 123e3dc7be Limit django supported versions Marcus Martins 2015-01-05 16:57:50 -0800
  • 7c22166caf Relax install_requires for package Marcus Martins 2015-01-05 16:14:24 -0800
  • 0402878f2f Merge pull request #12 from kencochrane/add_celery Ken Cochrane 2015-01-05 18:48:32 -0500
  • 193c23573f merge Ken Cochrane 2015-01-05 15:48:25 -0800
  • a2775f4e99 added a section on performance to the readme, tweaked the travis settings Ken Cochrane 2015-01-04 11:50:58 -0500
  • 29b93a6fef better tweaked the landscape.io settings Ken Cochrane 2015-01-03 16:53:33 -0500
  • 8f8682c48f fixed issue with python3 Ken Cochrane 2015-01-03 16:50:51 -0500
  • 92c378bf68 Add Celery option for writing to database Ken Cochrane 2015-01-03 16:33:51 -0500
  • 1c56b279cd missing file in last commit Ken Cochrane 2015-01-03 11:11:08 -0500
  • a7bc8c0d55 added landscape.io and some fixes it found Ken Cochrane 2015-01-03 11:09:30 -0500
  • 7e32eacd97 moved a config out of middleware into config and also updated README Ken Cochrane 2015-01-03 10:34:19 -0500
  • 271fde9dae Merge pull request #11 from shin-/master Ken Cochrane 2015-01-02 19:29:15 -0500
  • 48d45a0367 Use pipelines for atomic transactions Joffrey F 2015-01-02 16:07:01 -0800
  • 95e8ccf088 Merge pull request #10 from shin-/master Ken Cochrane 2015-01-02 18:54:13 -0500
  • 59fed5fc8a python3 fix Joffrey F 2015-01-02 15:31:09 -0800
  • 1b63b657a1 test_get_view for 100% coverage Joffrey F 2015-01-02 15:29:26 -0800
  • 465e45a124 Admin and middleware tests Joffrey F 2015-01-02 15:15:34 -0800
  • 649cc33c68 Merge pull request #9 from shin-/master Ken Cochrane 2015-01-02 16:38:06 -0500
  • 08bb7d12fb Fixed get_user_attempts() and unit tests Joffrey F 2015-01-02 13:26:43 -0800
  • 34060b1eb1 added one more unit test, and added a coverage ignore to a line Ken Cochrane 2015-01-02 16:10:12 -0500
  • a6ac9a1e67 Improved utils coverage Joffrey F 2015-01-02 13:09:31 -0800
  • 6f0f5c26f2 added more unit tests Ken Cochrane 2015-01-02 16:02:09 -0500
  • e0393bb2eb added unit test for custom lockout template Ken Cochrane 2015-01-02 15:43:38 -0500
  • 2149ef8617 Merge pull request #8 from shin-/fix_cooloff_0 Ken Cochrane 2015-01-02 15:23:08 -0500
  • 70fa41ff0d Ensure we don't break when cooloff time is 0 ('permanent' lock) Joffrey F 2015-01-02 12:12:57 -0800
  • 20d2f9652d Merge branch 'master' of github.com:kencochrane/django-defender Ken Cochrane 2015-01-02 14:53:00 -0500
  • 757bd7947f remove pypy3 from test suite Ken Cochrane 2015-01-02 14:52:58 -0500
  • 6c58460c26 Merge pull request #7 from shin-/fix_redis_mock Ken Cochrane 2015-01-02 14:52:35 -0500
  • 6e4e450dce Fixed redis mocking in tests Joffrey F 2015-01-02 11:27:29 -0800
  • aa934d7af4 improvements to coverage, and added pypy3 testing Ken Cochrane 2015-01-01 13:50:19 -0500
  • 98f3a3c776 minor cleanup Ken Cochrane 2015-01-01 13:40:05 -0500
  • 84e4105ae5 removed the extra print statments Ken Cochrane 2015-01-01 12:58:09 -0500
  • a8e721dd3d more refactoring and unit tests Ken Cochrane 2015-01-01 12:51:46 -0500
  • bd9698951f add the missing requirement Ken Cochrane 2015-01-01 11:39:20 -0500
  • 4fdd0c6af8 make it redis backend configurable by test settings Ken Cochrane 2015-01-01 11:37:20 -0500
  • 4558642f78 switch to real redis for travis Ken Cochrane 2015-01-01 11:31:28 -0500
  • 9e0372e6d6 try to get travis working Ken Cochrane 2015-01-01 11:13:10 -0500
  • 2826db53fe try to get travis working Ken Cochrane 2015-01-01 11:09:33 -0500
  • ea649fa416 more config for travis.yml Ken Cochrane 2015-01-01 11:00:52 -0500
  • 9b7b73b5e8 add travis.yml Ken Cochrane 2015-01-01 10:48:06 -0500
  • 8a3d7a57ac more refactor and unit tests Ken Cochrane 2014-12-31 20:29:17 -0500
  • 09f29131a4 more refactoring and added a unit test Ken Cochrane 2014-12-31 19:44:21 -0500
  • 15e6a40e0a more refactoring to clean up the code Ken Cochrane 2014-12-31 19:27:18 -0500
  • cf136033a1 refactored the code a little, and updated readme to include missing config Ken Cochrane 2014-12-31 17:00:45 -0500
  • 1974643c14 readme formatting fixes Ken Cochrane 2014-12-31 12:34:24 -0500
  • 15fd65f06b made the readme more complete Ken Cochrane 2014-12-31 12:32:56 -0500
  • 2ee602b9dd fixed unit tests Ken Cochrane 2014-12-31 12:19:06 -0500
  • 6786499ba1 first pass at some unit tests, still not working Ken Cochrane 2014-12-30 20:17:15 -0500
  • 03488469f5 cleaned up readme Ken Cochrane 2014-12-30 18:19:53 -0500
  • 859bc4a25d initial checkin Ken Cochrane 2014-09-23 17:31:17 -0700
  • f361ec3e48 Initial commit Ken Cochrane 2014-09-21 10:42:19 -0400