simple_history/middleware.py:1:1: D100 Missing docstring in public module
simple_history/middleware.py:17:1: D102 Missing docstring in public method
simple_history/middleware.py:20:1: D102 Missing docstring in public method
simple_history/exceptions.py:1:1: D200 One-line docstring should fit on one line with quotes
simple_history/exceptions.py:6:1: D204 1 blank line required after class docstring
simple_history/exceptions.py:6:1: D400 First line should end with a period
simple_history/manager.py:1:1: D100 Missing docstring in public module
simple_history/manager.py:6:1: D101 Missing docstring in public class
simple_history/manager.py:7:1: D102 Missing docstring in public method
simple_history/manager.py:10:1: D105 Missing docstring in magic method
simple_history/manager.py:16:1: D101 Missing docstring in public class
simple_history/manager.py:17:1: D102 Missing docstring in public method
simple_history/manager.py:22:1: D102 Missing docstring in public method
simple_history/manager.py:25:1: D102 Missing docstring in public method
simple_history/manager.py:38:1: D200 One-line docstring should fit on one line with quotes
simple_history/manager.py:38:1: D401 First line should be in imperative mood
simple_history/admin.py:1:1: D100 Missing docstring in public module
simple_history/admin.py:5:1: I100 Import statements are in the wrong order. from django.conf.urls should be before from django.core.exceptions
simple_history/admin.py:12:1: I100 Import statements are in the wrong order. from django.utils.html should be before from django.utils.text
simple_history/admin.py:14:1: I100 Import statements are in the wrong order. from django.utils.encoding should be before from django.utils.translation
simple_history/admin.py:15:1: I100 Import statements are in the wrong order. from django.conf should be before from django.utils.encoding
simple_history/admin.py:25:5: E731 do not assign a lambda expression, use a def
simple_history/admin.py:33:1: D101 Missing docstring in public class
simple_history/admin.py:37:1: D401 First line should be in imperative mood
simple_history/admin.py:86:80: E501 line too long (85 > 79 characters)
simple_history/admin.py:88:1: D102 Missing docstring in public method
simple_history/admin.py:105:1: D102 Missing docstring in public method
simple_history/admin.py:191:80: E501 line too long (90 > 79 characters)
simple_history/admin.py:193:1: D400 First line should end with a period
simple_history/models.py:1:1: D100 Missing docstring in public module
simple_history/models.py:35:1: D101 Missing docstring in public class
simple_history/models.py:38:1: D102 Missing docstring in public method
simple_history/models.py:51:1: D102 Missing docstring in public method
simple_history/models.py:58:1: D102 Missing docstring in public method
simple_history/models.py:59:1: D400 First line should end with a period
simple_history/models.py:74:1: D102 Missing docstring in public method
simple_history/models.py:105:1: D200 One-line docstring should fit on one line with quotes
simple_history/models.py:105:1: D401 First line should be in imperative mood
simple_history/models.py:137:1: D205 1 blank line required between summary line and description
simple_history/models.py:137:1: D400 First line should end with a period
simple_history/models.py:137:1: D401 First line should be in imperative mood
simple_history/models.py:182:1: D202 No blank lines allowed after function docstring
simple_history/models.py:182:1: D400 First line should end with a period
simple_history/models.py:221:1: D205 1 blank line required between summary line and description
simple_history/models.py:221:1: D400 First line should end with a period
simple_history/models.py:221:1: D401 First line should be in imperative mood
simple_history/models.py:238:1: D102 Missing docstring in public method
simple_history/models.py:244:1: D102 Missing docstring in public method
simple_history/models.py:247:1: D102 Missing docstring in public method
simple_history/models.py:270:1: D400 First line should end with a period
simple_history/models.py:293:1: D400 First line should end with a period
simple_history/models.py:306:1: D101 Missing docstring in public class
simple_history/models.py:307:1: D102 Missing docstring in public method
simple_history/models.py:310:1: D105 Missing docstring in magic method
simple_history/tests/other_admin.py:1:1: D100 Missing docstring in public module
simple_history/tests/other_admin.py:2:1: I201 Missing newline before sections or imports.
simple_history/tests/other_admin.py:3:1: I201 Missing newline before sections or imports.
simple_history/tests/admin.py:1:1: D100 Missing docstring in public module
simple_history/tests/admin.py:6:1: I201 Missing newline before sections or imports.
simple_history/tests/admin.py:9:1: D101 Missing docstring in public class
simple_history/tests/admin.py:10:1: D102 Missing docstring in public method
simple_history/tests/models.py:1:1: D100 Missing docstring in public module
simple_history/tests/models.py:6:1: I100 Import statements are in the wrong order. from simple_history should be before from simple_history.models
simple_history/tests/models.py:11:1: D101 Missing docstring in public class
simple_history/tests/models.py:18:1: D101 Missing docstring in public class
simple_history/tests/models.py:34:1: D101 Missing docstring in public class
simple_history/tests/models.py:46:1: D101 Missing docstring in public class
simple_history/tests/models.py:51:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/models.py:54:1: D101 Missing docstring in public class
simple_history/tests/models.py:59:1: D101 Missing docstring in public class
simple_history/tests/models.py:60:1: D102 Missing docstring in public method
simple_history/tests/models.py:70:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/models.py:73:1: D101 Missing docstring in public class
simple_history/tests/models.py:77:1: D101 Missing docstring in public class
simple_history/tests/models.py:83:1: D101 Missing docstring in public class
simple_history/tests/models.py:88:1: D102 Missing docstring in public method
simple_history/tests/models.py:95:1: D101 Missing docstring in public class
simple_history/tests/models.py:100:1: D101 Missing docstring in public class
simple_history/tests/models.py:109:1: D101 Missing docstring in public class
simple_history/tests/models.py:117:1: D101 Missing docstring in public class
simple_history/tests/models.py:121:1: D101 Missing docstring in public class
simple_history/tests/models.py:125:1: D101 Missing docstring in public class
simple_history/tests/models.py:130:1: D101 Missing docstring in public class
simple_history/tests/models.py:135:1: D101 Missing docstring in public class
simple_history/tests/models.py:139:1: D101 Missing docstring in public class
simple_history/tests/models.py:143:1: D101 Missing docstring in public class
simple_history/tests/models.py:147:1: D101 Missing docstring in public class
simple_history/tests/models.py:151:1: D101 Missing docstring in public class
simple_history/tests/models.py:155:1: D101 Missing docstring in public class
simple_history/tests/models.py:159:1: D101 Missing docstring in public class
simple_history/tests/models.py:163:1: D101 Missing docstring in public class
simple_history/tests/models.py:165:1: D101 Missing docstring in public class
simple_history/tests/models.py:169:1: D101 Missing docstring in public class
simple_history/tests/models.py:173:1: D101 Missing docstring in public class
simple_history/tests/models.py:176:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/models.py:179:1: D101 Missing docstring in public class
simple_history/tests/models.py:183:1: D101 Missing docstring in public class
simple_history/tests/models.py:191:1: D101 Missing docstring in public class
simple_history/tests/models.py:195:1: D101 Missing docstring in public class
simple_history/tests/models.py:199:1: D101 Missing docstring in public class
simple_history/tests/models.py:202:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/models.py:206:1: D101 Missing docstring in public class
simple_history/tests/models.py:210:1: D101 Missing docstring in public class
simple_history/tests/models.py:214:1: D101 Missing docstring in public class
simple_history/tests/models.py:219:1: D204 1 blank line required after class docstring
simple_history/tests/models.py:225:1: D101 Missing docstring in public class
simple_history/tests/models.py:230:1: D101 Missing docstring in public class
simple_history/tests/models.py:234:1: D101 Missing docstring in public class
simple_history/tests/models.py:239:1: D101 Missing docstring in public class
simple_history/tests/models.py:243:1: D101 Missing docstring in public class
simple_history/tests/models.py:247:1: D101 Missing docstring in public class
simple_history/tests/models.py:252:1: D101 Missing docstring in public class
simple_history/tests/models.py:256:1: D101 Missing docstring in public class
simple_history/tests/models.py:261:1: D101 Missing docstring in public class
simple_history/tests/models.py:266:1: D101 Missing docstring in public class
simple_history/tests/models.py:272:1: D101 Missing docstring in public class
simple_history/tests/models.py:276:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/models.py:285:1: D101 Missing docstring in public class
simple_history/tests/models.py:288:1: D101 Missing docstring in public class
simple_history/tests/models.py:292:1: D101 Missing docstring in public class
simple_history/tests/models.py:295:1: D101 Missing docstring in public class
simple_history/tests/models.py:299:1: D101 Missing docstring in public class
simple_history/tests/models.py:301:1: D101 Missing docstring in public class
simple_history/tests/models.py:305:1: D101 Missing docstring in public class
simple_history/tests/models.py:309:1: D101 Missing docstring in public class
simple_history/tests/models.py:313:1: D101 Missing docstring in public class
simple_history/tests/models.py:317:1: D101 Missing docstring in public class
simple_history/tests/models.py:321:1: D101 Missing docstring in public class
simple_history/tests/models.py:325:1: D101 Missing docstring in public class
simple_history/tests/models.py:329:1: D101 Missing docstring in public class
simple_history/tests/models.py:333:1: D101 Missing docstring in public class
simple_history/tests/models.py:337:1: D101 Missing docstring in public class
simple_history/tests/models.py:341:1: D101 Missing docstring in public class
simple_history/tests/urls.py:1:1: D100 Missing docstring in public module
simple_history/tests/urls.py:5:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_manager.py:1:1: D100 Missing docstring in public module
simple_history/tests/tests/test_manager.py:2:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_manager.py:13:1: D101 Missing docstring in public class
simple_history/tests/tests/test_manager.py:16:1: D102 Missing docstring in public method
simple_history/tests/tests/test_manager.py:33:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_manager.py:33:1: D400 First line should end with a period
simple_history/tests/tests/test_manager.py:42:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_manager.py:42:1: D400 First line should end with a period
simple_history/tests/tests/test_manager.py:51:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_manager.py:51:1: D400 First line should end with a period
simple_history/tests/tests/test_manager.py:61:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_manager.py:61:1: D400 First line should end with a period
simple_history/tests/tests/test_manager.py:71:1: D101 Missing docstring in public class
simple_history/tests/tests/test_manager.py:73:1: D102 Missing docstring in public method
simple_history/tests/tests/test_manager.py:83:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:1:1: D100 Missing docstring in public module
simple_history/tests/tests/test_admin.py:4:1: I100 Import statements are in the wrong order. from django_webtest should be before from mock
simple_history/tests/tests/test_admin.py:4:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_admin.py:5:1: I100 Import statements are in the wrong order. from django.contrib.admin should be before from django_webtest
simple_history/tests/tests/test_admin.py:5:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_admin.py:8:1: I100 Import statements are in the wrong order. from django.test.client should be before from django.test.utils
simple_history/tests/tests/test_admin.py:9:1: I100 Import statements are in the wrong order. from django.core.urlresolvers should be before from django.test.client
simple_history/tests/tests/test_admin.py:10:1: I100 Import statements are in the wrong order. from django.conf should be before from django.core.urlresolvers
simple_history/tests/tests/test_admin.py:15:1: I100 Import statements are in the wrong order. from simple_history.admin should be before from simple_history.models
simple_history/tests/tests/test_admin.py:16:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_admin.py:32:1: D103 Missing docstring in public function
simple_history/tests/tests/test_admin.py:46:1: D101 Missing docstring in public class
simple_history/tests/tests/test_admin.py:47:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:51:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:57:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:65:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:78:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:83:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:92:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:131:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:148:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:157:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_admin.py:166:1: D400 First line should end with a period
simple_history/tests/tests/test_admin.py:172:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:181:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:199:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:210:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:236:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:263:1: D400 First line should end with a period
simple_history/tests/tests/test_admin.py:278:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_admin.py:278:1: D209 Multi-line docstring closing quotes should be on a separate line
simple_history/tests/tests/test_admin.py:278:1: D400 First line should end with a period
simple_history/tests/tests/test_admin.py:290:1: D400 First line should end with a period
simple_history/tests/tests/test_admin.py:300:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_admin.py:300:1: D400 First line should end with a period
simple_history/tests/tests/test_admin.py:323:1: D205 1 blank line required between summary line and description
simple_history/tests/tests/test_admin.py:323:1: D400 First line should end with a period
simple_history/tests/tests/test_admin.py:352:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:373:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:423:80: E501 line too long (81 > 79 characters)
simple_history/tests/tests/test_admin.py:425:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:478:80: E501 line too long (81 > 79 characters)
simple_history/tests/tests/test_admin.py:480:1: D102 Missing docstring in public method
simple_history/tests/tests/test_admin.py:532:80: E501 line too long (81 > 79 characters)
simple_history/tests/tests/test_commands.py:1:1: D100 Missing docstring in public module
simple_history/tests/tests/test_commands.py:5:1: I100 Import statements are in the wrong order. from django.test should be before from six.moves
simple_history/tests/tests/test_commands.py:5:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_commands.py:6:1: I100 Import statements are in the wrong order. from django.core should be before from django.test
simple_history/tests/tests/test_commands.py:15:1: D103 Missing docstring in public function
simple_history/tests/tests/test_commands.py:26:1: D101 Missing docstring in public class
simple_history/tests/tests/test_commands.py:30:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:36:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:49:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:57:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:65:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:76:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:86:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:96:1: D102 Missing docstring in public method
simple_history/tests/tests/test_commands.py:107:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:1:1: D100 Missing docstring in public module
simple_history/tests/tests/test_models.py:4:1: I100 Import statements are in the wrong order. import unittest should be before from datetime
simple_history/tests/tests/test_models.py:15:1: I201 Missing newline before sections or imports.
simple_history/tests/tests/test_models.py:24:1: I100 Import statements are in the wrong order. from ..external.models should be before from ..models
simple_history/tests/tests/test_models.py:39:1: D103 Missing docstring in public function
simple_history/tests/tests/test_models.py:45:1: D101 Missing docstring in public class
simple_history/tests/tests/test_models.py:47:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:50:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:58:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:70:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:90:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:108:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:128:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:132:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:141:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:161:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:169:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:177:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:195:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:206:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:218:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:227:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:238:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:249:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:259:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:268:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:275:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:286:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:292:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:297:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:311:1: D101 Missing docstring in public class
simple_history/tests/tests/test_models.py:313:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:322:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:331:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:342:1: D101 Missing docstring in public class
simple_history/tests/tests/test_models.py:343:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:346:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:353:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:359:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:369:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:391:1: D101 Missing docstring in public class
simple_history/tests/tests/test_models.py:392:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:403:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:409:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:413:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:422:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:440:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:450:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:466:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:474:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:479:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:487:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:495:80: E501 line too long (82 > 79 characters)
simple_history/tests/tests/test_models.py:496:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:504:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:510:1: D400 First line should end with a period
simple_history/tests/tests/test_models.py:523:1: D202 No blank lines allowed after function docstring
simple_history/tests/tests/test_models.py:523:1: D400 First line should end with a period
simple_history/tests/tests/test_models.py:585:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:593:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:597:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:647:80: E501 line too long (82 > 79 characters)
simple_history/tests/tests/test_models.py:648:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:659:1: D400 First line should end with a period
simple_history/tests/tests/test_models.py:662:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:668:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:675:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:682:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:689:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:697:1: D101 Missing docstring in public class
simple_history/tests/tests/test_models.py:699:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:707:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:712:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:720:1: D101 Missing docstring in public class
simple_history/tests/tests/test_models.py:723:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:726:1: D102 Missing docstring in public method
simple_history/tests/tests/test_models.py:732:1: D102 Missing docstring in public method
simple_history/tests/custom_user/models.py:1:1: D100 Missing docstring in public module
simple_history/tests/custom_user/models.py:2:1: I201 Missing newline before sections or imports.
simple_history/tests/custom_user/models.py:8:1: D101 Missing docstring in public class
simple_history/tests/custom_user/models.py:11:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/external/models/model4.py:1:1: D100 Missing docstring in public module
simple_history/tests/external/models/model4.py:4:1: I201 Missing newline before sections or imports.
simple_history/tests/external/models/model4.py:7:1: D101 Missing docstring in public class
simple_history/tests/external/models/model4.py:10:1: D101 Missing docstring in public class
simple_history/tests/external/models/model4.py:13:1: E305 expected 2 blank lines after class or function definition, found 1
simple_history/tests/external/models/model2.py:1:1: D100 Missing docstring in public module
simple_history/tests/external/models/model2.py:4:1: I201 Missing newline before sections or imports.
simple_history/tests/external/models/model2.py:7:1: D101 Missing docstring in public class
simple_history/tests/external/models/model2.py:11:1: D101 Missing docstring in public class
simple_history/management/commands/_populate_utils.py:1:1: D100 Missing docstring in public module
simple_history/management/commands/_populate_utils.py:29:80: E501 line too long (82 > 79 characters)
simple_history/management/commands/populate_history.py:1:1: D100 Missing docstring in public module
simple_history/management/commands/populate_history.py:13:1: I100 Import statements are in the wrong order. from . should be before from ...
simple_history/management/commands/populate_history.py:16:1: D101 Missing docstring in public class
simple_history/management/commands/populate_history.py:32:80: E501 line too long (83 > 79 characters)
simple_history/management/commands/populate_history.py:33:80: E501 line too long (96 > 79 characters)
simple_history/management/commands/populate_history.py:36:1: D102 Missing docstring in public method
simple_history/management/commands/populate_history.py:53:80: E501 line too long (83 > 79 characters)
simple_history/management/commands/populate_history.py:56:1: D102 Missing docstring in public method
simple_history/templatetags/simple_history_compat.py:1:1: D100 Missing docstring in public module
simple_history/registry_tests/tests.py:1:1: D100 Missing docstring in public module
simple_history/registry_tests/tests.py:36:1: D101 Missing docstring in public class
simple_history/registry_tests/tests.py:37:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:43:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:53:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:57:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:69:1: D101 Missing docstring in public class
simple_history/registry_tests/tests.py:71:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:75:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:81:1: D101 Missing docstring in public class
simple_history/registry_tests/tests.py:83:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:95:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:107:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:113:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:122:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:131:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:140:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:146:1: D101 Missing docstring in public class
simple_history/registry_tests/tests.py:148:1: D102 Missing docstring in public method
simple_history/registry_tests/tests.py:152:1: D102 Missing docstring in public method
simple_history/registry_tests/models.py:1:1: D100 Missing docstring in public module
simple_history/registry_tests/migration_test_app/models.py:1:1: D100 Missing docstring in public module
simple_history/registry_tests/migration_test_app/models.py:2:1: I201 Missing newline before sections or imports.
simple_history/registry_tests/migration_test_app/models.py:5:1: D101 Missing docstring in public class
simple_history/registry_tests/migration_test_app/models.py:9:1: D101 Missing docstring in public class
simple_history/registry_tests/migration_test_app/models.py:13:1: D101 Missing docstring in public class
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:1:1: D100 Missing docstring in public module
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:7:1: I100 Import statements are in the wrong order. import django.db.models.deletion should be before from django.db
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:10:1: D101 Missing docstring in public class
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:22:80: E501 line too long (114 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:28:80: E501 line too long (109 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:29:80: E501 line too long (84 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:31:80: E501 line too long (129 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:32:80: E501 line too long (156 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:43:80: E501 line too long (114 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:49:80: E501 line too long (208 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:56:80: E501 line too long (116 > 79 characters)
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py:61:80: E501 line too long (181 > 79 characters)
