Re: [Django] #21938: Improve docs/ref/views.txt

2014-06-01 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:  fixed
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+

Comment (by Tim Graham ):

 In [changeset:"a83c56a45a976375ffe1bdf014b0f1c38a610ee6"]:
 {{{
 #!CommitTicketReference repository=""
 revision="a83c56a45a976375ffe1bdf014b0f1c38a610ee6"
 [1.7.x] Fixed #21938 -- Moved documentation for error views to reference
 guide.

 Backport of 5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2 from master
 }}}

-- 
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.838d7e59be67855acdd00a9dfde93b78%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-06-01 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:  fixed
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2"
 Fixed #21938 -- Moved documentation for error views to reference guide.
 }}}

-- 
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.f2fdec14ee560416d4526f4992747c74%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-05-24 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+

Comment (by JLinden):

 Ok, the order stays as it is.

 I've sent a PR with my changes at
 [https://github.com/django/django/pull/2710]

-- 
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.25bd2d8c059305be563fa944cd6a47a2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-05-24 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+

Comment (by timo):

 I think the current order is okay, but I don't feel strongly about it. We
 are likely to replace them with something more generic anyway (see
 #22058).

-- 
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.f1a64c3834234c20b020646f82ec6e05%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-05-24 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+

Comment (by JLinden):

 The error views are currently ordered by most commonly used, should we
 keep it that way or order them by status code instead? As in 400, 403,
 404, 500.

-- 
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.0df08918bb987200de6cffef201465cf%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-05-17 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by JLinden):

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


-- 
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.bbc84199179b1e2c2c40035fc4deb5f6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-05-16 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by EvilDMP):

 * keywords:   => afraid-to-commit


Comment:

 Ear-marked as suitable for a first-time committer at DjangoCon Europe
 2014.

-- 
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.9219b807638c64fa22450a6df517cb5b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21938: Improve docs/ref/views.txt

2014-02-24 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.6
 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 oswalpalash@…):

 I totally Agree to your point. For new users view's functions need to be
 defined more practically for usage. I'm a newbie here, but I'd like to
 contribute to this fix. I'd be glad to help out and write the
 documentation part.

-- 
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.d7fa732698750b7bdfff218a9c74d6e7%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21938: Improve docs/ref/views.txt

2014-02-03 Thread Django
#21938: Improve docs/ref/views.txt
+
   Reporter:  timo  |  Owner:  nobody
   Type:  Cleanup/optimization  | Status:  new
  Component:  Documentation |Version:  1.6
   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 |
+
 As noted in [https://github.com/django/django/pull/2231 this PR], the
 "Built-in views" page isn't very useful. We should expand this page into a
 proper reference guide for the functions in `django.views`, probably
 moving some content from `topics/http/views.txt`.

-- 
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.8f1b089a95c25a975a057202fd19a174%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.