Swen Kooij
|
1b3e5989d3
|
LocalizedUniqueSlugField should properly deconstruct 'enabled' flag
|
2021-03-13 13:45:22 +02:00 |
|
Swen Kooij
|
bd8924224e
|
Add flag to disable LocalizedUniqueSlugField
|
2021-03-13 13:24:36 +02:00 |
|
Swen Kooij
|
afb94ecf66
|
Add a flag to make LocalizedUniqueSlugField immutable
|
2020-11-27 16:36:23 +02:00 |
|
Swen Kooij
|
5a9ff191d4
|
Use force_str() over force_text()
force_text() is going to be removed in Django 4.0
It's just an alias for now.
|
2020-10-07 11:52:24 +03:00 |
|
Alexandru Arnautu
|
8968b0c7a8
|
Format and lint code
|
2020-03-10 09:33:34 +02:00 |
|
Alexandru Arnautu
|
5ed1a1219d
|
Add LocalizedFloatField
|
2020-03-10 09:27:31 +02:00 |
|
tudorvaran
|
905bfd4353
|
Format with black
|
2020-02-12 17:05:17 +02:00 |
|
Swen Kooij
|
49d88af76a
|
Python 3.6, 3.9 and Django 3.0 compatibility
|
2020-01-06 16:51:30 +01:00 |
|
jar3b
|
769066a461
|
fix: remove django.utils.six import and usage due to Django 3.0 dropped support for it
|
2019-12-14 23:12:01 +03:00 |
|
Swen Kooij
|
92b1dce239
|
Set LOCALIZED_FIELDS_EXPERIMENTAL to True by default
|
2019-10-20 18:05:06 +03:00 |
|
Swen Kooij
|
e5dcc1b492
|
Fix #72: LocalizedIntegerField should sort numerically, not lexicographically
|
2019-10-19 15:48:29 +03:00 |
|
Swen Kooij
|
7cdd1f4490
|
Re-format all files
|
2019-10-19 12:44:41 +03:00 |
|
Swen Kooij
|
36f6e946b0
|
Attempt at reducing deprecation warning spam
|
2019-06-27 15:15:44 +03:00 |
|
Swen Kooij
|
60fc79e9ff
|
Merge pull request #57 from velrest/master
Fix typo in documentation for clean
|
2019-01-11 14:46:21 +02:00 |
|
Jonas Cosandey
|
d308e773cf
|
fix typo
|
2018-09-12 14:27:44 +02:00 |
|
Cristi Ingineru
|
4f83cbf4ed
|
Add LocalizedIntegerFieldWidget
|
2018-08-16 14:27:38 +03:00 |
|
Swen Kooij
|
1b1d24a460
|
Make defaults work for LocalizedIntegerField
|
2018-06-15 17:07:12 +03:00 |
|
Swen Kooij
|
fb233e8f25
|
Make sure values are strings before saving LocalizedIntegerValue
|
2018-06-15 16:19:32 +03:00 |
|
Swen Kooij
|
90597da8fd
|
Add a LocalizedIntegerField
|
2018-06-15 12:58:01 +03:00 |
|
Swen Kooij
|
ccc46e1899
|
Allow raw dicts to be used in update statements
|
2018-03-31 16:53:10 +03:00 |
|
seroy
|
c4bf151938
|
Refactor required_langs into required
|
2017-07-17 20:53:50 +03:00 |
|
Swen Kooij
|
08690ab361
|
Fix outstanding PEP8 and Flake8 issues
|
2017-07-15 14:06:50 +03:00 |
|
Swen Kooij
|
5ac05efbd0
|
Slight clean up, use dict instead of {}
|
2017-07-15 14:04:09 +03:00 |
|
Swen Kooij
|
aff41f671a
|
Implement code review suggestions for #29
|
2017-07-15 13:59:39 +03:00 |
|
seroy
|
aaf49614f2
|
improve functionality of required parameter
|
2017-07-14 15:07:48 +03:00 |
|
seroy
|
0b4bb7295e
|
Added value_to_string method
|
2017-06-26 18:27:03 +03:00 |
|
Swen Kooij
|
b10472d3e9
|
Officially deprecate LocalizedAutoSlugField
|
2017-06-26 13:10:21 +03:00 |
|
Swen Kooij
|
d7382fbf30
|
Add support for using a callable to populate slug with
|
2017-06-26 13:03:41 +03:00 |
|
Swen Kooij
|
51fc6959d2
|
Support for slugging from multiple fields
|
2017-06-26 12:34:50 +03:00 |
|
seroy
|
e5d7cd25e2
|
Shorten names for everything
|
2017-06-19 21:58:48 +03:00 |
|
seroy
|
aacc712195
|
Merge branch 'master' of https://github.com/SectorLabs/django-localized-fields into extra-fields
|
2017-06-19 21:40:11 +03:00 |
|
seroy
|
d1790f1fc1
|
added missing 'r' in type LocalizedStringValue
|
2017-06-19 17:17:24 +03:00 |
|
Swen Kooij
|
b97a7f3c23
|
Fix crash when using LocalizedUniqueSlugField in a bulk_create
|
2017-05-31 11:31:04 +03:00 |
|
Swen Kooij
|
a8dc4fe837
|
Fix bug/typo in LocalizedField.from_db_value
|
2017-05-30 13:48:43 +03:00 |
|
Swen Kooij
|
06f7ee15f0
|
Add LocalizedRef expression for extracting the value in the current language
|
2017-05-30 13:38:27 +03:00 |
|
Swen Kooij
|
e5214b07ae
|
Fix aggregation not expanding into a actual list
|
2017-05-30 13:07:07 +03:00 |
|
Swen Kooij
|
92a53bc3d7
|
Fix various pep8/flake8/pylint errors
|
2017-05-25 19:40:03 +03:00 |
|
Swen Kooij
|
a1a02552b7
|
Shorten names for everything
|
2017-05-25 19:06:44 +03:00 |
|
Swen Kooij
|
2df2ec8b36
|
Move LocalizedValueDescriptor into its own file
|
2017-05-25 18:45:21 +03:00 |
|
Swen Kooij
|
3fcaece894
|
Add missing docs to LocalizedField.contribute_to_class
|
2017-05-25 18:14:41 +03:00 |
|
Swen Kooij
|
093a9d58f2
|
Fix to_python not working with non-json values
|
2017-05-25 18:11:58 +03:00 |
|
Swen Kooij
|
cff22855c2
|
Revert "LocalizedUniqueSlugField refactored"
This reverts commit 03df76d6d795f4453629bf526cc04a86c6393adc.
|
2017-05-25 17:23:39 +03:00 |
|
seroy
|
a352388243
|
refactored LocalizedFieldFile.save method
|
2017-04-24 20:29:09 +03:00 |
|
seroy
|
f1798b0cc6
|
added ability to deserialize string value
|
2017-04-13 11:53:56 +03:00 |
|
seroy
|
0f4c74a9b2
|
added comments and deleted extra code
|
2017-04-13 11:07:40 +03:00 |
|
seroy
|
817c7e13fe
|
added new LocalizedCharField, LocalizedTextField and LocalizedFileField fields
|
2017-04-12 21:34:19 +03:00 |
|
Swen Kooij
|
a9037b603a
|
Merge remote-tracking branch 'beer/uniqueslug'
# Conflicts:
# README.rst
# tests/fake_model.py
|
2017-04-03 14:54:25 +03:00 |
|
Swen Kooij
|
8b08e5a467
|
Merge remote-tracking branch 'beer/model_inheritance_free'
# Conflicts:
# localized_fields/fields/localized_field.py
# localized_fields/models.py
# tests/fake_model.py
|
2017-04-03 14:49:27 +03:00 |
|
seroy
|
78594541e1
|
fixed for new instance don't call refresh_from_db
|
2017-03-23 20:49:39 +03:00 |
|
Bogdan Hopulele
|
52145ca7d3
|
Add experimental features flag for LocalizedField
With the flag set, LocalizedField will return None if there is no
database value.
|
2017-03-23 17:32:37 +02:00 |
|