Changes between Initial Version and Version 1 of Ticket #27182
- Timestamp:
- Sep 5, 2016, 12:44:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27182 – Description
initial v1 6 6 }}} 7 7 8 These go against Django's coding style standards, which [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports say in the "Imports" sectionto use parentheses]:8 These go against Django's coding style standards, which say in the "Imports" section [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports to use parentheses]: 9 9 10 10 Break long lines using parentheses and indent continuation lines by 4 spaces.