Skip to content

Conversation

mx-moth
Copy link

@mx-moth mx-moth commented Jan 21, 2020

Thanks for starting and publishing a fork, @mlenzen! I see you already pulled in one of my pull requests I submitted to upstream. Have a collection of other tweaks and improvements I've made recently to my local fork. Each commit is fairly isolated. If you would like me to break this apart into five pull requests so they can each be discussed separately, I can do that as well.

Tim Heap added 5 commits January 21, 2020 15:59
Not-null Boolean columns fail this requirement, for example.
<input type="checkbox" required> will not allow the page to be submitted
until it is checked, despite an unchecked/falsey checkbox being valid
data at the model level.
If specific fields are requested using the 'only' argument, the fields
are now returned in that order. This makes use of ordered dictionary
keys implemented in Python 3.7. Older versions of Python will continue
to scramble the dictionary order as always.
@mlenzen
Copy link
Owner

mlenzen commented Jan 21, 2020

Hey @timheap, yeah, can you break them up into separate PRs. A couple look obvious to do and I have comments and questions about the others.

@mx-moth
Copy link
Author

mx-moth commented Jan 21, 2020

Closed in favour of #6, #7, #8, #9, and #10

@mx-moth mx-moth closed this Jan 21, 2020
@mx-moth mx-moth deleted the more-tweaks branch January 21, 2020 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants