1. 30 Oct, 2012 16 commits
  2. 29 Oct, 2012 18 commits
  3. 28 Oct, 2012 2 commits
  4. 26 Oct, 2012 1 commit
  5. 25 Oct, 2012 1 commit
  6. 24 Oct, 2012 2 commits
    • Michal Čihař's avatar
      Give up on creating user profile on save · 93860900
      Michal Čihař authored
      This seems to lead to various troubles as save can be called at syncdb
      time, when the database layer is not yet completely ready (there is no
      Profile table created).
      
      Now the profile will be created by two signals:
      
      - user registration, which should take care of most cases
      - user login, which should handle remaining corner cases (and was
        present already to support user accounts migration)
      
      This should finally fix issue #102 and issue #132 by removing code which
      caused them.
      93860900
    • Michal Čihař's avatar
      Changelog entry · e3388a2b
      Michal Čihař authored
      e3388a2b