Re: Building a Django Blog: Change month "feb" to "02" in URL

2009-02-12 Thread twampss
ll(), 'date_field': 'pub_date', 'month_format': '%m', } And now the views are resolving correctly. Thanks for your help! On Feb 11, 6:24 pm, Frank Becker wrote: > twampss [2009-02-11, 23:14 +0100]: > > Hi, > > > I've be

Building a Django Blog: Change month "feb" to "02" in URL

2009-02-11 Thread twampss
I've been following James Bennett's "Practical Django Projects" alongside of Brett Haydon's very helpful post http://blog.haydon.id.au/2008/08/notes-on-practical-django-projects.html and came across an issue when wanting to change the format of the URLs in my blog application. For any blog entry,