piepworks / cassettenest-roadmap

Public roadmap for Cassette Nest
0 stars 0 forks source link

Adjust some integer fields #57

Closed trey closed 3 years ago

trey commented 3 years ago

Especially the new frames stuff I’m working on (#263). Positive small integer would be fine for its number field.

Using Django Check Constraints to Limit the Range of an IntegerField - Adam Johnson

via https://twitter.com/AdamChainz/status/1390940252798439425

✍️Django’s built-in numerical fields have ranges that match the limits that databases support. For example, IntegerField supports the range −2,147,483,648 to 2,147,483,647. Most real world numbers lie in much more limited ranges...