December 2018
Beginner to intermediate
404 pages
10h 14m
English
Some field names are special, either because they are reserved by the ORM for special purposes, or because some built-in features make use of some default field names.
The id field is reserved to be used as an automatic number uniquely identifying each record and the database primary key. It's automatically added to every model.
The following fields are automatically created on new models, unless the _log_access=False model attribute is set:
The information in these fields is available ...
Read now
Unlock full access