How to get date of registration? What is the name of this field? I use django-registration. I don't see this in the documentation
User.objects.filter(date_of_registration_field__lt = my_date)
date_joined
A datetime designating when the account was created. Is set to the current date/time by default when the account is created.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With