tags:

views:

89

answers:

1

my form is :

class MapForm(forms.ModelForm):

    slug = forms.SlugField(max_length=20)

and did you know why?

and how to make this running..

A: 

well so you create map with not-unique slug while in your database it's cleary is UNIQUE. Post your models, views.

Dmitry Shevchenko
what???????/..........
zjm1126
just post your model
Dmitry Shevchenko