Opened 15 years ago
Closed 15 years ago
#11214 closed (invalid)
inline in django
Reported by: | ankit | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.1-beta |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am having inlines in my model.I want that all the inlines should come as a readonly while updation
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Component: | django-admin.py → Forms |
---|---|
milestone: | 1.1 |
comment:3 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I'm going to take this a step further and mark the ticket invalid. The description is incoherent, and Ankit's activity on django-users and other tickets leads me to believe that this is probably a user query, rather than a bug or feature request.
Ankit - Feel free to reopen if either of these are untrue, and you are able to provide a clearer explanation of the bug/feature.
comment:4 by , 15 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
this not a db query.I simply wants to display inlines as a readonly.i can do this using baseinlineformset.But i want to know that is there any other way to do so?
comment:5 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
When you start a sentence with "is there any other way", then you are asking a question. This ticket system is not for asking questions. If you want an answer to a question, please ask on the django-users mailing list.
Can you expand the description and the use case a bit?.