Opened 15 years ago

Last modified 11 years ago

#12509 new New feature

Feature: Selector Inlines

Reported by: Zain Memon Owned by: Zain Memon
Component: contrib.admin Version: soc2009/admin-ui
Severity: Normal Keywords: design_ux
Cc: arthur@…, Simon Charette Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes
Pull Requests:How to create a pull request

Description

This patch introduces a new type of inline called a selector inline. This was originally mocked up by Wilson Miner here: http://media.wilsonminer.com/images/django/related-objects-stacked.gif

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (12)

by Zain Memon, 15 years ago

Attachment: adminui-selectorinline.diff added

Fixed a bug with verbose_name having spaces

by jbronn, 15 years ago

comment:1 by Russell Keith-Magee, 15 years ago

Keywords: design_ux added
milestone: 1.2
Triage Stage: UnreviewedDesign decision needed

comment:2 by anonymous, 15 years ago

Cc: arthur@… added

comment:3 by Matt McClanahan, 14 years ago

Severity: Normal
Type: New feature

comment:4 by Julien Phalip, 14 years ago

UI/UX: set

comment:5 by Aymeric Augustin, 13 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 13 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Aymeric Augustin, 13 years ago

UI/UX: set

Revert accidental batch modification.

comment:8 by Aymeric Augustin, 12 years ago

Triage Stage: Design decision neededAccepted

This could be useful.

comment:9 by Simon Charette, 12 years ago

Cc: Simon Charette added

comment:10 by Tim Graham, 11 years ago

Patch needs improvement: set
Note: See TracTickets for help on using tickets.
Back to Top