Commit Graph

58 Commits

Author SHA1 Message Date
Ryan P Kilby 1aac7c96d8 Add deprecation docs, expand docs on Meta opts 2016-08-07 15:36:23 -04:00
cw0102 0f58ec564c Doc update for AllValuesMultipleFilter 2016-05-22 04:53:20 -04:00
Ryan P Kilby 814dc2e34b Resolve #398 2016-04-04 02:44:51 -04:00
v1k45 cf045f5283 added rangewidget to docs 2016-04-01 23:07:15 +05:30
Ryan P Kilby 650a136985 Fix filter ref docs typos 2016-03-29 10:57:28 -04:00
Ryan P Kilby d12bf5aee4 Fix docs link for NumericRangeFilter 2016-03-25 15:54:57 -04:00
byrman 4943ed472d Add support for DurationField. 2016-03-14 20:45:16 +01:00
Ryan P Kilby ae59d11979 Minor docs additions & fixes 2016-02-20 16:33:47 -05:00
Ryan P Kilby 059e15d13a Add relationship traversal note to filer args 2016-02-19 17:44:20 -05:00
Ryan P Kilby 9fe1f77fd5 Move LOOKUP_TYPES docs to filters ref & rewrite 2016-02-19 17:11:43 -05:00
Ryan P Kilby e71f138aab Move arguments to top of reference 2016-02-19 13:45:25 -05:00
Ryan P Kilby b8f25d9754 Add declarative filter docs 2016-02-19 12:25:06 -05:00
Ryan P Kilby b7f82a2804 Add more usage details to CSV filters 2016-02-19 11:41:39 -05:00
Ryan P Kilby 0088db8f89 Merge branch 'develop' into lookup-filters
Conflicts:
	django_filters/filters.py
	tests/test_fields.py
2016-02-19 08:52:31 -05:00
Adam Bogdał 62d77b19ec Update docs 2016-02-18 22:38:33 +01:00
Ryan P Kilby 93e9a128df Added docs for base CSV filters 2016-02-18 15:49:05 -05:00
Ryan P Kilby 85a01d6b14 Update tests and documentation for lookup_expr 2016-02-04 00:32:17 -05:00
Adam Dobrawy 7ca5ed6227 Fix docs warning 2016-01-10 05:55:28 +01:00
Ryan P Kilby f8bd87886d Remove more UUIDField checks 2015-11-23 02:53:31 -05:00
Carlton Gibson ae7c42536c Merge pull request #318 from int-ua/patch-1
Typo fixed
2015-10-20 10:20:28 +02:00
Serhiy Zahoriya ce3e76470b Typo fixed 2015-10-19 18:59:39 +03:00
gordon e7e72ce84c document UUIDFilter 2015-09-09 17:15:23 -04:00
Joe Simpson 997a4bd066 Fix typo 2015-08-28 13:45:41 +01:00
Joe Simpson e006fa387e Add more filter documentation 2015-08-28 13:44:31 +01:00
Carlton Gibson 6c9ee511a4 Add docs for IsoDateTimeField/Filter 2015-08-12 11:06:45 +02:00
Carlton Gibson 8be8d5ee52 Merge remote-tracking branch 'origin/master' into develop 2015-07-18 22:01:43 +02:00
Carlton Gibson e30703e4ac Document requirement for `queryset` kwarg
Applies to ModelChoiceFilter and ModelMultipleChoiceFilter.

Fixes #146
2015-07-18 21:18:41 +02:00
Carlton Gibson b122f77ce8 Merge remote-tracking branch 'origin/master' into develop 2015-07-18 20:53:18 +02:00
Thomas 0d61b5f9f2 Edit for clarity in filters.txt
Keeping language consistent between MultipleChoiceFilter and ChoiceFilter: a user selects choices, the filter matches items. I found the explanation of 'conjoined=True' a little confusing so I broke that part into two sentences. I gave an example of a query string with multiple values even though that may be obvious to some.
2015-06-23 12:42:41 -04:00
James Keys e34f5cde84 Update filters.txt
While queryset is mentioned in the **kwargs section, it is in relation to "the accompanying form Field".  I was not using the forms for my project (REST API) so did not realise that a queryset kwarg was a hard requirement for ModelChoiceFilter and ModelMultipleChoiceFilter.
2015-06-05 23:31:54 +07:00
Carlton Gibson 4006d7be88 Merge branch 'datetime-range-filters' of https://github.com/bogdal/django-filter into bogdal-datetime-range-filters
Conflicts:
	django_filters/filters.py
	tests/test_filters.py
2015-05-16 22:13:52 +02:00
Onyeka Aghanenu 1f7ec129f2 Added filter for IntegerRangeField, along with tests and docs 2015-05-04 12:30:38 +01:00
Onyeka Aghanenu 6539475605 Added filter for NumericRange and documentation 2015-04-29 15:09:42 +01:00
Adam Bogdał 9c440b2d6f Merge branch 'develop' into datetime-range-filters 2015-04-02 14:24:13 +02:00
Alejandro Varas ea7e2aafac Changed term `anded` for `conjoined` 2015-03-14 09:43:15 -03:00
Alejandro Varas 784d927747 Added `anded` parameter to `MultipleChoiceFilter` 2015-03-14 09:41:33 -03:00
Adam Bogdał 4c7e8f40da Update docs 2015-02-18 17:25:03 +01:00
Carlton Gibson 3853b1820f Test and Docs showing explict ChoiceFilter declaration
Closes #30
2014-12-19 16:12:04 +01:00
Carlton Gibson 15b2c8dfb0 Add examples for Min/Max only usage to docs. 2014-11-25 21:24:16 +01:00
Kirilll Zaborsky b6fde042b9 TypedChoiceFilter example use-case 2014-11-25 16:50:54 +03:00
Kirilll Zaborsky a911b84c9f TypedChoiceFilter description in docs 2014-11-25 16:03:10 +03:00
Carlton Gibson 5f288136c0 Added `always_filter` and `is_noop` to MultipleChoiceFilter 2014-11-18 21:46:56 +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
Samarendra M Hedaoo 4f906b6ccc Added link to the Django ORM Lookup Type topic in the django docs.
This will help a user know what exactly are we talking about when
we say lookup types in Django ORM.
2013-11-25 22:26:30 +05:30
Jared 9b0f0463da * Documentation for the method filter 2013-11-15 15:52:22 -05:00
Axel Haustant bdf93080f0 Added exclusion filters support 2013-10-19 21:24:30 +02:00
Remco Wendt fd9e0eb648 Added docs for distinct option 2013-05-31 12:43:28 +02:00
Bouke Haarsma 34e09df119 Fixed typo in docs 2013-02-08 18:13:47 +01:00
Florian Apolloner 1a999c8883 Added Sphinx conf.py and Makefile, fixes #57. 2012-09-17 11:28:41 +02:00
Andrew D. Ball 72c16a8e7d Conservative natural language edits for readability.
Signed-off-by: Andrew D. Ball <anball@gmail.com>
2010-09-21 17:56:35 -04:00