Changes between Initial Version and Version 4 of Ticket #34544
- Timestamp:
- 05/06/23 11:58:25 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34544
- Property Owner changed from nobody to Jatin-tec
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
needsinfo
-
Ticket #34544 – Description
initial v4 1 1 Model contains 2 3 somefield = models.TextField( 4 blank=True, null=True 5 ) 6 2 {{{ 3 somefield = models.TextField(blank=True, null=True) 4 }}} 7 5 At 4.1.9: 8 6