Здравствуйте, подскажите пожалуйста что я делаю не так
Reverse for 'post-by-date' with arguments '()' and keyword arguments '{'month': '05', 'slug': 'privet-pervaia-zapis', 'day': '04', 'year': '2015'}' not found. 1 pattern(s) tried: ['blog/post/(?P<year>\\d{4})/(?P<month>\\d{2})/(?P<day>\\d{2})/(?P<slug>\\.+)/$']
url(r'post/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>.+)/$',
get_post, name='post-by-date'),