Skip to content
Snippets Groups Projects
  1. Feb 06, 2020
    • Nik | Klampfradler's avatar
      Add general signal interface for default data maintenance · 8bd1b47e
      Nik | Klampfradler authored
      This change is primarily intended to allow models to declare their own
      default data, without having to use data migrations. Data migrations
      have the downside of being run only once, so e.g. `manage.py flush` will
      delete default data wchich will never be restored. Also, I consider it
      more natural todefine default data setup on model classes.
      
      In order to achieve that, this adds a generic interface for apps to
      register hooks called on several signals, by simply implementing methods
      with the same name on their AppConfig instance.
      Verified
      8bd1b47e
  2. Feb 04, 2020
  3. Feb 03, 2020
  4. Feb 02, 2020
  5. Feb 01, 2020
  6. Jan 31, 2020
Loading