Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Django-MySQL 4.17.0 documentation
Django-MySQL 4.17.0 documentation
  • Exposition
  • Installation
  • Checks
  • QuerySet Extensions
  • Model Fields
    • DynamicField
    • List Fields
    • Set Fields
    • EnumField
    • FixedCharField
    • Resizable Text/Binary Fields
    • BIT(1) Boolean Fields
    • Tiny integer fields
  • Field Lookups
  • Aggregates
  • Database Functions
  • Migration Operations
  • Form Fields
  • Validators
  • Cache
  • Locks
  • Status
  • Management Commands
    • dbparams command
  • Test Utilities
  • Exceptions
  • Contributing
  • Changelog
Back to top
View this page

Model Fields¶

More MySQL and MariaDB specific ways to store data!

Field classes should always be imported from django_mysql.models, similar to the home of Django’s native fields in django.db.models.

  • DynamicField
  • List Fields
  • Set Fields
  • EnumField
  • FixedCharField
  • Resizable Text/Binary Fields
  • BIT(1) Boolean Fields
  • Tiny integer fields
Next
DynamicField
Previous
QuerySet Extensions
Copyright © 2017 Adam Johnson
Made with Sphinx and @pradyunsg's Furo