Changes between Initial Version and Version 1 of Ticket #4702
- Timestamp:
- Jun 27, 2007, 2:45:12 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4702
- Property Keywords unicode-branch added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #4702 – Description
initial v1 2 2 3 3 Example: 4 {{{ 5 #!python 4 6 class QuestionSet(models.Model): 5 7 ...fields... … … 13 15 class Meta: 14 16 app_label = _("Q and A") 15 17 }}} 16 18 This gives you two separate groups called "Q And A" in the admin instead of grouping them together.