Skip to main content
https://badge.fury.io/py/django-flexible-filter-conditions.svg https://travis-ci.org/PetrDlouhy/django-flexible-filter-conditions.svg?branch=master https://codecov.io/gh/PetrDlouhy/django-flexible-filter-conditions/branch/master/graph/badge.svg

Flexible query filter conditions, that can be defined from django-admin and used for segmentation of date (i.e. Profiles).

Documentation

The full documentation is at https://django-flexible-filter-conditions.readthedocs.io.

Quickstart

Install Django flexible filter conditions:

pip install django-flexible-filter_conditions

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'flexible_filter_conditions.apps.FlexibleFilterConditionsConfig',
    ...
)

Add Django flexible filter conditions’s URL patterns:

FLEXIBLE_FILTER_CONDITIONS_FIELD_MAP = {
    'User': ('aklub.models', 'User'),
    'Profile': ('aklub.models', 'Profile'),
    'Payment': ('aklub.models', 'Payment'),
    'User.last_payment': ('aklub.models', 'Payment'),
    'User.userchannels': ('aklub.models', 'DonorPaymentChannel'),
}

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.5.0 (2020-02-19)

  • refactor: remove filter_by_condition(), make it NamedCondition class method filter_by_query()

  • fix contains operator

  • add more testing

0.4.0 (2020-02-18)

  • added support for new operators: in, list, date

  • mutlipe conditions in one named comdition can be added to support subsequent filters

  • add xor operator

  • add negate to condtition (and remove nor)

0.3.0 (2020-01-23)

  • fixes and improvements for better user orientation

0.2.0 (2020-01-21)

  • Added blank paremeter value

  • Added isnull filter

0.1.0 (2020-01-14)

  • First release on PyPI.

Release files for django-flexible-filter-conditions 0.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-flexible-filter-conditions 0.5.0
File Size Uploaded
django-flexible-filter-conditions-0.5.0.tar.gz 31.6 kB Details

Release files / django-flexible-filter-conditions-0.5.0.tar.gz

Download URL django-flexible-filter-conditions-0.5.0.tar.gz
Size 31.6 kB
Tags Source
SHA-256 checksum
How to use checksums
662a0705cd6ea47778cab702de33bf40d6b1932f1c645a62aacf8a7c067d9f3d
BLAKE2b-256 checksum
How to use checksums
77c07dc0731a583846a036847ecd8bb1f9ea036a14450841afb92eccabf86afb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.5

Release history Release notifications | RSS feed

This release

0.5.0 This release

1 release file

0.4.0

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page