Mads Sülau Valstorp Jørgensen
Mads Sülau Valstorp Jørgensen
@superbacker you should probably use [borg backup](https://github.com/borgbackup/borg) - a fork of attic that has fixed many, many bugs such as this one. Attic doesn't seem to be maintained anymore.
Feel free to do so. Thankfully it won't be needed post 1.5 :) Den 02/12/2012 20.30 skrev "Steven Skoczen" [email protected]: > Hey @madssj https://github.com/madssj - doing a review of the...
I'm really not maintaining this anymore, but what django version are you trying to run it with?
You shouldn't use this package with newer django versions. Any particular reason you'd like to use it with 1.9?
Make your emails null, not blank. An empty string is still a value in the DB, so the unique constraint will disallow you from having multiple values of the same....
Ah, that's true. I'll look at that at some point, if you need it now, feel free to send in a PR.
One way to fix it would be to set the models `.blank` to be the same as the result of the call to `REQUIRE_UNIQUE_EMAIL()`.