Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New templatetags, migrations, signals and purging emails #42

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

arsham
Copy link

@arsham arsham commented Sep 29, 2014

Adds new templatetags (new_inbox_count, inbox_count, new_outbox_count, outbox_count and trash_count)
Adds signals after each action (plus moves the norifications to signals)
Adds purging deleted messages.

feature: adds more template tags to count messages
bugfix: uses proper manager methods for getting box counts
    Sends signals after each composing, deleting, purging, undeleting, and marking as unread
bugfix: uses proper manager methods for getting box counts
    Sends signals after each composing, deleting, purging, undeleting, and marking as unread
…the signal. (symptom: you cannot access the pk of the message in the signal)
Conflicts:
	django_messages/forms.py
	django_messages/models.py
	django_messages/views.py
@amureki
Copy link

amureki commented Dec 20, 2014

Is there only Django 1.7 support available in that fork? You've added 1.7 migrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants