We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the Resource Proxy Model bulk_save method also bulk_creates TileModel instances without creating an editlog entry for each tile
The text was updated successfully, but these errors were encountered:
creates static Tile.bulk_save_edits() method for Tile proxy re #10770
801a0b7
imports Tile.bulk_save_edits in Resource proxy bulk_save method after…
de56b34
… bulk_creating Tile instances re #10770
rm save_edit calls for Resource and Resources first tile instance sin…
c580be1
…ce redundant with bulk_save_edits re #10770
comments displayname() for performance re #10770
b4e4fad
No branches or pull requests
Currently the Resource Proxy Model bulk_save method also bulk_creates TileModel instances without creating an editlog entry for each tile
The text was updated successfully, but these errors were encountered: