issues
search
Aristotle-Metadata-Enterprises
/
django-garnett
Django Garnett is a field level translation library that allows you to store strings in multiple languages for fields in Django - with minimal changes to your models and without having to rewrite your code.
https://django-garnett.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
81
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add 'TranslatedQuerySetMixin' to help docs
#79
LegoStormtroopr
opened
3 months ago
0
Test DB migration
#78
liutuo368
opened
8 months ago
0
Possible errors with postgres 14
#77
LegoStormtroopr
opened
11 months ago
0
Update pyproject.toml
#76
LegoStormtroopr
closed
1 year ago
0
Added support for django 4.1
#75
liutuo368
closed
1 year ago
0
Update from master
#74
ChengwuShi
closed
2 years ago
0
added support for custom get_db_prep_save
#73
ChengwuShi
closed
2 years ago
0
Has to pass json type into fields after getting apps from migration directly
#72
QixiaLu
opened
2 years ago
0
Doens't get required details from CharField
#71
QixiaLu
opened
2 years ago
0
Fixes transform via LangF expression for Django 3.2
#70
s-i-l-k-e
opened
2 years ago
0
Add support for dj32
#69
LegoStormtroopr
closed
1 year ago
1
Doesn't work with Django 4
#68
ntoll
opened
2 years ago
14
validate language properly
#67
LegoStormtroopr
closed
2 years ago
0
Handle if lang code in settings is None
#66
s-i-l-k-e
closed
2 years ago
0
Fixes .values in QuerySet for translatable values
#65
s-i-l-k-e
closed
2 years ago
1
Add force blank allowlist option, improve migrations & testing
#64
LegoStormtroopr
closed
2 years ago
0
Add less than support
#63
LegoStormtroopr
closed
2 years ago
0
Add lookup support
#62
LegoStormtroopr
closed
2 years ago
0
Add support for django-filter
#61
LegoStormtroopr
closed
2 years ago
0
Add support for reversion, add tests and views for model forms
#60
LegoStormtroopr
closed
2 years ago
0
Investigate if works with update_or_create
#59
LegoStormtroopr
opened
3 years ago
0
Support for django rest framework
#58
LegoStormtroopr
closed
3 years ago
0
Depends on psycopg2
#57
LegoStormtroopr
opened
3 years ago
0
Add support for prep_values
#56
LegoStormtroopr
closed
2 years ago
1
Minor for fallbacks refactor - Fixes #41 Fixes #49
#55
LegoStormtroopr
closed
3 years ago
2
Look at adding flake8 to the linting setup
#54
harrywhite4
closed
3 years ago
0
Add tests for update and bulk_update
#53
harrywhite4
closed
3 years ago
0
Fix default handling for empty string
#52
harrywhite4
closed
3 years ago
0
Bump version to v0.1.1
#51
harrywhite4
closed
3 years ago
0
Add function to generate data migrations
#50
harrywhite4
closed
3 years ago
0
Move fallbacks out of fields
#49
harrywhite4
closed
3 years ago
0
Create data migration operation to ease garnett migration
#48
harrywhite4
closed
3 years ago
0
Create separate session caching middleware
#47
harrywhite4
closed
3 years ago
0
Generate default based on inner field
#46
harrywhite4
closed
3 years ago
0
Handle default on inner field
#45
harrywhite4
closed
3 years ago
0
Switch to unix line endings
#44
harrywhite4
closed
3 years ago
0
Remove update of admin field defaults
#43
harrywhite4
closed
3 years ago
0
Fix readme spelling mistakes
#42
harrywhite4
closed
3 years ago
0
Unify list of languages format
#41
harrywhite4
closed
3 years ago
0
Add fallback that checks other languages
#40
harrywhite4
closed
3 years ago
0
Switch over to Translatable wrapper class
#39
harrywhite4
closed
3 years ago
1
Add vscode autoformat settings
#38
harrywhite4
closed
3 years ago
0
Switch over to using Translated function to generate fields
#37
harrywhite4
closed
3 years ago
0
Add fallback str, add Translatable back because I think its cool and …
#36
LegoStormtroopr
closed
3 years ago
0
Fix spelling of parameter in setting name
#35
harrywhite4
closed
3 years ago
1
Provide a fallback that returns next avaliable language
#34
harrywhite4
closed
3 years ago
3
Remove update to admin form field defaults
#33
harrywhite4
closed
3 years ago
0
Bump version to 0.0.4
#32
harrywhite4
closed
3 years ago
0
Validate language codes and values
#31
harrywhite4
closed
3 years ago
0
Add tests for functions evaluating callable settings
#30
harrywhite4
opened
3 years ago
0
Next