Skip to content

Commit

Permalink
Merge branch 'development' of github.com:LPgenerator/django-db-mailer…
Browse files Browse the repository at this point in the history
… into development
  • Loading branch information
ilstreltsov committed Sep 14, 2016
2 parents 6087b89 + 47df1e8 commit e3dd5c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
File renamed without changes.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Before to submit your pull-request:

- Be sure that the unit tests pass
- If you create a new feature, test your code, do not introduce new bugs
- Avoid code duplication
- Small pull-requests are easier to review and can be merged quickly
- 1 pull-request == 1 feature/improvement
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Contributors
* Sergey Khaylov (`skhaylov <https://github.com/skhaylov>`_)
* Ilya Streltsov (`ilstreltsov <https://github.com/ilstreltsov>`_)
* Antoine Nguyen (`tonioo <https://github.com/tonioo>`_)
* Tomáš Peterka (`katomaso <https://github.com/katomaso>`_)
2 changes: 1 addition & 1 deletion dbmail/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.utils.translation import ugettext_lazy as _
from django.shortcuts import redirect, render
from django.core.urlresolvers import reverse
from django.conf.urls import patterns, url
from django.conf.urls import url
from django.contrib import messages
from django.contrib import admin

Expand Down

0 comments on commit e3dd5c2

Please sign in to comment.