Changes between Initial Version and Version 1 of Ticket #4702


Ignore:
Timestamp:
Jun 27, 2007, 2:45:12 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed description formatting.

This has been fixed on the UnicodeBranch (because *_lazy() functions can now be checked for equality). I will close this ticket when that branch is merged into trunk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4702

    • Property Keywords unicode-branch added
    • Property Triage Stage UnreviewedAccepted
  • Ticket #4702 – Description

    initial v1  
    22
    33    Example:
     4{{{
     5#!python
    46        class QuestionSet(models.Model):
    57            ...fields...
     
    1315            class Meta:
    1416                app_label = _("Q and A")
    15 
     17}}}
    1618This gives you two separate groups called "Q And A" in the admin instead of grouping them together.
Back to Top