Changes between Initial Version and Version 1 of Ticket #15174
- Timestamp:
- Jan 26, 2011, 10:22:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15174
- Property Milestone 2.0
-
Ticket #15174 – Description
initial v1 1 Here more detailed info: 1 For example: If you have a User and UserProfile, you can set up the Admin site to display an inline for the UserProfile. 2 2 3 http://stackoverflow.com/questions/1206903/how-do-i-require-an-inline-in-the-django-admin 3 If the user provides data for the UserProfile, it will be validated and saved. 4 5 However, an empty form also passes validation -- there's no easy way to require that the user populate the UserProfile inline. 6 7 More details and description [http://stackoverflow.com/questions/1206903/how-do-i-require-an-inline-in-the-django-admin on Stack Overflow]. 4 8 5 9 I propouse to use some like this: