1. 13 Nov, 2015 2 commits
    • Reinout van Rees's avatar
      Added docstring · 1a91bec6
      Reinout van Rees authored
      1a91bec6
    • Reinout van Rees's avatar
      Made the version constraint error message more clear · 52ac25dc
      Reinout van Rees authored
      Previously:
      
          The constraint, 1.6.6, is not consistent with the requirement, 'Django>=1.7'.
          While:
            Updating django.
          Error: Bad constraint 1.6.6 Django>=1.7
      
      Now:
      
          While:
            Installing django.
          Error: The requirement ('Django>=1.7') is not allowed by your [versions] constraint (1.6.6)
      
      The original message said "bad constraint". No, the constraint is not
      necessarily bad. It only conflicts with some other package's requirement.
      
      The new message tells you that "constraint" means "your own [versions]
      list".
      52ac25dc
  2. 29 Oct, 2015 6 commits
  3. 28 Oct, 2015 3 commits
  4. 26 Oct, 2015 3 commits
  5. 24 Oct, 2015 1 commit
  6. 15 Oct, 2015 2 commits
  7. 14 Oct, 2015 11 commits
  8. 11 Oct, 2015 2 commits
  9. 06 Oct, 2015 1 commit
  10. 02 Oct, 2015 9 commits