Changes between Version 69 and Version 70 of Tutorials


Ignore:
Timestamp:
Dec 5, 2011, 8:01:35 AM (12 years ago)
Author:
Antti Kaihola
Comment:

added "Unbreaking Your Django Application" slides

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v69 v70  
    9797 * [http://www.pointy-stick.com/blog/2006/06/14/custom-sql-django/ Custom SQL In Django]
    9898 * [http://michaeltrier.com/2007/8/12/finding-lookup-items-that-are-not-used Finding lookup items that are not used]: Left Outer Joins in Django's ORM.
     99 * [http://thebuild.com/presentations/unbreaking-django.pdf Three Years of Worst Practice or Unbreaking Your Django Application] – Christophe Pettus's slides from OSCON 2011 explaining Django & PostgreSQL pitfalls
    99100
    100101=== Django's Comments Framework (django.contrib.comments) ===
Back to Top