Closed
Description
Sometimes it's necessary for the random value to be not so random. I'll expect that passing initial value to the model constructor would default to the value, but this isn't the case. E.g
User.objects.create(slug='this-is-not-random')
In the above example, I'll expect the value of the slug field (which is the RandomCharField) to be set to this-is-not-random
, but it gets ignored and the random char generation proceeds
Metadata
Metadata
Assignees
Labels
No labels