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:2 by Ramiro Morales, 15 years ago

Component: django-admin.pyForms
milestone: 1.1

Can you expand the description and the use case a bit?.

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

Resolution: invalid
Status: newclosed

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 anonymous, 15 years ago

Resolution: invalid
Status: closedreopened

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 Russell Keith-Magee, 15 years ago

Resolution: invalid
Status: reopenedclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top