netbox/netbox/wireless/migrations
Arthur Hanson 84f997dff4 10348 add decimal custom field (#10422)
* 10348 add decimal custom field

* 10348 fix tests

* 10348 add documentation

* Rearrange custom fields to be ordered consistently

* Rename number_field to integer_field for clarity

* Clean up validation logic

* Apply suggested changes from PR

* Store decimal custom field values natively

* Fix filter test

* Update custom field model migrations to use new encoder

Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-30 16:03:24 -04:00
..
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
0001_wireless.py 10348 add decimal custom field (#10422) 2022-09-30 16:03:24 -04:00
0002_standardize_id_fields.py Ensure legacy data checks run before other migrations 2022-04-05 15:56:21 -04:00
0003_created_datetimefield.py Closes #8463: Change the created field on all change-logged models from date to datetime 2022-02-08 14:41:44 -05:00
0004_wireless_tenancy.py Closes #9177: Add tenant assignment for wireless LANs & links 2022-06-27 11:30:52 -04:00
0005_wirelesslink_interface_types.py Changelog and cleanup for #9935 2022-08-24 16:44:24 -04:00
0006_unique_constraints.py Replace unique_together with UniqueConstraints 2022-09-27 15:35:24 -04:00