mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
493 B
493 B
Problem
Explain the problem you are fixing (add the link to the related issue(s), if any).
Solution
Explain the solution that has been implemented, and what has been changed.
Commandments
- Write PEP8 compliant code.
- Cover it with tests.
- Update
CHANGES.rstfile to describe the changes, and quote according issue withGH-<issue_number>. - Pay attention to backward compatibility, or if it breaks it, explain why.
- Update documentation (if relevant).