Commit Graph

33 Commits

Author SHA1 Message Date
Carlton Gibson 2715d6f315 Merge pull request #451 from rpkilby/warn-unrecognized-field
Resolve 450, add error message for unrecognized field types
2016-08-14 20:44:23 +02:00
Carlton Gibson 2f7fec71bf Merge pull request #452 from rpkilby/all-values-multiple
Add AllValuesMultiple Test
2016-08-14 20:38:40 +02:00
Ryan P Kilby 9702e55744 Empty value for CSV should parse as [] 2016-08-10 17:14:57 -04:00
Ryan P Kilby 3ce6060eca Remove duplicate length checks 2016-08-10 17:02:22 -04:00
Ryan P Kilby 69d90c0498 Resolve #450 2016-08-07 15:36:21 -04:00
Ryan P Kilby fa9d6499ee Add AllValuesMultipleTests 2016-08-04 12:09:47 -04:00
Ryan P Kilby 3e760469a5 Add count method to qs deprecations 2016-07-30 16:57:50 -04:00
Ryan P Kilby bb6f83fcbc Fix #439, Deprecate container-like methods 2016-06-30 01:21:39 -04:00
Ryan P Kilby f61d7a7324 Add more explanatory FieldLookupError 2016-04-18 05:04:25 -04:00
Ryan P Kilby 17799dd613 Fix date range tests by asserting what isn't valid 2016-04-01 14:35:50 -04:00
Ryan P Kilby d7cb02279b Fix DateRangeFilter date truncation. 2016-03-25 17:28:51 -04:00
byrman 4943ed472d Add support for DurationField. 2016-03-14 20:45:16 +01:00
Adam Bogdał 35bc0d417e Clean up tests and get rid of RuntimeWarning 2016-02-24 17:26:03 +01:00
Ryan P Kilby 634c652600 Add more thorough tests for CSV filters 2016-02-18 14:32:58 -05:00
Ryan P Kilby 1462a3f77b Update filtering tests 2016-02-05 02:01:12 -05:00
William Stewart 129ce8aa5f Add filter tests
Conflicts:
	django_filters/filters.py
2016-02-05 02:00:34 -05:00
Ryan P Kilby 77f6587595 Django 1.8 does not support transforms 2016-02-04 02:00:42 -05:00
Ryan P Kilby 85a01d6b14 Update tests and documentation for lookup_expr 2016-02-04 00:32:17 -05:00
Ryan P Kilby 2823345ff2 Add lookup expression transform handling 2016-02-03 22:54:52 -05:00
Ryan P Kilby 3d4a4e6ae2 Cleanup imports, deprecations 2015-10-19 03:17:23 -04:00
JamesBradbury-Abide 857aea5914 Range filters allow zero values.
Extended tests for NumericRangeFilter and RangeFilter to include zero values.
2015-08-12 11:48:35 +01:00
Adam Cardenas 432113cd74 Added default filter method lookup for MethodFilter 2015-04-02 15:39:16 -06:00
Carlton Gibson 3853b1820f Test and Docs showing explict ChoiceFilter declaration
Closes #30
2014-12-19 16:12:04 +01:00
Carlton Gibson 5e3db3c17d Add test cases for min-only and max-only limits 2014-11-25 20:49:29 +01:00
Carlton Gibson 07ebe10c09 Adjust test showing short circuit issue
With filtering now only short circuited with required=True we need to add that here to demonstrate the issue.
2014-11-18 21:11:02 +01:00
Carlton Gibson 9e402a851f Test Case for #132
Manually resolved from cherry pick. Orginal by @jimpot 72e74f3669bc
2014-11-18 20:34:12 +01:00
Carlton Gibson bd3175677a Merge branch 'develop' of github.com:jaredlewis/django-filter into jaredlewis-develop 2014-09-25 15:16:27 +02:00
Brad Erickson 9dd4a1b2e9 Add 6 tests for fields dictionary functionality 2014-09-12 14:12:09 -07:00
Florian Apolloner 9491a50a1a Fixed warnings in the testsuite. 2014-07-27 12:27:06 +02:00
Jared 6d7b4245bc Tests for the method filter 2013-11-15 15:52:32 -05:00
Florian Apolloner 1d885d9045 Merge branch 'develop' into nkryptic-issue-84 2013-08-07 19:45:57 +02:00
Xavier Ordoquy 8b31d250bf Failing test cases for filtering an integer against 0. 2013-07-04 11:28:57 +02:00
Florian Apolloner b6fdb0904b Don't use discover runner on Django 1.6 2013-06-12 18:31:21 +02:00