--
Ticket URL: <https://code.djangoproject.com/ticket/18549>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:1>
* owner: nobody => vanessagomes
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:2>
* has_patch: 0 => 1
* version: 1.4 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:3>
* cc: harph (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:4>
Comment (by harph):
I submitted a pull request. This is the url:
https://github.com/django/django/pull/498
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:5>
Comment (by claudep):
Note that you are hard-coding usage of plural for 0 items, which is not
true for all languages. However, I'm not sure there is a better solution
i18n-wise (as using blocktrans will only partially solve it and add a non-
sense translatable string to po files).
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:6>
* cc: 4glitch@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:7>
* needs_better_patch: 0 => 1
* needs_tests: 0 => 1
Comment:
This needs tests, ideally adding `max_num=1` to an existing tabular and
stacked inline and verifying the <h2> text. The existing patch also causes
some test failures due to the added whitespace.
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:8>
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:9>
* owner: vanessagomes => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:10>
* owner: (none) => Tim McCurrach
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:11>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:12>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:13>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0aff3fd7110d1bd431a35bb28d8688693b98d886" 0aff3fd7]:
{{{
#!CommitTicketReference repository=""
revision="0aff3fd7110d1bd431a35bb28d8688693b98d886"
Fixed #18549 -- Fixed heading for inlines with a OneToOneField.
Used verbose_name instead of verbose_name_plural.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:15>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"13409a0c0db0ae322d58a1fceef678f8bca067fb" 13409a0c]:
{{{
#!CommitTicketReference repository=""
revision="13409a0c0db0ae322d58a1fceef678f8bca067fb"
Refs #18549 -- Added test for heading of foreign key inlines.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:14>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"a91bf80459d6674dd8c6a182d0f6296d50be0361" a91bf804]:
{{{
#!CommitTicketReference repository=""
revision="a91bf80459d6674dd8c6a182d0f6296d50be0361"
[3.2.x] Fixed #18549 -- Fixed heading for inlines with a OneToOneField.
Used verbose_name instead of verbose_name_plural.
Backport of 0aff3fd7110d1bd431a35bb28d8688693b98d886 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18549#comment:16>