Django model filters, stored in json
Project description
Stored filters is django app for storing model filters in database using json representation.
Quick start
Add “stored_filters” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'stored_filters', )
Run south command for createing tables in database:
./manage.py migrate stored_filters
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-stored-filters-0.1.1.tar.gz
.
File metadata
- Download URL: django-stored-filters-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07bb842503b20601b87e3bca752fcd398323a01bfed3cd48691c22da7ab9396d |
|
MD5 | a780a6605708c0d294bd3e00977cbd8c |
|
BLAKE2b-256 | 147a0acb54d6058f813486d343a951812cd19c4c4a1906da8d40e01369234179 |