FAQ | This is a LIVE service | Changelog

Skip to content
  1. Mar 11, 2024
  2. Jun 08, 2023
  3. May 30, 2023
  4. Nov 11, 2021
  5. Jul 28, 2021
  6. Jul 21, 2021
  7. Apr 13, 2021
  8. Apr 09, 2021
  9. Dec 08, 2020
  10. Dec 04, 2020
  11. Dec 03, 2020
    • Dr Abraham Martin's avatar
      Remove requirement versions of django to avoid breaking django apps using it.... · 6269d1fb
      Dr Abraham Martin authored
      Remove requirement versions of django to avoid breaking django apps using it. These apps already have their own django dependencies. We should properly fix this by testing this module across different versions of django we support but not enforcing that via install_requires, only advising which versions of django we have tested this module for, and we know is compatible.
      6269d1fb
  12. Sep 03, 2019
  13. Aug 27, 2019
  14. Mar 14, 2019
  15. Jan 08, 2019
  16. Jan 07, 2019
  17. Aug 02, 2018
  18. Mar 14, 2018
  19. Mar 13, 2018
  20. Mar 02, 2018
  21. Mar 01, 2018
  22. Feb 27, 2018
    • Dr Rich Wareham's avatar
      Enable use of auditing with non-integer primary keys · a913c4da
      Dr Rich Wareham authored
      The audit models assume that the primary keys of the models being
      audited will be integers. This is not in general true. Move to storing
      the string representation of the primary key instead of the integer
      value.
      
      Add a migration which alters the table. Postgres should be smart enough
      to coerce the values.
      
      Required to allow auditing the IAR.
      a913c4da
Loading