SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Feb 23, 2019
  2. Feb 22, 2019
  3. Feb 21, 2019
  4. Feb 20, 2019
  5. Feb 19, 2019
  6. Jan 08, 2019
  7. Nov 12, 2018
  8. Oct 12, 2018
  9. Oct 10, 2018
  10. Oct 08, 2018
  11. Oct 07, 2018
  12. Oct 03, 2018
  13. Oct 02, 2018
    • Jean-Sébastien Caux's avatar
      Solve problems with cont/unreg links to Organization · f6faf784
      Jean-Sébastien Caux authored
      The solution involves a bit of hacking via a list comprehension of ids,
      since related_name='+' has been set for contributor and unregistered_author
      fields of PublicationAuthorsTable.
      
      The previous version returned the wrong sort of objects, i.e.
      
      return self.publicationauthorstable_set.select_related(
         'contributor').order_by('contributor__user__last_name')
      
      returned PublicationAuthorsTable objects instead of Contributors
      f6faf784
  14. Sep 22, 2018
Loading