[Django] #26832: missing get_language_info translated name documentation

7 views
Skip to first unread message

Django

unread,
Jul 2, 2016, 8:11:47 AM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
--------------------------------------+--------------------
Reporter: Leila20 | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 1.9
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+--------------------
after merging #24230

translated name is missing on the get_language info documentation

[https://docs.djangoproject.com/en/dev/topics/i18n/translation/]

--
Ticket URL: <https://code.djangoproject.com/ticket/26832>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jul 2, 2016, 8:12:07 AM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
-------------------------------------+-------------------------------------
Reporter: Leila20 | Owner: Leila20
Type: | Status: assigned
Cleanup/optimization |
Component: Documentation | Version: 1.9
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Leila20):

* owner: nobody => Leila20
* needs_better_patch: => 0
* status: new => assigned
* needs_tests: => 0
* needs_docs: => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/26832#comment:1>

Django

unread,
Jul 2, 2016, 9:13:50 AM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
--------------------------------------+------------------------------------
Reporter: Leila20 | Owner: Leila20
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.9
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 bmispelon):

* stage: Unreviewed => Accepted


Comment:

For reference, the information is present in the documentation of the `{%
get_language_info %}` tag [1] but is missing from the documentation of the
`get_language_info()` function [2].


[1] https://docs.djangoproject.com/en/dev/topics/i18n/translation/#get-
language-info
[2]
https://docs.djangoproject.com/en/dev/topics/i18n/translation/#django.utils.translation.get_language_info

--
Ticket URL: <https://code.djangoproject.com/ticket/26832#comment:2>

Django

unread,
Jul 2, 2016, 10:41:48 AM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
--------------------------------------+------------------------------------
Reporter: Leila20 | Owner: Leila20
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.9

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Leila20):

* has_patch: 0 => 1


Comment:

pull request here: https://github.com/django/django/pull/6867/

--
Ticket URL: <https://code.djangoproject.com/ticket/26832#comment:3>

Django

unread,
Jul 2, 2016, 12:10:17 PM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
--------------------------------------+------------------------------------
Reporter: Leila20 | Owner: Leila20
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.9
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Baptiste Mispelon <bmispelon@…>):

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


Comment:

In [changeset:"de4265e082bcce45ef6fb0929a44205463ba552e" de4265e0]:
{{{
#!CommitTicketReference repository=""
revision="de4265e082bcce45ef6fb0929a44205463ba552e"
Fixed #26832 -- Added translated language name on the get_language_info
documentation
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26832#comment:4>

Django

unread,
Jul 2, 2016, 8:51:35 PM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
--------------------------------------+------------------------------------
Reporter: Leila20 | Owner: Leila20
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.9

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"2847b22f296f4c1cbcb2abbbb0bceb81ad1bf8f4" 2847b22f]:
{{{
#!CommitTicketReference repository=""
revision="2847b22f296f4c1cbcb2abbbb0bceb81ad1bf8f4"
[1.10.x] Fixed #26832 -- Added translated language name on the
get_language_info documentation

Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26832#comment:5>

Django

unread,
Jul 2, 2016, 8:52:08 PM7/2/16
to django-...@googlegroups.com
#26832: missing get_language_info translated name documentation
--------------------------------------+------------------------------------
Reporter: Leila20 | Owner: Leila20
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.9

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"04beab3399fed99ccb21d0e684df52de6f99cc2c" 04beab3]:
{{{
#!CommitTicketReference repository=""
revision="04beab3399fed99ccb21d0e684df52de6f99cc2c"
[1.9.x] Fixed #26832 -- Added translated language name on the
get_language_info documentation

Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26832#comment:6>

Reply all
Reply to author
Forward
0 new messages