alevchuk / ln-central

ln-central is Q&A website powered by lightning network
Other
1 stars 1 forks source link

require validation #25

Open alevchuk opened 4 years ago

alevchuk commented 4 years ago

validations such as ‘validate_checkpoint_name` should run on db and api serializer events:

  1. Every database write
  2. Every deserialize
  3. Every serialize
  4. Every db read

Django does not seem to auto run validators (except for forms).