Skip to content
Snippets Groups Projects
  1. Nov 14, 2017
    • Benjamin Bertrand's avatar
      Add validators for first and last IP in Network · 782709a3
      Benjamin Bertrand authored
      The database constraints will catch the same error
      (and raise an IntegrityError).
      
      Having some validation at the model level allows to display nicer error
      messages.
      We use CSEntryError exception and not ValidationError so that it can be
      used both by the API and views.
      782709a3
  2. Nov 13, 2017
  3. Sep 21, 2017
  4. Sep 17, 2017
  5. Sep 07, 2017
  6. Sep 06, 2017
    • Benjamin Bertrand's avatar
      Improve API (patch and get item) · 738fd371
      Benjamin Bertrand authored
      - add more tests
      - patching an item update children location and status
      - setting the parent on an item updates the location and status with the
        parent ones
      738fd371
  7. Aug 28, 2017
  8. Aug 22, 2017
Loading