Skip to content
Snippets Groups Projects
  1. Apr 24, 2018
  2. Jan 25, 2018
    • Troy Sankey's avatar
      avoid unnecessary attempt to update an immutable dict · 1deb26e1
      Troy Sankey authored
      request.data has become immutable under Django 1.11 for some reason.
      Regardless, setting the 'id' key should be extraneous because we already
      instruct the update method to use a specific pk (see kwargs) which
      should be sufficient to locate the database record and update it.
      1deb26e1
  3. Jul 14, 2017
  4. Jun 28, 2017
  5. Jun 27, 2017
  6. Jun 15, 2017
Loading