You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Frequently we use initial value in django model field. We can't test in now with Field model
Describe the solution you'd like
Add new parameter "initial" to the Field model
Add special assert to the TestCaseMixin
Add condition to the main assert assertTrueFrom
Describe alternatives you've considered
Additional context
This is the form example to test initial value:
Is your feature request related to a problem? Please describe.
Frequently we use initial value in django model field. We can't test in now with Field model
Describe the solution you'd like
Describe alternatives you've considered
Additional context
This is the form example to test initial value:
The text was updated successfully, but these errors were encountered: