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
Added the birthdate() method to the Person provider. See #1470.
The age() and work_experience() methods have been removed from the Person provider due to a lack of practical utility. Use person.random.randint() when you need to generate random integer.