Changes between Initial Version and Version 1 of Ticket #9558


Ignore:
Timestamp:
Nov 9, 2008, 3:26:05 PM (16 years ago)
Author:
Karen Tracey
Comment:

Reformatted description. Please use preview before posting. Also, it would be ever so much more helpful if you'd specify what exact error you get. Why leave us guessing with the vague "an error"?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9558 – Description

    initial v1  
    22
    33My model is, simplified:
     4{{{
    45
    56class Place(models.Model):
     
    2829                return HttpResponseRedirect('/success')
    2930     ...
     31
     32}}}
Back to Top