Commit Graph

  • 6849e71200 suppression de series sid Christophe Siraut 2018-09-26 18:34:45 +0200
  • 13f337c29b Fix value of Language fields for django.po files. Michael Fladischer 2017-07-25 22:06:20 +0200
  • 0ffc547eea django-filter (1.1.0-1) unstable; urgency=medium Antonio Terceiro 2018-01-10 13:50:46 +0100
  • 50215cbe9c Import django-filter_1.1.0.orig.tar.gz Antonio Terceiro 2018-01-10 13:50:46 +0100
  • 0c5b6889cf Import django-filter_1.1.0-1.debian.tar.xz Antonio Terceiro 2018-01-10 13:50:46 +0100
  • 383d63beda add debian packaging master v1.0.1 Benjamin Dauvergne 2015-11-12 21:02:28 +0100
  • c906cf3149 Merge pull request #573 from carltongibson/develop 1.0.1 Carlton Gibson 2016-11-28 16:02:13 +0100
  • 6eff47fab2 Update CHANGES and version for 1.0.1 release Carlton Gibson 2016-11-28 15:50:51 +0100
  • 2ece1c1fff Develop update (#574) Carlton Gibson 2016-11-28 15:46:51 +0100
  • 75ede3bedd README: add syntax highlighting (#572) Germán Larraín 2016-11-26 07:18:18 -0300
  • d5516f9828 Try importing `rest_framework` module (#568) Carlton Gibson 2016-11-25 08:45:40 +0100
  • f8a44d9e31 minor: fix whitespace with AssertionError (#570) Daniel Hahler 2016-11-22 16:28:48 +0100
  • 77b620610f Update CHANGES.rst (#569) Joshua Blum 2016-11-21 10:51:29 -0500
  • 98ce30b52c Merge pull request #566 from carltongibson/docs/filter_overrides Carlton Gibson 2016-11-18 09:33:43 +0100
  • ad9fd789ae Adjust RTD version links Carlton Gibson 2016-11-18 09:23:40 +0100
  • e2c09cbbb7 Update docs on `filter_overrides` usage Carlton Gibson 2016-11-18 09:13:57 +0100
  • a776d52b33 Correct path to migration.txt Carlton Gibson 2016-11-17 18:45:54 +0100
  • f5b2d636d1 Merge pull request #556 from carltongibson/develop 1.0.0 Carlton Gibson 2016-11-17 15:43:53 +0100
  • 3a18f11b3b Update Changes and Version for 1.0 Release Carlton Gibson 2016-11-17 15:24:40 +0100
  • e7fa6989a3 Merge pull request #563 from Logimeter/schema-description Carlton Gibson 2016-11-17 09:26:40 +0100
  • a0245120f0 use text_type rather than str Villiers Strauss 2016-11-16 21:12:54 +0200
  • 1977268ab8 Include filter fields' help text as coreapi descriptions Villiers Strauss 2016-11-16 16:59:50 +0200
  • a95c528a9a Merge pull request #558 from rpkilby/fix-verbose-name-proxy Carlton Gibson 2016-11-14 13:38:23 +0100
  • 189c5461e6 Use force_text to coerce lazy field names Ryan P Kilby 2016-11-12 04:00:35 -0500
  • b646fa8c4d Add failing test for lazy text Ryan P Kilby 2016-11-12 03:58:09 -0500
  • 06b1a6d65a Merge pull request #555 from rpkilby/add-warnings-toxenv Carlton Gibson 2016-11-08 20:37:50 +0100
  • 677b48f145 Merge pull request #554 from rpkilby/docs-changes Carlton Gibson 2016-11-08 20:37:39 +0100
  • 2159d9063b Fix typo Carlton Gibson 2016-11-08 20:31:34 +0100
  • 19afd2cf2a Document multi-field approach to handle null value Ryan P Kilby 2016-11-08 14:10:48 -0500
  • 7315ecb432 Update DRF to 3.4/3.5, add warnings build Ryan P Kilby 2016-11-08 13:50:40 -0500
  • 2cdbf6f2c2 Add empty/null value filtering docs Ryan P Kilby 2016-11-08 13:42:02 -0500
  • f9c28386ab Small doc style fixes Ryan P Kilby 2016-11-08 11:50:44 -0500
  • 9fb50e5b60 Remove deprecated order_by docs Ryan P Kilby 2016-11-08 11:41:17 -0500
  • aba7021742 Small fixes - thanks @bartromgens Ryan P Kilby 2016-11-08 11:23:44 -0500
  • 6e79df7ff7 Modernize testing docs Ryan P Kilby 2016-11-08 11:16:08 -0500
  • 2b9cc1bde5 Update DRF version support Ryan P Kilby 2016-11-08 11:14:24 -0500
  • 046b31b391 Separate tips from usage guide Ryan P Kilby 2016-11-08 11:08:43 -0500
  • 4b459cfdab Rename some sections, some normalization Ryan P Kilby 2016-11-07 21:12:25 -0500
  • 3a757a037c Separate docs into separate sections Ryan P Kilby 2016-11-07 20:33:19 -0500
  • 4d02cdf958 Merge pull request #550 from rpkilby/rework-filter-generation Carlton Gibson 2016-11-08 11:05:00 +0100
  • 4dd64e5783 Merge pull request #549 from pySilver/feature/typed-multiple-values-filter Carlton Gibson 2016-11-08 11:02:50 +0100
  • e6bafd58fd Merge pull request #548 from pySilver/feature/multiple-values-input-format Carlton Gibson 2016-11-08 11:02:13 +0100
  • 470b89c1a1 Merge pull request #546 from rpkilby/fix-orderingfilter-translation Carlton Gibson 2016-11-08 11:01:20 +0100
  • 4018596bbe Merge pull request #553 from rpkilby/document-coreapi-caveats Carlton Gibson 2016-11-08 09:27:49 +0100
  • 8789d6863b Add schema generation caveat Ryan P Kilby 2016-11-07 18:07:51 -0500
  • 3cb55c18c9 Fix crispy forms docs formatting Ryan P Kilby 2016-11-07 16:34:27 -0500
  • 85ba7c4560 Refactor filter generation Ryan P Kilby 2016-11-06 21:18:14 -0500
  • 49a1e16932 Add test for unrecognized declared field Ryan P Kilby 2016-11-06 20:57:46 -0500
  • 91051e9be4 Update unknown fields test to handle multiple fields Ryan P Kilby 2016-11-06 19:32:35 -0500
  • 4b5bc1ad78 Fixup tests to include Meta.fields Ryan P Kilby 2016-11-06 19:24:52 -0500
  • 490aa93548 Refactor get_declared_fields and move to metaclass Ryan P Kilby 2016-11-06 17:05:02 -0500
  • 62516ad143 Remove duplicate loop Ryan P Kilby 2016-11-04 19:01:03 -0400
  • 273875ae59 Merge pull request #545 from rpkilby/add-localization-note Carlton Gibson 2016-11-05 13:40:18 +0100
  • 703172c29f fix tests Antoni Martyniuk 2016-11-05 03:22:02 +0100
  • 016aa81ab4 simplify input processing, make sure csv path won't be executed for native array input values Antoni Martyniuk 2016-11-05 03:16:56 +0100
  • f7481a1b63 implements TypedMultipleChoiceFilter Antoni Martyniuk 2016-11-05 02:18:21 +0100
  • 758dfd4750 provides support for query array notation Antoni Martyniuk 2016-11-05 01:59:55 +0100
  • b63d222019 Allow desc options in OrderingFilter.field_labels Ryan P Kilby 2016-11-04 18:50:40 -0400
  • fb610aa9cc Translate OrderingFilter default labels Ryan P Kilby 2016-11-04 18:20:21 -0400
  • 3e5c705e80 Add tests case for translation for OrderingFilter Adam Dobrawy 2016-11-04 04:25:55 +0100
  • 1457c96144 Add install note about localizations Ryan P Kilby 2016-11-04 17:49:44 -0400
  • da3ed3be0a Merge pull request #542 from carltongibson/add-makefile Carlton Gibson 2016-11-03 21:49:13 +0100
  • d356569d43 Add makefile Carlton Gibson 2016-11-03 21:38:10 +0100
  • 7bfe8dfbb2 Merge pull request #540 from rpkilby/docs-cleanup Carlton Gibson 2016-11-03 09:07:51 +0100
  • 9cb38e8631 Add custom ordering filter choice to docs Ryan P Kilby 2016-11-02 18:56:11 -0400
  • afc7bd8bf5 Fix formatting issues w/ numeric range docs Ryan P Kilby 2016-11-02 18:36:43 -0400
  • 77f889fe80 Merge pull request #539 from carltongibson/pr/513 Carlton Gibson 2016-11-02 21:40:00 +0100
  • 82aea82460 Install coverage on Travis Carlton Gibson 2016-11-02 21:33:59 +0100
  • 5559bf9bcc Merge pull request #538 from carltongibson/doc-mcf-distinct Carlton Gibson 2016-11-02 21:02:18 +0100
  • 67146a5157 Document MultipleChoiceFilter distinct default Carlton Gibson 2016-11-02 20:51:02 +0100
  • 956123a208 Merge pull request #480 from rpkilby/remove-deprecations Carlton Gibson 2016-11-02 16:53:50 +0100
  • c8a3ba7f7e Add Meta.fields/exclude check Ryan P Kilby 2016-09-20 17:25:35 -0400
  • fb44532ce1 Remove 1.0 deprecations Ryan P Kilby 2016-09-04 00:51:46 -0400
  • 2c22fb02c5 Merge pull request #491 from rpkilby/strictness-setting Carlton Gibson 2016-11-02 16:16:40 +0100
  • 67f7edfa23 Add strictness setting Ryan P Kilby 2016-09-20 21:29:07 -0400
  • abaa3bbdbe Merge pull request #511 from adamchainz/patch-2 Carlton Gibson 2016-11-02 14:17:15 +0100
  • f8a0d1a9cf Merge pull request #508 from Elec/develop Carlton Gibson 2016-11-02 14:16:16 +0100
  • e7e6cda509 Merge pull request #519 from rpkilby/empty-value-choices Carlton Gibson 2016-11-02 14:11:36 +0100
  • df9232972a Fixup tests Ryan P Kilby 2016-11-02 08:37:21 -0400
  • 38473c8e20 Add empty/null choice docs Ryan P Kilby 2016-10-21 19:49:45 -0400
  • cbd2ac4f29 Add tests for empty/null choice Ryan P Kilby 2016-10-21 09:23:10 -0400
  • cbc224c3d3 Update tests w/ empty choice Ryan P Kilby 2016-10-11 06:16:16 -0400
  • 48e6ec4b32 Add empty value handling Ryan P Kilby 2016-10-11 05:40:48 -0400
  • ac6ee14b0d Merge pull request #437 from rpkilby/label-improvements Carlton Gibson 2016-11-02 12:22:30 +0100
  • 5f6dc1d3e2 Merge pull request #512 from adamchainz/patch-3 Carlton Gibson 2016-11-02 12:11:57 +0100
  • 9f0764daf4 Merge pull request #490 from rpkilby/simplify-qs Carlton Gibson 2016-11-02 12:11:23 +0100
  • 130fc00cc1 Merge pull request #494 from rpkilby/user-filtering Carlton Gibson 2016-11-02 12:09:58 +0100
  • d7497e407e Merge pull request #533 from rpkilby/add-filter-import-test Carlton Gibson 2016-11-02 12:06:53 +0100
  • 2bcc7cf2da Merge pull request #536 from avelis/patch-1 Carlton Gibson 2016-11-02 12:05:04 +0100
  • 72acdbf5f0 Fixes typo in FiterSet docs Andrew Velis 2016-10-31 16:45:23 -0500
  • 9898ccbab7 Add guide/ref docs for request-based filtering Ryan P Kilby 2016-10-29 12:30:15 -0400
  • 41f5536e66 Add callable queryset tests Ryan P Kilby 2016-10-29 11:58:09 -0400
  • de23261a39 Add filters import test Ryan P Kilby 2016-10-26 13:05:57 -0400
  • 3267e84e11 Merge pull request #531 from rpkilby/patch-1 Carlton Gibson 2016-10-25 18:55:50 +0200
  • b71667ff07 Add AllValuesMultipleFilter to filters exports Ryan P Kilby 2016-10-25 11:32:05 -0400
  • 30a226aa4e Expose request to filters Ryan P Kilby 2016-09-21 19:22:03 -0400
  • 6c88cc3902 Add VERBOSE_LOOKUPS & DISABLE_HELP_TEXT settings Ryan P Kilby 2016-10-21 20:24:23 -0400
  • 22824cf6c6 Remove 'help_text', add verbose labels Ryan P Kilby 2016-06-28 17:25:45 -0400
  • 269140d5d7 Add filter label util functions, app settings Ryan P Kilby 2016-06-28 16:52:58 -0400
  • dd1a77a46e Factor out field parts from final field Ryan P Kilby 2016-06-28 14:08:06 -0400