pinax / pinax-notifications

user notification management for the Django web framework
MIT License
752 stars 211 forks source link

update documentation on notices creation for Django-1.7 #50

Closed jantoniomartin closed 9 years ago

jantoniomartin commented 9 years ago

I think that the current documentation on notices creation is outdated, since Django-1.7 deprecated post_syncdb, and the example does not work, because the signal is not emitted. I have written a different way to call the function that creates the notices.

jantoniomartin commented 9 years ago

I have commited a change in the initial migration to fix issue #48. Part of the issue had to do with a problem with different database engines (MyISAM and InnoDB). After solving this problem, I have tested that the change in the migration file solves the issue in Django-1.7, without affecting Django-1.8.