Changes between Initial Version and Version 1 of Ticket #13776, comment 17
- Timestamp:
- May 20, 2014, 3:10:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13776, comment 17
initial v1 2 2 > 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. 3 3 4 What about `is_valid` ?4 What about `is_valid` in case of ModelForm?