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
Many models fail if the project has swapped in a new user model
timepiece.UserProfile.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out.
HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'
The text was updated successfully, but these errors were encountered:
Reverts LICENSE
Updates Django requirement to be 4.2 or higher instead of 3.2
Updates setup.cfg to ignore W503 errors
* per W504, new best practice is to place a line break before a binary operator
Linting
Adding support for issue #884
Many models fail if the project has swapped in a new user model
The text was updated successfully, but these errors were encountered: