Thanks James.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@goo
On Tue, Sep 1, 2015 at 1:13 PM, Leandro Severino
wrote:
> Hi,
>
> In my first post, I have a simple question:
>
> Its possible a modelForm have two fields for a one model Field ?
>
> My codes:
>
>
> In my models:
>
>class MyClass(models.Model):
>COMMON_AMENITIES_CHOICES = ((
Hi,
In my first post, I have a simple question:
Its possible a modelForm have two fields for a one model Field ?
My codes:
In my models:
class MyClass(models.Model):
COMMON_AMENITIES_CHOICES = (('A', 'Aditional'),
(
3 matches
Mail list logo