Mukesh
Mukesh
> Why is this feature needed to complete #1105? "When we infer a column as a money type, we should set the display options for that column based on the...
> I don't think we need to show the inferred display options during the import process to complete Without showing the inferred display options, the users would be looking at...
@kgodey Sure, I will do it.
> @agrawalanshul053 These commands are to copy files in a posix-like environment. > In windows, you can copy the `.env.example` to a new file and name it `.env`. > Alternatively,...
Sure @Cronus1007, I have assigned the issue to you. Please make sure to start working on it after the blocking PR #1205 is merged into master. Thanks for the help!
Looks good! Thanks for the PR @Jyuart
The `find_key` method in the drf-friendly-errors library (https://github.com/FutureMind/drf-friendly-errors/blob/master/rest_framework_friendly_errors/mixins.py#L118) is not parsing the error correctly and ends up returning an incorrect error key. The bug is somewhere in [here](https://github.com/FutureMind/drf-friendly-errors/blob/710f624bf2881bbf5c5a0a828ebc3e81887603b1/rest_framework_friendly_errors/mixins.py#L123).
There is a problem with duplicate migration being generated for the fields in the `UIQuery` model that contain custom validators for example `initial_column`. Please create an issue to track it.
> We don't actually check here that the column ids refer to actual columns, but a reader doesn't know that, so it's confusing. I'll add comments. But aren't they supposed...
I found a bug that was introduced by my PR #1728. This happens when a stale column does not get deleted properly. I think this issue could also be due...