extensions-website/releases
Oleg Komarov dfaaccee4a models: simplify VersionStringField
this field is really a CharField with appropriate validation:
it is always presented and processed as a string

previous implementation was rather inefficient and
VersionStringField.from_db_value was showing up in API profiling:
validation was happening every time a Version object was initialized
by ORM

migrations have to be changed retroactively to remove parameters that
become invalid, but this doesn't affect the data
2024-07-12 22:52:17 +02:00
..
fixtures Releases: Make 4.3 deactive by default 2024-02-18 15:52:16 +01:00
migrations models: simplify VersionStringField 2024-07-12 22:52:17 +02:00
__init__.py Releases: add Release model and fixtures 2022-10-24 16:13:40 +02:00
admin.py Releases: add Release model and fixtures 2022-10-24 16:13:40 +02:00
apps.py Releases: add Release model and fixtures 2022-10-24 16:13:40 +02:00
models.py Cleanup: black and flake8 2024-01-29 15:06:36 +01:00