Mike
b5b576aca5
refactor: apply ruff linter rules and standardize code style
...
Replace flake8 with ruff and apply consistent linting rules across the entire codebase. Update type annotations, quotation marks, and other style-related changes to comply with the new standards.
2024-09-01 14:57:47 -07:00
Ihor Sychevskyi
ac070dba28
update links ( #275 )
2022-11-16 01:53:47 +02:00
Mike
5b9e5f2615
style: explicitly define import path
2021-10-16 10:45:01 -07:00
Mike
065de53ba4
style: run isort
2021-10-16 10:43:20 -07:00
Mike
b1badf8dc5
style: run black formatter
2021-10-16 10:43:02 -07:00
Mauro
b2c16c05c4
Adding CSV datatype + CSVField (widget, formfield also) + validators + tests
2021-05-10 17:13:42 -03:00
Mauro
49ee47c399
Updating translations from ugettext_lazy to gettext_lazy and deprecating djangotip from python <3.8
2021-04-23 12:19:06 -03:00
Mauro
39e1ff35f7
Adding a JSON Datatype
2021-04-04 23:53:45 -03:00
Alexander Anikeev
e857819fce
Add ability to assign enum values as strings ( #46 )
...
* Add ability to assign enum values as strings
* Remove unreachable code (enum validation now fails earlier)
* Enable filtering by enum value
2019-06-20 18:14:19 +02:00
Iwo Herka
99254cd578
Move remaining docstrings to Google-stype format ( #10 )
2018-07-27 13:23:57 +00:00
Iwo Herka
d9dba5703c
Rewrite documentation for modern Sphinx ( #5 )
2018-07-23 16:27:12 +00:00
Iwo Herka
df9c4b66fa
Fix Python 2.7 compatibility
2018-06-14 16:15:36 +02:00
Siegmeyer of Catarina
591e4e11b1
Remove unused imports ( #3 )
2018-06-14 16:15:30 +02:00
Siegmeyer of Catarina
b9e788ab7d
Change typechecking with type to isinstance
2018-06-04 23:52:36 +02:00
Siegmeyer of Catarina
9bf3dbfb5d
Migrate module docstrings to Google-style format ( #10 ) ( #5 )
2018-06-03 15:42:16 +02:00
Siegmeyer of Catarina
e5cd77b075
Sort imports ( #3 )
...
Make import statements PEP 8 compliant.
2018-05-31 03:21:20 +02:00
Iwo Herka
b99a3c0641
Move license notice to root directory ( #3 )
2018-05-18 13:37:39 +02:00
Iwo Herka
342fee006a
Remove Vim directives
2018-04-06 16:53:32 +02:00
Iwo Herka
17c8d84295
Make tests runnable with Python 3
2018-04-06 13:59:51 +02:00
Iwo Herka
7d1aca31b1
Test fixes + run script.
2017-09-05 12:01:20 +02:00
Marc Chakiachvili
05866d2f9e
Make eav 'timezone' aware :
...
- changed called from datetime.now to timezone.now
- changed called from datetime(...) to timezone.datetime(...)
- changed forms validator as well
2016-01-15 15:16:28 +01:00
David Gelvin
0264919f88
Reorganized dir
2010-09-27 16:28:52 +03:00