Weekday field for django models
Project description
A field that encapsulates the handling of selection of 0 or more weekday choices.
Uses Django’s CommaSeparatedIntegerField internally.
Usage:
from django.db import models
import weekday_field
- class MyModel(models.Model):
weekdays = weekday_field.fields.WeekdayField()
There is also a BitwiseWeekdayFormField, contributed by Andrew Gall <housepage@gmail.com>, which stores the data in a single integer.
Thanks to NaderM <https://bitbucket.org/NaderM>, 1.1.0 includes python3 support, and extensive testing.
Project details
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-weekday-field-1.1.0.tar.gz
.
File metadata
- Download URL: django-weekday-field-1.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a07750b8733e1ea7bbbfe98e5eec349bc371c1636e5de234fd2230d2b883197a |
|
MD5 | 46ba22e9e02422b9cf0e4291ea9214d3 |
|
BLAKE2b-256 | e01aaac598e10c658e6a8768f212781d8454e90e95501f4210461faac5b529f1 |