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
Instead of boggling the user's mind with weather or not these parameters should be supplied as objects or FK integers etc, let's
force that they are integers or strings (!)
allow both model instances or integers or strings
Because of compatibility with Celery and such async runtimes, we should try to make these functions as dumb as possible. This will also help in cases where the arguments are received from a querystring, and we can skip resolving them before using them.
The text was updated successfully, but these errors were encountered:
Instead of boggling the user's mind with weather or not these parameters should be supplied as objects or FK integers etc, let's
Because of compatibility with Celery and such async runtimes, we should try to make these functions as dumb as possible. This will also help in cases where the arguments are received from a querystring, and we can skip resolving them before using them.
The text was updated successfully, but these errors were encountered: