Commit Graph

219 Commits

Author SHA1 Message Date
Carlton Gibson 6eff47fab2 Update CHANGES and version for 1.0.1 release 2016-11-28 15:51:22 +01:00
Carlton Gibson 2ece1c1fff Develop update (#574)
* README - add syntax highlighting

Easier to read

* Fixes typo in FiterSet docs

Adds the missing letter "t" to DateRangeFiler.
2016-11-28 15:46:51 +01:00
Carlton Gibson e2c09cbbb7 Update docs on `filter_overrides` usage
Closes #565
2016-11-18 09:13:57 +01:00
Carlton Gibson 3a18f11b3b Update Changes and Version for 1.0 Release 2016-11-17 15:24:40 +01:00
Carlton Gibson 2159d9063b Fix typo 2016-11-08 20:31:34 +01:00
Ryan P Kilby 19afd2cf2a Document multi-field approach to handle null value 2016-11-08 14:10:52 -05:00
Ryan P Kilby 2cdbf6f2c2 Add empty/null value filtering docs 2016-11-08 13:42:02 -05:00
Ryan P Kilby f9c28386ab Small doc style fixes 2016-11-08 11:50:50 -05:00
Ryan P Kilby 9fb50e5b60 Remove deprecated order_by docs 2016-11-08 11:41:17 -05:00
Ryan P Kilby aba7021742 Small fixes - thanks @bartromgens 2016-11-08 11:23:44 -05:00
Ryan P Kilby 6e79df7ff7 Modernize testing docs 2016-11-08 11:22:01 -05:00
Ryan P Kilby 2b9cc1bde5 Update DRF version support 2016-11-08 11:22:01 -05:00
Ryan P Kilby 046b31b391 Separate tips from usage guide 2016-11-08 11:21:54 -05:00
Ryan P Kilby 4b459cfdab Rename some sections, some normalization 2016-11-08 10:55:28 -05:00
Ryan P Kilby 3a757a037c Separate docs into separate sections 2016-11-08 10:55:28 -05:00
Carlton Gibson 4dd64e5783 Merge pull request #549 from pySilver/feature/typed-multiple-values-filter
Add `TypedMultipleChoiceFilter`
2016-11-08 11:02:50 +01:00
Ryan P Kilby 8789d6863b Add schema generation caveat 2016-11-07 18:07:51 -05:00
Ryan P Kilby 3cb55c18c9 Fix crispy forms docs formatting 2016-11-07 16:34:27 -05:00
Antoni Martyniuk f7481a1b63 implements TypedMultipleChoiceFilter 2016-11-05 02:18:21 +01:00
Ryan P Kilby 1457c96144 Add install note about localizations 2016-11-04 17:49:44 -04:00
Ryan P Kilby 9cb38e8631 Add custom ordering filter choice to docs 2016-11-02 18:56:11 -04:00
Ryan P Kilby afc7bd8bf5 Fix formatting issues w/ numeric range docs 2016-11-02 18:36:43 -04:00
Carlton Gibson 67146a5157 Document MultipleChoiceFilter distinct default
Closes #277
2016-11-02 20:51:02 +01:00
Ryan P Kilby fb44532ce1 Remove 1.0 deprecations 2016-11-02 11:29:42 -04:00
Ryan P Kilby 67f7edfa23 Add strictness setting 2016-11-02 09:22:35 -04:00
Ryan P Kilby 38473c8e20 Add empty/null choice docs 2016-11-02 08:11:01 -04:00
Carlton Gibson ac6ee14b0d Merge pull request #437 from rpkilby/label-improvements
Rework form labels
2016-11-02 12:22:30 +01:00
Ryan P Kilby 9898ccbab7 Add guide/ref docs for request-based filtering 2016-10-29 12:30:15 -04:00
Ryan P Kilby 6c88cc3902 Add VERBOSE_LOOKUPS & DISABLE_HELP_TEXT settings 2016-10-22 09:19:13 -04:00
Carlton Gibson eb298ee2a6 Update Changes and Version Number for 0.15.3 release 2016-10-17 09:45:46 +02:00
Daniel Hahler 3f2df252e2 Fix docs with regard to moving Non-Meta options 2016-10-07 21:16:47 +02:00
Carlton Gibson e40e45e38b Bump version for release 2016-09-29 11:35:07 +02:00
Carlton Gibson d6d1652c0d Change Log and Bump Version for 0.15.1 2016-09-28 21:38:02 +02:00
andreage 55c31cbb7c Update filters.txt 2016-09-23 13:22:32 +02:00
Carlton Gibson 97f11fd7ab Bump version from 0.15 release 2016-09-20 21:57:04 +02:00
Ryan P Kilby 8151cda319 Add settings deprecation docs 2016-09-16 03:13:35 -04:00
Ryan P Kilby a18b016bce Add OrderingFilter ref & migration docs 2016-09-05 11:34:03 -04:00
Ryan P Kilby 285d7f7252 Add adapted DRF docs 2016-09-04 00:28:44 -04:00
Ryan P Kilby 31c24c8f52 Add bash code blocks 2016-09-04 00:14:06 -04:00
Carlton Gibson d5d6500b04 Merge pull request #469 from blueyed/dynamic-filter-predicate-with-MultipleChoiceFilter
MultipleChoiceFilter: allow to override get_filter_predicate
2016-08-24 22:11:35 +02:00
Daniel Hahler 8a4837fa60 fixup! Add test_filtering_to_field_name 2016-08-24 22:00:54 +02:00
Daniel Hahler 8e217132ca doc: fix typo with Filter.method 2016-08-24 15:41:27 +02:00
Daniel Hahler fb828f8d1b Add doc for new Model{Multiple,}ChoiceFilter 2016-08-24 14:20:59 +02:00
Carlton Gibson fb0ada62af Merge pull request #470 from blueyed/fix-docs
Minor doc fixes
2016-08-23 22:30:03 +02:00
Carlton Gibson 3ea3e4ce34 Merge pull request #459 from rpkilby/move-filter-options
Move filter options to Meta class
2016-08-23 22:29:49 +02:00
Daniel Hahler f31e4c1465 Minor doc fixes 2016-08-23 22:15:05 +02:00
Ryan P Kilby 0cbb38d2b4 whoops 2016-08-23 22:12:11 +02:00
Ryan P Kilby 16d07790c2 Add ref & migration docs, update guide 2016-08-23 22:12:11 +02:00
Daniel Hahler d1e8737e02 Some doc fixes, mostly for MultipleChoiceFilter 2016-08-19 21:50:36 +02:00
Ryan P Kilby c79dffb0a6 Add filter options migration docs 2016-08-14 20:18:43 -04:00