Limitations

There are a couple of limitations for django-birthday:

  • You can only have one birthday.fields.BirthdayField field on a single model.

  • You cannot chain the custom methods provided by the manager.

  • Ordering by a birthday.fields.BirthdayField while not using birthday.managers.BirthdayManager.order_by_birthday() will order by age, not when their birthday is in a year.