Commit Graph

867 Commits

Author SHA1 Message Date
Carlton Gibson f5b2d636d1 Merge pull request #556 from carltongibson/develop
Version 1.0 Release
2016-11-17 15:43:53 +01:00
Carlton Gibson 3a18f11b3b Update Changes and Version for 1.0 Release 2016-11-17 15:24:40 +01:00
Carlton Gibson e7fa6989a3 Merge pull request #563 from Logimeter/schema-description
Include filter fields' help text as coreapi descriptions
2016-11-17 09:26:40 +01:00
Villiers Strauss a0245120f0 use text_type rather than str 2016-11-16 21:12:54 +02:00
Villiers Strauss 1977268ab8 Include filter fields' help text as coreapi descriptions 2016-11-16 17:15:01 +02:00
Carlton Gibson a95c528a9a Merge pull request #558 from rpkilby/fix-verbose-name-proxy
Fix verbose field name util for lazy text
2016-11-14 13:38:23 +01:00
Ryan P Kilby 189c5461e6 Use force_text to coerce lazy field names 2016-11-12 04:00:35 -05:00
Ryan P Kilby b646fa8c4d Add failing test for lazy text 2016-11-12 03:58:26 -05:00
Carlton Gibson 06b1a6d65a Merge pull request #555 from rpkilby/add-warnings-toxenv
Update DRF to 3.4/3.5, add warnings build
2016-11-08 20:37:50 +01:00
Carlton Gibson 677b48f145 Merge pull request #554 from rpkilby/docs-changes
Documentation updates
2016-11-08 20:37:39 +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 7315ecb432 Update DRF to 3.4/3.5, add warnings build 2016-11-08 13:50:40 -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 4d02cdf958 Merge pull request #550 from rpkilby/rework-filter-generation
Rework filter generation
2016-11-08 11:05:00 +01: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
Carlton Gibson e6bafd58fd Merge pull request #548 from pySilver/feature/multiple-values-input-format
Add `QueryArrayWidget`
2016-11-08 11:02:13 +01:00
Carlton Gibson 470b89c1a1 Merge pull request #546 from rpkilby/fix-orderingfilter-translation
Fix OrderingFilter label translation
2016-11-08 11:01:20 +01:00
Carlton Gibson 4018596bbe Merge pull request #553 from rpkilby/document-coreapi-caveats
Document schema generation caveats
2016-11-08 09:27:49 +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
Ryan P Kilby 85ba7c4560 Refactor filter generation 2016-11-06 21:29:12 -05:00
Ryan P Kilby 49a1e16932 Add test for unrecognized declared field 2016-11-06 21:16:03 -05:00
Ryan P Kilby 91051e9be4 Update unknown fields test to handle multiple fields 2016-11-06 21:16:03 -05:00
Ryan P Kilby 4b5bc1ad78 Fixup tests to include Meta.fields 2016-11-06 21:16:03 -05:00
Ryan P Kilby 490aa93548 Refactor get_declared_fields and move to metaclass 2016-11-06 21:16:03 -05:00
Ryan P Kilby 62516ad143 Remove duplicate loop 2016-11-06 21:16:00 -05:00
Carlton Gibson 273875ae59 Merge pull request #545 from rpkilby/add-localization-note
Add install note about localizations
2016-11-05 13:40:18 +01:00
Antoni Martyniuk 703172c29f fix tests 2016-11-05 03:22:02 +01:00
Antoni Martyniuk 016aa81ab4 simplify input processing, make sure csv path won't be executed for native array input values 2016-11-05 03:16:56 +01:00
Antoni Martyniuk f7481a1b63 implements TypedMultipleChoiceFilter 2016-11-05 02:18:21 +01:00
Antoni Martyniuk 758dfd4750 provides support for query array notation 2016-11-05 01:59:55 +01:00
Ryan P Kilby b63d222019 Allow desc options in OrderingFilter.field_labels 2016-11-04 18:52:31 -04:00
Ryan P Kilby fb610aa9cc Translate OrderingFilter default labels 2016-11-04 18:52:31 -04:00
Adam Dobrawy 3e5c705e80 Add tests case for translation for OrderingFilter 2016-11-04 18:52:27 -04:00
Ryan P Kilby 1457c96144 Add install note about localizations 2016-11-04 17:49:44 -04:00
Carlton Gibson da3ed3be0a Merge pull request #542 from carltongibson/add-makefile
Add makefile
2016-11-03 21:49:13 +01:00
Carlton Gibson d356569d43 Add makefile 2016-11-03 21:38:10 +01:00
Carlton Gibson 7bfe8dfbb2 Merge pull request #540 from rpkilby/docs-cleanup
Fix formatting issues w/ numeric range docs
2016-11-03 09:07:51 +01: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 77f889fe80 Merge pull request #539 from carltongibson/pr/513
Unify Travis and tox configs
2016-11-02 21:40:00 +01:00