We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
#52 Added on_delete attribute to foreign keys.
0770c32
#52 Added null attribute to optional fields, changed choices declarat…
965c51d
…ion.
#52 Making charfields non-nullable but with a blank default value to …
d204151
…avoid inconsistent data in the database (some fields would be null and others strings).
#52 Adding black=True to all nullable fields to avoid inconsistencies.
black=True
269c9ea
#52 Adhering to code styling by using the standar order of members fo…
c7663be
…r the models class.
#52 Adhering to code styling by setting a value for foreignkey's `rel…
ed1f2fd
…ated_name` attribute.
jcaraballo17
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: