Re: [Django] #21287: pep8 cleanup: closing bracket does not match indentation of opening bracket's line

2013-10-18 Thread Django
#21287: pep8 cleanup: closing bracket does not match indentation of opening
bracket's line
--+
 Reporter:  timo  |Owner:  alasdair
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by Alasdair Nicol ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"a800036981c6fea8eb3dac22467965c71af05d29"]:
 {{{
 #!CommitTicketReference repository=""
 revision="a800036981c6fea8eb3dac22467965c71af05d29"
 Fixed #21287 -- Fixed E123 pep8 warnings
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.9ab2d875aff724cd5d3aab48737ef77a%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21287: pep8 cleanup: closing bracket does not match indentation of opening bracket's line

2013-10-18 Thread Django
#21287: pep8 cleanup: closing bracket does not match indentation of opening
bracket's line
--+
 Reporter:  timo  |Owner:  alasdair
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+

Comment (by alasdair):

 Pull request https://github.com/django/django/pull/1769

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.ade7dbe32bfe57e5576f1856797b6b44%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21287: pep8 cleanup: closing bracket does not match indentation of opening bracket's line

2013-10-18 Thread Django
#21287: pep8 cleanup: closing bracket does not match indentation of opening
bracket's line
--+
 Reporter:  timo  |Owner:  alasdair
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by alasdair):

 * owner:  nobody => alasdair
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.a48ba3ef2e6c11d58d596304579849a0%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21287: pep8 cleanup: closing bracket does not match indentation of opening bracket's line

2013-10-17 Thread Django
#21287: pep8 cleanup: closing bracket does not match indentation of opening
bracket's line
+
   Reporter:  timo  |  Owner:  nobody
   Type:  Cleanup/optimization  | Status:  new
  Component:  Core (Other)  |Version:  master
   Severity:  Normal|   Keywords:
   Triage Stage:  Accepted  |  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  1
  UI/UX:  0 |
+
 To find errors, ensure you have an up-to-date master with the flake8
 config in setup.cfg, then remove E123 from the ignore list there. You can
 then run `flake8` from the directory with setup.cfg in it to list all
 errors - there should be about 150.

 Attaching an example patch to get you started.

 Apply it, if you'd like:

 `patch -p1 -i E123.diff`

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.1bd02ae4c71ddef07d408ea65e4d961b%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.