Changes between Version 219 and Version 220 of DjangoResources


Ignore:
Timestamp:
Jan 15, 2010, 6:26:54 PM (14 years ago)
Author:
samuelclay
Comment:

Adding a code example for syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v219 v220  
    250250 * [http://blog.michaeltrier.com/2007/8/12/finding-lookup-items-that-are-not-used How to find items that are not used]: doing Left Outer Joins with Django's ORM.
    251251 * [http://www.miketigas.com/2008/07/23/blogmaking-django-newforms-admin/ Fun with Django newforms-admin]: using the new permissions and queryset hooks in newforms-admin.
     252 * [http://www.ofbrooklyn.com/2010/01/15/syntax-highlighting-django-using-pygments/ Syntax highlighting with Pygments using a template filter in Django]
    252253
    253254== Web services/APIs ==
Back to Top