Skip to content
Snippets Groups Projects
  1. Mar 08, 2022
  2. Mar 03, 2022
  3. Mar 02, 2022
  4. Mar 01, 2022
  5. Feb 28, 2022
  6. Feb 24, 2022
    • Daniel Schultz's avatar
      Fix column orders · 63154bde
      Daniel Schultz authored
      Django tables have some weird rules around field order, which is why one
      might specify a sequence explicitly.  Unfortunately the way sequence was
      being defined for the summary submissions table (the one shown on the
      dashboard) caused the order to fall back to wahtever the default field
      order was.
      
      That order is overrode by the submissions table (the one shown in
      submissions).
      
      In order to have the two tables match order we need to define the
      sequences in the same way.
      
      Issue #2734
      63154bde
    • sandeepsajan0's avatar
      Upgrade mistune to 2.0.2 · b37afd5a
      sandeepsajan0 authored
      b37afd5a
  7. Feb 23, 2022
  8. Feb 21, 2022
Loading