oTree-org

Results 9 issues of oTree-org

If a field is mutable, SaveTheChange stores a deepcopy of it in `_mutable_fields`, and then when you save the object, compares the deepcopy with the current value: ``` [name for...

bug
enhancement

I don't know if this is really considered a bug, because ``add_to_class`` is not even part of Django's public API, it's just internal, so feel free to close if you...

Looks like a typo in the code snippet.

In app.json, `BACKEND_URL` and `REACT_APP_URL` have the following description: > The url of your of your site example: APP-NAME.herokuapp.com will be the same as REACT_APP_URL for one click heroku deploys...

bug

I have this form: ``` Submit (some other fields etc...) ``` When I do this: `browser.find_by_name('foo').first.click()` On the server I can see that the submitted POST data is missing the...

bug
django

Regarding this: https://channels.readthedocs.io/en/latest/topics/testing.html#wait > Call it to wait for an application to exit (you’ll need to either do this or wait for it to send you output before you can...

documentation

I am upgrading an old project to channels to 2.x. I found the channels 0.x/1.x documentation very well written and easy to grasp. In contrast, I am having a harder...

documentation

(Posting this for anyone who gets stuck in the future like I did.) Hello, the docs mention these 3 files: https://unpkg.com/flipping@latest/dist/flipping.js (core) https://unpkg.com/flipping@latest/dist/flipping.web.js (WAAPI adapter) 🔜 https://unpkg.com/flipping@latest/dist/flipping.css.js (CSS adapter -...

Hello, I am trying to play a vp9 encoded video in a .webm container (as downloaded from YouTube). When I play the file, nothing happens (no output or errors). mp4...