You could ask a friend or colleague to review the patch using the patch 
review checklist [1] and mark it "Ready for checkin" if it looks good. 
Otherwise, you just wait for someone to review it.

[1] 
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist

On Wednesday, February 24, 2016 at 10:18:26 AM UTC-5, Tore Lundqvist wrote:
>
> Is there something I can do to move this forward?
>
>
> Den torsdag 11 februari 2016 kl. 09:56:15 UTC+1 skrev Tore Lundqvist:
>>
>> Thanks for all the help with the patch! I hope its close to being 
>> acceptable now. Can someone have a look at the PR?
>>
>> Den tisdag 2 februari 2016 kl. 13:08:51 UTC+1 skrev Tore Lundqvist:
>>>
>>> Ok, got that sorted now. How about the fix, is it reasonable?
>>>
>>>
>>> Den tisdag 2 februari 2016 kl. 11:51:19 UTC+1 skrev is_null:
>>>>
>>>> Just click "Details" and then "Console output". You'll find this: 
>>>>
>>>> + flake8 
>>>> ./django/contrib/sessions/backends/db.py:91:30: E901 SyntaxError: 
>>>> invalid syntax 
>>>>
>>>> ERROR: 
>>>> /home/jenkins/workspace/isort/django/contrib/sessions/backends/db.py 
>>>> Imports are incorrectly sorted. 
>>>> --- 
>>>> /home/jenkins/workspace/isort/django/contrib/sessions/backends/db.py:before
>>>>  
>>>> 2016-02-01 16:04:24.701654 
>>>> +++ 
>>>> /home/jenkins/workspace/isort/django/contrib/sessions/backends/db.py:after 
>>>> 2016-02-01 16:04:30.952126 
>>>> @@ -1,8 +1,10 @@ 
>>>>  import logging 
>>>>
>>>> -from django.contrib.sessions.backends.base import CreateError, 
>>>> SessionBase, UpdateError 
>>>> +from django.contrib.sessions.backends.base import ( 
>>>> +    CreateError, SessionBase, UpdateError, 
>>>> +) 
>>>>  from django.core.exceptions import SuspiciousOperation 
>>>> -from django.db import IntegrityError, router, transaction, 
>>>> DatabaseError 
>>>> +from django.db import DatabaseError, IntegrityError, router, 
>>>> transaction 
>>>>  from django.utils import timezone 
>>>>  from django.utils.encoding import force_text 
>>>>  from django.utils.functional import cached_property 
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/024a410c-7094-4fcd-991a-0a1d6bfba7ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to