issues
search
bigjason
/
django-choices
Sanity to the django choices functionality.
MIT License
175
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make compatible with Python v3.12
#79
hongquan
closed
2 months ago
1
Document how to migrate to native django choices
#78
sergei-maertens
closed
1 year ago
0
Python versions support
#77
sergei-maertens
closed
1 year ago
0
Add support for official Django versions and drop EOL Python & Django
#76
irtazaakram
closed
1 year ago
9
Entry as contributor.
#75
awais786
closed
2 years ago
2
Migrate from Travis to Github Actions
#74
sergei-maertens
closed
3 years ago
0
Adding django3 testing in tox matrix.
#73
awais786
closed
3 years ago
4
Link to Django 3.0's enumeration types
#72
adamchainz
closed
3 years ago
2
Document and test Django 3.0 support
#71
adamchainz
closed
3 years ago
2
Combine two list of choices
#70
saranshbansal
closed
1 year ago
1
Django 3.0 Compatiblity: Now using non-vendored six package. #68
#69
kavdev
closed
4 years ago
2
Django 3.0 Compatibility
#68
kavdev
closed
1 year ago
1
Update Djano and Python versions in docs
#67
Singletoned
closed
4 years ago
3
Nested choices
#66
leowonglaw
closed
4 years ago
1
Upcoming 'native' choices model support in Django 3.0
#65
rvdrijst
closed
1 year ago
2
Convert Django Choices to simple list of values
#64
saranshbansal
closed
5 years ago
1
ORM integration
#63
sergei-maertens
closed
5 years ago
3
Docs index: Fix typos
#62
PiDelport
closed
5 years ago
15
Release __iter__ changes
#61
nicoknoll
closed
5 years ago
2
Sorting by choice
#60
deejcoder
closed
5 years ago
3
What advantages in using django-choices?
#59
rocchidavide
closed
5 years ago
3
Fixed a typo
#58
ghost
closed
5 years ago
1
Fixed a typo
#57
ghost
closed
5 years ago
3
Fixed a typo
#56
ghost
closed
6 years ago
5
let there be colour
#55
bashu
closed
6 years ago
2
DjangoChoices.labels does not do what it's documented for
#54
w00kie
closed
5 years ago
8
Iterate choices
#53
brianjbuck
closed
6 years ago
6
Add ability to set custom kwargs on ChoiceItem
#52
kavdev
closed
7 years ago
34
Fixed inability to set custom order to 0
#51
kavdev
closed
7 years ago
3
Ordering doesn't work when setting order kwargs to 0
#50
RobinRamael
closed
7 years ago
1
How to use with localization?
#49
elcolie
closed
7 years ago
3
Fixes #47 -- add public api to get attribute name from value
#48
sergei-maertens
closed
7 years ago
3
API to get the attribute name from value?
#47
jaseemabid
closed
7 years ago
5
Nullboolean support
#46
ashwch
closed
7 years ago
22
Add support for ordered values
#45
merwok
closed
7 years ago
16
Use ordered dict for values
#44
merwok
closed
7 years ago
1
Develop -> master
#43
sergei-maertens
closed
7 years ago
8
Django 1.11 is close, some docs cleanup
#42
sergei-maertens
closed
7 years ago
1
Updated `README.rst` with svg bagde
#41
sobolevn
closed
8 years ago
6
Fixed #33: access dict methods of Labels (IPython support)
#40
sergei-maertens
closed
8 years ago
2
Add Django 1.10 alpha to testing matrix
#39
sergei-maertens
closed
8 years ago
8
Fixed bug, when the `Chocies.validator` was producing the wrong output.
#38
sobolevn
closed
8 years ago
6
Fixed bug, when the `Chocies.validator` was producing the wrong output.
#37
sobolevn
closed
8 years ago
4
Confusing ChoiceItem behavior
#36
ffigiel
closed
8 years ago
3
Invalid exception formatting within Chocies.validator
#35
ffigiel
closed
8 years ago
1
Reduce boilerplate with custom ChoiceField
#34
ffigiel
closed
8 years ago
5
In IPython, DjangoChoices.labels raises AttributeError for 'keys'
#33
ffigiel
closed
8 years ago
3
ChoiceItem naming convention
#32
tedmiston
closed
1 year ago
12
A method to lookup the label for a ChoiceItem
#31
tedmiston
closed
8 years ago
3
How to use this Choices which need to be translated: _('my string to translate?')
#30
guettli
closed
8 years ago
2
Next