Better Local Settings — January 5, 2010

A common convention I've seen in the Django community is to place code like the following at the bottom of your settings file: # ``settings.py`` # Lots of typical settings here. # ... then ... try: from local_settings ... [Read More]

Bugfix to CachedPaginator

Found by Mr. Bennett, there was a bug in the CachedPaginator. Newly added is a number = self.validate_number(number) call in the page method. You'll want to grab the latest source from http://www.djangosnippets.org/snippets/1173/ if you used it.

Comments

No comments yet! This is your big chance!

Sorry, comments have been closed on this post.