User:Darija Medic/technicalcourse/django: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    23 September 2010

    • curprev 21:3421:34, 23 September 2010Migratebot talk contribs 1,309 bytes +1,309 Created page with "preliminary version of models <source lang="python"> class Tag(models.Model): name = models.CharField(max_length=255) # pieces = ... def __unicode__(self): ..."