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
* Add and populape new fk Sponsorship --> SponsorshipPackage
* Populate package fk when creating new sponsorship
* Update admin and sponsorship approval process to use package FK instead
* Refactor to replace level_name by the new FK;
* Simplify package filtering
* Update sponsorship accept process to reference package
* Update form initial to set package
* Store logo dimension info in sponsorship package object
* Refactor agreed_fee property to check for fk instead of get query
* Wrap level name field with properties to isolate the behavior.
field=models.CharField(blank=True, default='', help_text='DEPRECATED: shall be removed after manual data sanity check.', max_length=64, verbose_name='Level name'),
level_name_old=models.CharField(max_length=64, default="", blank=True, help_text="DEPRECATED: shall be removed after manual data sanity check.", verbose_name="Level name")
0 commit comments