Changes between Initial Version and Version 1 of Ticket #13776, comment 17


Ignore:
Timestamp:
05/20/14 08:10:37 (9 years ago)
Author:
ANUBHAV JOSHI
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13776, comment 17

    initial v1  
    22> I think `blank=True` with `null=False` is acceptable. For example, you might fill in the value of the `ForeignKey` in the object's `save()` method.
    33
    4 What about `is_valid`?
     4What about `is_valid` in case of ModelForm?
Back to Top