Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-17 Thread Django
#21268: pep8 cleanup: too many blank lines
--+
 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
--+

Comment (by Alex Gaynor ):

 In [changeset:"65750b83523870851008e804364121f8c458fc2d"]:
 {{{
 #!CommitTicketReference repository=""
 revision="65750b83523870851008e804364121f8c458fc2d"
 Merge pull request #1768 from alasdairnicol/ticket_21268

 Fixed #21268 -- Fixed E303 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.43e9bf2a5d1bb2210f338cfc83aba9f7%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-17 Thread Django
#21268: pep8 cleanup: too many blank lines
--+
 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:"bab9123daa5d05150951f74183906a76d2b0cf27"]:
 {{{
 #!CommitTicketReference repository=""
 revision="bab9123daa5d05150951f74183906a76d2b0cf27"
 Fixed #21268 -- Fixed E303 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.bc64a82da7db6c935cb446602baa0cca%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-17 Thread Django
#21268: pep8 cleanup: too many blank lines
--+
 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.f8c495c35e1083f53af0cbfe1751ec97%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-14 Thread Django
#21268: pep8 cleanup: too many blank lines
--+
 Reporter:  timo  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
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
--+
Description changed by timo:

Old description:

> To find errors: `flake8
> --exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
> --select=E303`
>
> Attaching a patch to get you started.
>
> Apply it:
>
> `patch -p1 -i E303.diff`

New description:

 To find errors, ensure you have an up-to-date master with the flake8
 config in setup.cfg, then remove E303 from the ignore list there. You can
 then run `flake8` from the directory with setup.cfg in it to list all
 errors.

 Attaching an example patch to get you started.

 Apply it, if you'd like:

 `patch -p1 -i E303.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/062.67c8aa966bfc31c53f0fb3920854ad3c%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-14 Thread Django
#21268: pep8 cleanup: too many blank lines
--+
 Reporter:  timo  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
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 timo):

 * easy:  0 => 1


Old description:

> To find errors: `flake8 --select=E303`
>
> Attaching a patch to get you started.
>
> Apply it:
>
> `patch -p1 -i E303.diff`

New description:

 To find errors: `flake8
 
--exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
 --select=E303`

 Attaching a patch to get you started.

 Apply it:

 `patch -p1 -i E303.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/062.2a26d0f5b925e83deb5b838ceb126fc5%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21268: pep8 cleanup: too many blank lines

2013-10-14 Thread Django
#21268: pep8 cleanup: too many blank lines
+
   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:  0
  UI/UX:  0 |
+
 To find errors: `flake8 --select=E303`

 Attaching a patch to get you started.

 Apply it:

 `patch -p1 -i E303.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.05ed8434b1ec7498d1a7d3115a3c56fc%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.