[Django] #30357: Admin of app does not recognize Foreign_key field

2 views
Skip to first unread message

Django

unread,
Apr 12, 2019, 6:46:00 AM4/12/19
to django-...@googlegroups.com
#30357: Admin of app does not recognize Foreign_key field
-------------------------------------+-------------------------------------
Reporter: ReadMost | Owner: nobody
Type: Bug | Status: new
Component: | Version: 2.2
Uncategorized | Keywords: admin hide
Severity: Normal | foreign_key
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
if you look in the raw HTML source you'll find the field was always there
- it's just that:

Django tries to be clever and put the form field inside a div with CSS
class="form-row $FIELD_NAME",
The field's name was "cadastre", so the CSS class was "form-row cadastre",
...APP Plus.
Adblock Plus will hide anything with the CSS class "cadastre", along with
a lot of other CSS classes.

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

Django

unread,
Apr 12, 2019, 9:08:42 AM4/12/19
to django-...@googlegroups.com
#30357: Admin of app does not recognize Foreign_key field
-------------------------------------+-------------------------------------
Reporter: ReadMost | Owner: nobody
Type: Bug | Status: closed
Component: Uncategorized | Version: 2.2
Severity: Normal | Resolution: needsinfo
Keywords: admin hide | Triage Stage:
foreign_key | Unreviewed
Has patch: 0 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):

* status: new => closed
* resolution: => needsinfo


Comment:

It is really hard to find out where is an issue from the ticket
description. This looks like a support question, please use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels].

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

Reply all
Reply to author
Forward
0 new messages