Changes between Initial Version and Version 4 of Ticket #34544


Ignore:
Timestamp:
May 6, 2023, 6:58:25 AM (16 months ago)
Author:
Mariusz Felisiak
Comment:

Thanks for this ticket, however it works for me. I cannot reproduce ORA-06502 on Oracle 19c.

Please reopen the ticket if you can debug your issue and provide a small sample project that reproduces the issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34544

    • Property Owner changed from nobody to Jatin-tec
    • Property Status newclosed
    • Property Resolutionneedsinfo
  • Ticket #34544 – Description

    initial v4  
    11Model contains
    2 
    3 somefield = models.TextField(
    4         blank=True, null=True
    5     )
    6 
     2{{{
     3somefield = models.TextField(blank=True, null=True)
     4}}}
    75At 4.1.9:
    86
Back to Top